@charset "utf-8";
/* CSS Document */
html,body {
	height:100%; /* héél belangrijk */
	min-height:100%;
	background-image:url(img/design/bgrepeat.jpg);
	background-repeat:repeat-x;
	background-color:#F6F5F3;
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#333;
	margin:0px;
	padding:0px;
}
/* setwidth used for header, toptext, main and footer */
.setwidth {width:960px;}
/* setwidth used for header, toptext, main and footer */

/* @header */
#header {
	height:110px;
	margin:0 auto;
	margin-top:10px;
	padding:0px;
	background-image:url(img/design/headerbckgrnd.gif);
	background-repeat:no-repeat;
	position:relative;
}
.headerwrap {padding:10px 10px 0px 10px;}

/* logo and title */
#logo {float:left; width:auto; margin:0px; padding:0px 0px 0px 155px;}
#logotitle {float:left; height:auto; width:auto; margin:0px; padding:0px;}
#logotitle h1 {font-size:26px; font-weight:bold; color:#FFF; font-style:oblique; line-height:36px; margin:0px; padding:0px;}
#logotitle h2 {font-size:14px; font-weight:normal; color:#B9000F; margin:0px; padding:0px 0px 5px 150px; font-style:italic; border:none;}
/* logo and title */

/* searchform */
#searchform {float:right; margin:0px; padding:15px 0px 0px 0px;}
#searchform p {float:left; margin:0px; padding:0px;}
#searchform img {float:left; border:none; margin:0px; padding:0px;}
.searchform_input {width:120px; height:auto;}
.searchform_button {color:#333;}
#searchform form {margin:0px; padding:0px;}
/* searchform */

/* @header */


/* @main */
#main {
	clear:both;
	margin:0 auto;
	min-height:100%; /* For Modern Browsers */
	height:auto !important; /* For Modern Browsers */
	height:100%; /* For IE */
	background-image:url(img/design/mainbckgrnd.gif);
	background-repeat:repeat-y;
}
body > #main {
	overflow:auto;
}
#content, #side {
	float:right;
	height:auto;
	margin:0px;
}
#content {width:740px;}
#side {width:190px;}
.contentwrap {padding:10px;}.sidewrap {padding:10px 0px 10px 10px;}

/* post */
.post {clear:both; padding:0px 0px 0px 0px; overflow:auto;}
.post ul, ol {margin:0px 0px 0px 0px; padding:0px 0px 0px 15px;}
.postend {clear:both; text-align:right; margin:10px 0px 0px 0px; padding:0px 0px 10px 0px; border-top:1px dotted silver;}
/* post */

/* links h1 etc */
a:link {color:#333; font-weight:bold; text-decoration:none;}
a:visited {color:#333; font-weight:bold; text-decoration:none;}
a:hover {color:#B9000F; text-decoration:underline;}
h1,h2,h3 {font-size:18px;}
/* links h1 etc */

/* image */
img {border:none; display:block;}
.imgindex {float:left; padding-right:2px; width:90px; height:115px; text-align:center; font-size:10px;}
.imgborder {width:88px; height:70px; border:1px solid #E0DFE3; background-color:#FFFFFF; overflow:hidden;}
.imgleft {float:left; margin:0px 10px 10px 0px; padding:0px; border:1px solid #E0DFE3; height:100%; line-height:0px;}
.imgleft p {text-align:center; margin:0px; padding:8px;}

.imgright {float:right; margin:0px 0px 10px 10px; padding:0px; border:1px solid #E0DFE3; height:100%; line-height:0px;}
.imgright p {text-align:center; margin:0px; padding:8px;}
.imgflag {float:left; margin:0px; padding:0px 5px 0px 0px; width:auto; height:auto;}
/* image */

/* tables */ 
.tableLT {float:left; width:500px; border:0px; margin:0px 10px 10px 0px; padding:0px;}
.tableRT {float:right; width:500px; border:0px; margin:0px 10px 10px 0px; padding:0px;}
.tableLP {float:left; width:98%; border:0px; margin:0px 10px 10px 0px; padding:0px;} /* nodig voor linkpartnerpage */
.trrow0 {background-color:#333333;} /* header v/d table */
.trrow1 {background-color:#F2F2F2;} /* linkpartnerpage */
.trrow2 {background-color:#F9F9F9;} /* linkpartnerpage */

.tdcolh {margin:0px; padding:3px; color:#FFF; font-weight:bold; text-align:left;} /* (column) header v/d tabel */
.tdcols {margin:0px; padding:3px; } /* column standaard */
.tdcoll {width:50%; margin:0px; padding:3px; font-weight:bold; text-align:left;} /* column links */
.tdcolr {width:50%; margin:0px; padding:3px; font-weight:normal; text-align:left;} /* column rechts */
.tdcol1 {width:15%;} .tdcol2 {width:25%;} .tdcol3 {width:30%} .tdcol4 {width:33%;} .tdcol5 {width:50%;} .tdcol6 {width:66%;} .tdcol7 {width:70%;}
.tdcol1, .tdcol2, .tdcol3, .tdcol4, .tdcol5, .tdcol6 .tdcol7 {margin:0px; padding:3px;}

.tdrow1 {margin:0px; padding:3px;} /* linkpartnerpage */
.tdrow2 {margin:0px; padding:3px;} /* linkpartnerpage */
.tdrow1 a:link, .tdrow1 a:visited {color:#333; font-weight:bold; text-decoration:none;} 
.tdrow2 a:link, .tdrow2 a:visited {color:#444; font-weight:normal; text-decoration:none;}
.tdrow1 a:hover {color:#333; font-weight:bold; text-decoration:underline;}
.tdrow2 a:hover {color:#444; font-weight:normal; text-decoration:underline;}
/* tables */

/* adsense */
.adsense {clear:both; padding:0px 0px 10px 0px;}
/* adsense */

/* block round corners with border */
.tags {display:block; background:#F6F6F6; border:0 solid #DDD; border-width:0 1px; padding:5px;}
.xtop, .xbottom {display:block;	background:transparent;	font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#F6F6F6; border-left:1px solid #DDD; border-right:1px solid #DDD;}
.xb1 {margin:0 5px; background:#DDD;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
/* block round corners with border */

/* side blocks */
.mm1 {margin:0px 0px 10px 0px;}
.mm2 {margin:0px; padding:3px; border:1px solid #DDD;}
/* side blocks */

/* sitemap */
li.pp {list-style:disc;}
li.ap {list-style:circle; margin-left:10px;}
/* sitemap */

/* sitepromote */
#sp1 {width:99%; height:auto; border:1px solid #88A0C8; font-family:Tahoma,verdana,arial,sans-serif; font-size:11px; color:#003068; text-decoration:none; background-color:#E9EDF0;}
/* sitepromote */

#mainwrapper {clear:both; overflow:auto;}
/* @main */


/* @footer */
#footer {
	clear:both;
	height:auto;
	margin:0 auto;
	border-top:1px solid #333;
	background-image:url(img/design/mainbckgrnd.gif);
	background-repeat:repeat-y;
	text-align:center;
}
#footer p {margin:0px; padding:4px 0px 4px 0px; color:#333;}
#footer a:link {color:#333; font-weight:bold; text-decoration:none;}
#footer a:visited {color:#333; font-weight:bold; text-decoration:none;}
#footer a:hover {color:#333; text-decoration:underline;}
/* @footer */


/* @navigation */
#headernav {position:absolute; bottom:16px; left:10px; margin:0px; padding:0px; height:auto; width:940px; text-align:center;}
#headernav ul {margin:0px 0px 0px 0px; padding:4px 0px 3px 0px; border-bottom:1px solid #333; text-align:center; background:transparent;}
#headernav ul li {list-style:none; margin:0; display:inline;}
#headernav ul li a {margin-left:3px; padding:3px 0.5em; border:1px solid #333; border-bottom:none; background:#999; text-decoration:none;}
#headernav ul li a:link {color:#FFF;}
#headernav ul li a:visited {color:#FFF;}
#headernav ul li a:hover, #navigation ul li a:visited:hover {color:#333; background:white; border-color:#333;}
#headernav ul li a#current {background:#FFF; border-bottom:1px solid white; color:#333;}

#headertextnav {position:absolute; bottom:0px; left:10px; margin:0px; padding:0px; height:16px; width:940px; background:transparent; border-bottom:1px solid #333;}
#headertextnav p {margin:0px; padding:1px 0px 0px 0px; color:#FFF;}
#headertextnav a {color:#FFF;}
#headertextnav a:hover {color:#FFF;}

#articlenav {margin-bottom:10px; padding:3px; background-color:#F2F2F2; border:1px solid #DDD;}
#articlenav ul {margin:0px; padding:0px;}
#articlenav ul li {list-style:none; margin:0px; padding:3px 0px 3px 0px; border-bottom:1px solid white;}
#articlenav a {color:#B9000F; text-decoration:none;}
#articlenav a:hover {color:#333; text-decoration:underline;}

#sidenav {margin-bottom:10px; padding:3px; background-color:#F9F9F9; border:1px solid #F1F1F1;}
#sidenav ul {list-style:none; margin-left:0px; padding-left:0px; font-size:11px; line-height:20px;}
#sidenav ul, ol {margin:0px; padding:0px;}
#sidenav ul ul li a {color:#B9000F; text-decoration:none; font-size:10px;}
#sidenav ul ul li a:hover {color:#333; text-decoration:underline; font-size:10px;}
#sidenav a {color:#333; text-decoration:underline;}
#sidenav a:hover {color:#B9000F; text-decoration:underline;}
#sidenav h3 {margin:0px; padding:0px; border-bottom:1px solid #F1F1F1; font-size:13px; font-style:oblique;}
/* @navigation */


/* @contact */
#contact-area {width:600px; margin-top:25px;}
#contact-area input, #contact-area textarea {padding:5px; width:471px; font-family:Helvetica, sans-serif; font-size:1.4em; margin:0px 0px 10px 0px; border:1px solid #ccc;}
#contact-area textarea {height:90px;}
#contact-area textarea:focus, #contact-area input:focus {border:2px solid #900;}
#contact-area input.submit-button {width:100px; float:right;}

label {float:left; text-align:left; margin-right:15px; width:100px; padding-top:5px; font-size:1em;}
#contact-wm {padding:75px 0px 0px 0px;}
/* @contact */
