/****************************/
/***** Global Settings *****/
/****************************/

* {
	padding:0;
	margin:0;
    }



html, body {
border:0;
margin:0;
padding:0;
}





/* ************************************************** */
/* ******************* Basis ************************ */
/* ************************************************** */



body {
	font:12px/1.25 Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #61A8DA;
	/*text-transform: lowercase;*/
}
#bg_home {
	
	background: url(../images/bg_bluebar_home.gif) repeat-x;
	
}
#bg_sub {
	
	background: url(../images/bg_bluebar_sub.gif) repeat-x;
	
}
a{
	text-decoration:none;
	color: #3250BC;
}

a:hover {
	text-decoration:none;
	color: #FBFBFB;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	padding:0px;
	font:bold 16px Arial, Helvetica, sans-serif;
	color: #3250bc;
	margin: 0px 0px 10px;
}

h1 a {
	text-decoration:none;
	color: #3250bc;
}

h1 a:hover {
	text-decoration:none;
	color: #FFFFFF;
}


h2 {
	padding:0px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 10px 0px;
}

h2 a {
	text-decoration:none;
	color: #FFFFFF;
}

h2 a:hover {
	text-decoration:none;
	color: #FED347;
}

h3 {
	padding:0px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #3250BC;
	background: url(../images/bullet_star.gif) no-repeat 0px 1px;
	margin: 10px 0px;
}
h3 a {
	text-decoration:none;
	color: #3250BC;
}

h3 a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
h4 {
	padding:0px 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #68a725;
	margin-bottom: 10px;
	background: url(../images/bullet_dot.gif) no-repeat 0px 2px;
	text-indent: 15px;
}
h4 a {
	text-decoration:none;
	color: #68a725;
}

h4 a:hover {
	text-decoration:none;
	color: #917a07;
}
h5 {
	padding:0px 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #917a07;
	margin-bottom: 10px;
	background: url(../images/bullet_arrow.gif) no-repeat 0px 5px;
	text-indent: 10px;
}
h5 a {
	text-decoration:none;
	color: #917a07;
}

h5 a:hover {
	text-decoration:none;
	color: #68a725;
}
h6 {
	padding:0px 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #917a07;
	margin-bottom: 10px;
	background: url(../images/bullet_dot_brown.gif) no-repeat 0px 3px;
	text-indent: 15px;
}
h6 a {
	text-decoration:none;
	color: #917a07;
}

h6 a:hover {
	text-decoration:none;
	color: #68A725;
}
hr {
	width: 100%;
	height: 1px;
	border-top: 1px solid #7DB01F;
	border-right: 0 none #7DB01F;
	border-bottom: 0 none #7DB01F;
	border-left: 0 none #7DB01F;
}
.line{
	margin: 10px 0px;
	padding: 0px;
}
.txt{
	width: 99%;
}
p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
	padding:0;
	margin:0;
}

.list li{
	list-style: disc url(../images/li.gif) inside;
	line-height: 1.4em;
	padding-left: 5px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
	border:0;

}

.img{
	padding: 0px;
	margin: 0px 5px 5px 0px;
}

.thumb {
	float:left;
	margin-bottom:5px;
}

.hspace{
	padding-right: 5px;
}

.hspace2{
	padding-right: 5px;
	padding-left: 10px;
}

.hspace3{
	padding-right: 5px;
	padding-left: 10px;
	vertical-align: middle;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}


.pic {
	border: 1px solid #dfe1e0;
	padding: 1px;
	background: #FFFFFF;
	margin: 0px 0px 5px;
}

.spacer {

	width: 1px;

	float: left;

	display: block;

	margin: 0px 14px 0px 15px;

	padding: 0px;

}
.space  { padding: 5px }

.space2 { padding: 10px }

.space3 { padding: 20px }

/***** Global Classes *****/

.clear 			{ 
clear:both;
height:1px;
overflow:hidden;
margin-top:-1px;
 }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }




/* ************************************************** */	
/* ******************* FRAMEWORK ******************** */
/* ************************************************** */

#wrapper     {
	width: 930px;
	padding: 0;
	margin: 0 auto;
	}

#leftframe{
	width: 240px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#middleframe{
	float: left;
	width: 500px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#shopframe{
	float: left;
	width: 680px;
	margin: 0px;
	padding: 0px;
}
#introframe{
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#rightframe{
	float: left;
	width: 170px;
	margin: 5px 0px 0px;
	padding: 0px;
}


/* ************************************************** */	
/* ******************* TOP ************************** */
/* ************************************************** */

#top{
	margin-bottom: 10px;
}

/* ******************* LOGO ************************ */

#logo  {
	width: 300px;
	float: left;
}

/* ******************* LOGO ************************ */

#shopbasket{
	float: right;
	width: 210px;
	background: url(../images/shopbasket.gif) no-repeat;
	height: 90px;
	font-weight: bold;
	margin-top: 20px;
}

#shopbasket a{
	color: #FDD247;
	text-decoration: none;
}

#shopbasket a:hover{
	color: #E94831;
	text-decoration: none;
}

.shopcontainer{
	margin-left: 65px;
	margin-top: 25px;
	width: 130px;
}

.shopitem{
}




/* ******************* MIDDLE ************************ */

#main   { margin: 0; padding: 0 }

/* ******************* CONTENT *********************** */

.content   {
	margin: 0px 0px 0px;
	padding: 0px
}

.contenttop{
	margin: 58px 0px 0px;
}
.content1{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
	}
.content2{
	margin: 0;
	padding: 0;
	float: left;
	width: 540px;
	}
.content3{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 100px;
	}
.content4{
	margin: 0;
	padding: 0;
	float: left;
	width: 410px;
	}
.contenthalf{
	float: left;
	width: 45%;
}

.contentderde{
	float: left;
	width: 28%;
}





/* ************************************************** */
/* ******************* HOMEPAGE ********************* */
/* ************************************************** */



/* ************************************************** */
/* ******************* SUBPAGES ********************* */
/* ************************************************** */



/* ******************* All pages ************************ */

.boxcontainer{
	margin-bottom: 10px;
}

.boxbg{
	background: #BBDEF2;
	color: #3250bc;
}

.bluebar{
	background: #3250bc;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
}

.bluebar a{
	color: #FFFFFF;
	text-decoration: none;
}

.bluebar a:hover{
	color: #FFCE53;
	text-decoration: none;
}

.boxpic{
	float: left;
	width: 100px;
	margin-right: 10px;
}

.boxtxt{
	float: left;
	width: 270px;
	margin-right: 10px;
}

.boxlink{
	float: left;
	width: 90px;
}

.boxpicbig{
	float: left;
	width: 150px;
	margin-right: 10px;
}

.boxtxtbig{
	float: left;
	width: 315px;
}

.varcontentboxpicbig{
	float: left;
	width: 150px;
	margin-right: 10px;
}

.varcontentboxtxtbig{
	/* float: left; */
}

#redbar{
	background: #e84732;
	color: #FFD248;
	padding: 10px 10px 10px 63px;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px;
}
#redbar2{
	background: #e84732;
	color: #FFD248;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	margin: 8px 0px;
}

#redbar  a, #redbar2 a{
	color: #FFCE53;
	text-decoration: none;
}
#redbar  a:hover, #redbar2:hover{
	color: #FFFFFF;
}

#lbluebar{
	background: #A4D1EC;
	color: #1E51BD;
	padding: 5px 10px 20px 5px;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px;
	height: 35px;
}
#lbluebar  a{
	color: #1E51BD;
	text-decoration: none;
}
#lbluebar  a:hover{
	color: #FFFFFF;
}


.price{
	margin: 10px 0px 0px;
	padding: 0px;
}

/* ************************************************** */
/* ******************* FORM ************************ */
/* ************************************************** */
form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}





/* BUTTONS */

.buttons a, .buttons button{
	display:block;
	margin:0px;
	color:#3250BC;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */
	font: bold 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	border: 1px solid #A4D1EC;
	float: right;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
	padding:5px 10px 5px 7px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}




/* POSITIVE */

button.positive, .buttons a.positive{
	color:#3250BC;
}
.buttons a.positive:hover, button.positive:hover{
	border:1px solid #A4D1EC;
	color:#3250BC;
	background: #FED547;
}

/* OK */

button.ok, .buttons a.ok{
	color:#3250BC;
}
.buttons a.ok:hover, button.ok:hover{
	border:1px solid #A4D1EC;
	color:#3250BC;
	background: #FED547;
}





/* ************************************************** */
/* ******************* FOOTER *********************** */
/* ************************************************** */

#footer{
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: right;
	font-weight: bold;
	line-height: 2em;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #3250BC;
	text-decoration: none;
}

.directcountrylink{
  text-align: right;
  padding: 10px;
}

/* ************************************************** */
/* ******************* FOOTER *********************** */
/* ************************************************** */

#topper{
	margin: 0px;
	padding: 0px;
}


/* ******************************************** */
/* ******************* STUFF ****************** */
/* ******************************************** */

/* ******************* BOXEN ************ */



/* ******************* text Markup ************ */

.txtmarkup1{
	font-weight: bold;
	color: #3250BC;
	font-size: 12px;
}

.txtmarkup2{
	font-weight: bold;
	color: #3250BC;
	font-size: 14px;
}

.txtmarkup3{
	font-weight: bold;
	color: #FFFFFF;
}

.txtmarkup4{
	color: #68a725;
}
.txtmarkup5{
	color: #917a07;
}
.txtmarkup6{
	color: #efb815;
}
.txtmarkup7{
	color: #efb815;
	font-weight:bold;
}

.txtmarkup8{
	color: #917a07;
	font-weight:bold;
	font-size: 11px;
	text-transform: uppercase;
}

/* ******************* BACK BUTTON ************ */
.pagenavl{
float:left;
}
.pagenavr{
	float:right;
	color: #917a07;
}

.pagenavl a, .pagenavr a {
	color: #917a07;
	text-decoration: none;
}

.pagenavl a:hover, .pagenavr a:hover {
	color: #68A725;
	text-decoration: none;
}


/* ******************* WESTSITE ****************** */

.formfielderror {background: #FF727C}
.txtalert {color: #FF727C}
.pricemarkup {color: #E84732; font-weight: bold}
