/* 
Designed by Joe Rozzi from Cirkuit Networks, Inc. - http://www.cirkuit.net
Free to use, please give credit for original design.
*/
body {
	margin-top:0px;
	margin-bottom:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
        background: url(../media/6/background.jpg);
}

#main {
	width:750px;
	/* color:#666666; */
	color:#363636;
	text-align:center;
	margin:0 auto;
	font-size:80%;
	line-height:130%;
}

#header_wrapper, #nav_wrapper, #content_wrapper, #footer_wrapper {
	width:765px;
	height:130px;
}

#header_wrapper {
        background: url(../media/11/kop_01a.gif) no-repeat center;
}

/* top right breadcrumbs */
#breadcrumbs {
	float:right;
	margin:0 10px -12px 0;
	font-size:85%;
	z-index: 999;
}

/* blue wave header image */
#header {
	clear:right;
	text-align:left;
}
#header h1 { color:#2a56d6; height:115px; margin:0 15px; padding:0; line-height:2em; font-size:180% }

/* left navigation area */
#content_left {
	float:left;
	width:145px;
	line-height:135%;
	padding:5px;
	margin:0 0 10px 0;
	text-align:left;
	font-size:100%;
}
#content_left p {
	padding:0;
	margin:8px 0 0 8px;
}
#content_left ul { /* starts left navigation */
	margin:8px 0 0 8px;
	padding:0;
	text-align:left;
}
#content_left li { /* main navigation list item */
	display:block;
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
	font-weight:bold;
}

#content_left li.sub { /* sub navigation list item */
	display:block;
	list-style:none;
	width:100%;
	padding:0;
	margin:0 0 0 10px;
	font-weight:normal;
}

#content_left a, #content_left a:visited { /* mouse out navigation anchor link styles */
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#363636;
	border-bottom:1px solid #640000;
}
#content_left a:hover { /* mouse over navigation anchor link styles */
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	background-color: #640000;
	text-decoration:none;
	border-bottom:1px solid #640000;
}

/* main textual content area */
#content {
	padding:5px;
	margin:0 0 10px 0;
	line-height:140%;
	text-align:left;
	float:right;
	width:590px;
}
#content p {
	padding:0;
	margin:8px 0 0 2px;
}
#content_l { /* main textual content area (left box) */
	margin:0 auto;
	padding:5px;
	display:inline;
	float:left;
	width:48%;
}
#content_r { /* main textual content area (right box) */
	margin:0 auto;
	padding:5px;
	display:inline;
	float:right;
	width:48%;
}

/* header tags */
h1, h2, h3 { display:block;width:100%;color:#640000; }
h1 { font-size:130%; }
h2 { font-size:120%; margin:0; padding:0; /* border-bottom:2px solid #F0F0F0;*/ }

/* anchor links */
a, a:visited { color:#640000; text-decoration:none; }
a:hover { color:#646464; text-decoration:underline; }

/* footer */
#footer_wrapper {
	margin:0 auto;
	padding:0;
	width:765px;
	border-top:6px double #CCCCCC;
	font-size:80%;
	text-align:center;
	clear:both;
}
#footer {
	padding-right:5px;
	margin:0;
	line-height:190%;
	text-align:right;
	clear:both;
	vertical-align:middle;
}

/* cutomizations */
img { border: 0; }
#powered { position: fixed; left: 10px; bottom: 15px; }
#images { width: 500px; height: 500px; }
.item { float: left; border: 1px solid #640000; margin: 5px; padding: 3px; height: 150px; width: 170px; overflow: hidden; }
.item-title { width: 150px; }



.small { font-size: 70%; }
#reactieform { margin-top: 25px; border: 1px solid; padding: 5px; }
.reactie { margin: 5px 0px 25px; border: 1px solid; padding: 3px; }
.message { background-color: #FFFFFF; padding: 3px; }




.linkitem { 
	float:left; 
	width:180px; 
	min-height:180px; 
	height:auto !important;
	height:180px;
	margin:0 10px 20px 0; 
}

.linktitle {
	height: 20px;
	display: block;
	clear: both;
	border-top: solid 1px #640000;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


.red{color:#ff0000;}
.green{color:#00ff00;}
.blue{color:#0000ff;}
.navy{color:#000080;}
.orange{color:#FFA500;}
.palegreen{color:#98FB98;}
.yellow{color:#FFFF00;}

