/* CSS Document */

body {
    background-color:#70655a;
	font-family:Arial, "Times New Roman", "Courier New", serif;
	font-size:12px;
}
a:link {
	color: #333333;
}

.style2 {
	font-size: 16px;
	font-weight: bold;
	color: #E5E5E5;
}


#container {
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#70655a;
}

#header {
	width:900px;
	height:auto;
}
#headerbalk {
	width:900px;
	height:auto;
}

#navigatie {
	width:200px;
	height:auto;
	float:left;
	padding:10px;
}

#content {
	width:700px;
	height:auto;
	float:right;
	padding:15px;
}

#footer {
	width:980px;
	height:25px;
	font-size:10px;
	background-image:url(../images_website/footerbalk.jpg);
	background-repeat:no-repeat;
	padding-top:4px;
	float:left;
}
#flashcontent {
	background:#000000;
	border:none;
	text-align:center;
	vertical-align:middle;
}
#frame {
	border:solid  #D4D4D4 15px;
}
#schaduw {
	
	border-bottom:#B5B5B5;
	border-left: #E2E2E2;
	border-right:#B5B5B5;
	border-top:#E2E2E2;
	border:solid 2px #E2E2E2;
}