/* CSS-document van www.CorinaPlat.nl */
/* © Corina Plat, 2007. */

/* Codering en website-ontwerp vervaardigd door Sander Damen, www.SanderD.nl */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #898989;
	background-color: #eff2dd;
	margin: 0px;
}


	/* Stijlen tabellen */
	
#header {
	width: 545px;
	height: 130px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	background-image: url(../images/header.jpg);
}

#geel_vierkant {
	background-color: #E0EEA3;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	width: 210px;
	text-align: right;
	line-height: 20px;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	font-weight: bold;
}

#bg_left {
	background-color: #d3dbb4;
	background-image:url(../images/bg_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-right: 1px solid #e3e3e3;
	border-bottom: 2px solid white;
}

#bg_right {
	background-color: #d3dbb4;
	background-image:url(../images/bg_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border-left: 1px solid #e3e3e3;
	border-bottom: 2px solid white;
}

#inhoud {
	background-color: white;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	border-left: 2px solid white;
	border-right: 2px solid white;
	width: 545px;
	vertical-align: top;
}

#rechterkolom {
	background-color: white;
	border-left: 1px solid #e3e3e3;
	text-align: right;
	vertical-align: top;
	width: 212px;
}

#copyright {
	background-color: white;
	font-size: 10px;
	color: #B7B7B7;
	text-align: center;
	height: 60px;
	border-bottom: 1px solid #e3e3e3;
}


	/* Stijlen van links */
	
a:link {
	color: #FF8853;
	text-decoration: none;
}
a:visited {
	color: #FF8853;
	text-decoration: none;
}
a:active {
	color: #FF8853;
	text-decoration: none;
}
a:hover {
	color: #FFCE1C;
	text-decoration: none;
}


a.menu:link {
	color: #565658;
	text-decoration: none;
}
a.menu:visited {
	color: #565658;
	text-decoration: none;
}
a.menu:active {
	color: #565658;
	text-decoration: none;
}
a.menu:hover {
	color: white;
	text-decoration: none;
}


a.website:link {
	color:#B7B7B7;
	text-decoration: underline;
}
a.website:visited {
	color:#B7B7B7;
	text-decoration: underline;
}
a.website:active {
	color:#B7B7B7;
	text-decoration: underline;
}
a.website:hover {
	color:#FF8853;
	text-decoration: none;
}


	/* Stijlen van de diashow */
	
#dia_img { 
	border: 2px solid #D3DBB4;
}

	/* Stijlen van formulieren */
	
#tekstveld {
	background-color: white;
	border: 1px solid #ff8853;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#knop {
	background-color: #ff8853;
	color: white;
	font-weight: bold;	
	font-size: 11px;
	font-family: Verdana;
	border: 1px solid #ff8853;
}