/* General Styles
---------------------------------------------------------- */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a2a2a;
}
strong,b { font-weight:bold; }
em { font-style:italic;}
a { outline:none; color: #2a2a2a;  }
a:hover { text-decoration: none; }
ul, ol { list-style: none; }

body {
	background-color: #f2f0c2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/layout/background.gif);
	background-repeat:repeat-x;
}


/* Container
---------------------------------------------------------- */

#container { width: 936px; margin: 0 auto; background-image:url(images/layout/contentBG.gif)  }

/* Content
---------------------------------------------------------- */
#linkerkollom{
	width:340px;
	float:left;

}

#contentlinkerkollom{
	margin:10px;
	padding:0 0 0 40px;
}
#rechterkollom{
overflow:hidden;
	width:596px;
	float:left;
	min-height:600px;
	background-image:url(images/layout/contentBG.jpg); background-position:bottom right; background-repeat:no-repeat 
	
}
#header{
	background-image:url(images/layout/headerBG.gif);
	height:113px;
	width:100%;
}

#header #navigatie ul{margin:0}
#header #navigatie{height:45px;}
#header #navigatie ul {float: left; padding-left:10px; }
#header #navigatie ul li { float: left;}
#header #navigatie ul li a { color: white; float:left; padding:3px 16px; line-height:45px; text-decoration: underline; display: block;  }
#header #navigatie ul li a:hover {text-decoration: none;}
#header #taalkeuze span{float:right; margin-right:6px; display:inline;}
#taalkeuze{
	width:596px;
	color:#879135;
	float:left;
	margin: 3px 0 0 0;
	margin-right: 5px;
}

#taalkeuze label {  color: #879135; margin: 0 5px 0 437px; }


#taalkeuze  ul {margin:0px; padding:0px; float:right; width:auto }
#taalkeuze  ul li { float: left; padding:0px; margin-right:5px;}
#taalkeuze  ul li a { color: white; margin-top:2px; text-decoration: underline; display: block; width:16px; height:11px; text-indent: -6000px; }
#taalkeuze  ul li a:hover {text-decoration: none;}

#taalkeuze ul li.nl a { background-image: url(images/layout/nl.gif);  }
#taalkeuze ul li.de a { background-image: url(images/layout/de.gif);  }
#taalkeuze ul li.es a { background-image: url(images/layout/es.gif);  }
#taalkeuze ul li.en a { background-image: url(images/layout/en.gif); }


#tagline{
	width:587px;
	color:#f6fbc7;
	float:left;
	text-align:right;
	margin-top:33px;
	padding-right:9px;
}

#content{
	padding:25px 25px 30px 0;
	line-height:18px;
}

#content ul { list-style: disc }


#content h1{
	color:#77182f;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
}
#content h2{
	color:#869049;
	font-size:14px;
	font-weight:bold;
	
}

#content .header{
	background-color:#77182f;
	color:#FFFFFF;
	font-weight:bold;
}

#content .afbeelding{
	
	border:#FFFFFF 4px solid;
	display:block;

}
#content .imagecontainer{
	float:right;
	padding:1px;
	background-color:#CCCCCC;
	margin-bottom:10px;
}

#content .bigred{
	font-size:14px;
	font-weight:bold;
}

/* Form
---------------------------------------------------------- */

fieldset{border:0; margin:0; padding:0}

.entry{clear:both; overflow:hidden;}
.entry label{clear:both; display:block;margin:10px 0 0 0; font-weight:bold}
.entry input, form.niceForm div.entry textarea{width:430px;padding:5px;}
.entry select{height:23px}
.entry option{height:16px; line-height:18px;}
.btn {margin-right:45px;margin-top:10px}
.btn #submitButton {font-family:Verdana;height:34px;color:#000}




/* Footer
---------------------------------------------------------- */
#footer{
	clear: both;
	width: 896px;
	height:20px;
	background-image:url(images/layout/footerBG.jpg); background-position:top right; background-repeat:no-repeat;
	padding:7px 0 0 40px;
	color:#7f8943;
}