/* CSS Document */

* html body {
	padding:0px;
	margin:0px;
	}
	
body {
	background-color:#CCC;
	}
	
#container {
	height:100%;
	text-align:left;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
	letter-spacing:0.06em;
	font-size:11px;
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#top {
	height:90px;
	background:center bottom no-repeat url(../afbeeldingen/base_header.jpg);
	}
	
#top_left {
	padding-top:32px;
	float:left;
	}
	
#top_right {
	padding:8px 46px 0px 0px;
	float:right;
	}

#menu {
	float:left;
	width:221px;
	height:171px;
	clear:both
	}
	
#submenu {
	float:left;
	width:438px;
	height:264px;
	overflow: hidden;
	}

#flashbalk {
	float:right;
	}

#container_content {
	vertical-align:top;
	min-height:150px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 390px;
	background-position: center;
	float: left;
	width: 410px;
	}
	
#footer {
	clear:both;
	background:url(../afbeeldingen/base_footer.jpg);
	width:850px;
	height:46px;
	}
		
h1 {
	font-size:14px;
	}
	
h2 {
	font-size:12px;
	}
	
/* FORM */
label {
	width: 8em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	}

label.fout {
	color: #FF0000;
}
	
input {
	color: #000;
	background:#FFF;
	border: 1px solid #666;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #bac5d6;
	font: 10px Verdana, sans-serif;
	background: #fff;
}

input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

.submit input {
	color: #000;
	background:#FFF;
	border: 2px outset #666;
	text-align:right;
} 

fieldset {
	border: 1px solid #CCC; 
	padding:10px;
}

legend {
	color: #000;
	background:#FFF;
	border: 1px solid #CCC;
	padding: 2px 6px
} 

/* END FORM */

a:link 		{color:#000; text-decoration:none;}
a:visited 	{color:#000; text-decoration:none;}
a:active 	{color:#000; text-decoration:none;}
a:hover 	{color:#666; text-decoration:underline;}
