/* masterplan.css | Masterplan

Kleuren:

#306599				Blauw
#D6E0EB				Lichtblauw
#383A2C2
*/



/* BEGIN LAYOUT */

body {
	text-align: center;
	min-width: 780px;
	height: 100%;
	margin: 0px;
	background-image: url(../images/background_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	
}

#wrapper {
	width: 780px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

#top {
	width: 780px;
	height: 87px;
	background-image: url(../images/topimage.jpg);

}

#menu {

	width: 780px;
	height: 29px;
	background-color: #306599;
	float: right;
	z-index: 10000;
}

#left {
	width: 629px;
	float: left;
	border-left: 1px solid #D6E0EB; 
}


#right {
	width: 150px;
	float: right;
	background: #D6E0EB;
	border-top: solid 1px white;
}

#content_wrapper {
	width: 629px;
}



#content {
	width: 480px;
	float: right;
	z-index: 0;
}

table {
	font-family: "Myriad Web Pro", "Myriad Pro", verdana, sans-serif;
	font-size: 12px;

}
.tekstveld {
	width: 200px;
	height: 24px;
	font-family: "Myriad Web Pro", "Myriad Pro", verdana, sans-serif;
	font-size: 12px;
}

textarea {
	width: 200px;
	font-family: "Myriad Web Pro", "Myriad Pro", verdana, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

a {
	color: #306599;
	text-decoration: none;
}

a:hover {
	color: #306599;
	text-decoration: underline;
}

#zoek {
	width: 80px;
	height: 14px;
	border: none;
	background-color: #D6DFE8;
	margin: 1px;
	font-size: 10px;
}

#icons {
	float: right; 
	background-image: url(../images/top_gradient.jpg); 
	background-position: top right; 
	width: 400px; 
	padding-top: 1px; 
	color: #306599;
	font-size: 10px;
}

/****************************************************/

form {
	margin: 0;
	padding: 0;
}

hr {
	padding: 0;
	background-color: #96BA63;
	border: none;
	height: 1px;
}








/* BEGIN TEKST ONDERDELEN */




/* kruimelpad */

#cookie {
	margin: 5px 0 8px 10px;
	padding: 5px 0 8px 10px;
}

#cookie a {
	color: #306599;
	text-decoration: none;
}

#cookie a:hover {
	color: #306599;
	text-decoration: underline;
}


/* content */

div.kop {
	margin: 0 10px 6px 5px;
	padding: 0 10px 6px 5px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #306599;
}

div.tekst {
	margin: 0 10px 6px 5px;
	padding: 0 10px 6px 5px;
	font-size: 11px;	
}

div.tekst a {
	color: #306599;
	text-decoration: none;
	font-weight: bold;
}

div.tekst a:hover {
	color: #306599;
	text-decoration: underline;
	font-weight: bold;
}




/* nieuws */

.meer_newsbar a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.meer_newsbar a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* banner */

.meer_banner a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.meer_banner a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}



/****************************************************/

















/* BEGIN AFBEELDINGEN */

div.afbeelding {


	width: 250px;
	float: right;
	clear: both;
	padding: 0 0px 0 10px;
	margin: 0 0px 0px 10px;
	text-decoration: none;
	
}


/****************************************************/
