body {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
background-color: #FFFFFF;
margin: 0;
font-size: 11px;
line-height: 14px;
color: #000000;
text-align: center;
}

#main_container{
position:relative;
margin: 0 auto 0 auto;
height: 600px;
width: 850px;
text-align: left;
}

#top{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 85px;
background-color:#FFFFFF;
}

#menubalk{
position: absolute;
left: 0px;
top: 86px;
width: 100%;
height: 28px;
}

#menu {
position: absolute;
height: 100%;
top: 5px;
left: 10px;
}


#footer{
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 10px;
}

#content_box{
position: absolute;
color: #336381;
background-color: #FFFFFF;
width: 100%;
height: 476px;
top: 113px;
left: 0px;
}

#content{
position: absolute;
width: 350px;
height: 400px;
top: 30px;
left: 20px;
}
#content_blokje{
position: relative;
width: 112px;
height: 15px;
background-color: #7EB7DB;
padding-left:8px;
padding-top: 2px;
color: #FFFFFF;
font-weight: bold;
}

#content_1{
position: relative;
left: 0px;
width: 350px;
height: auto;
border: 2px solid #7EB7DB;
padding: 8px;
}

#content_2{
position: relative;
left: 0px;
width: 460px;
height: 350px;
border: 2px solid #7EB7DB;
padding: 8px;
}

#content_3{
position: relative;
left: 0px;
width: 790px;
height: 350px;
border: 2px solid #7EB7DB;
padding: 8px;
}
#content_4{
	position: relative;
	left: 0px;
	width: 460px;
	height: 350px;
	border: 2px solid #7EB7DB;
	padding: 8px;
	overflow: auto;
}
#content_5{
	position: absolute;
	right: 0px;
	top: 47px;
	width: 300px;
	height: 350px;
	border: 2px solid #7EB7DB;
	padding: 8px;
	overflow: auto;
}
/* ------------nieuws pagina-------------*/

#nieuws { 
position: absolute; 
top: 30px; 
left: 20px; 
width: 810px; 
height: 400px;
}

#nieuws_links {
padding: 0;
position: absolute;
left: 0;
width: 370px; 
height: 365px; 
overflow: auto; 
border: solid 2px #7eb7db;
}

#nieuws_rechts {
padding: 8px; 
position: absolute; 
top: 17px; 
right: 0; 
width: 365px; 
height: 350px; 
overflow: auto; 
border: solid 2px #7eb7db;
}

.rss_head h1 {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 14px;
line-height: 14px;
color: #336381;
}

.nieuwsitem {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 11px;
line-height: 14px;
color: #336381;
}

.rss_title { font-weight: bold; padding-bottom: 12px; }

.rss_date { padding-bottom: 12px; }

.rss_descr { padding-bottom: 12px; }

/* ------------download pagina-------------*/

#content_6{
position: relative;
left: 0px;
width: auto;
height: auto;
border: 2px solid #7EB7DB;
padding: 8px;
}

#content_7{
position: absolute;
left: 0px;
width: auto;
height: 100px;
padding: 16px;
}

#content_8{
position: absolute;
left: 320px;
width: auto;
height: 100px;
padding: 16px;
}

#content_9{
position: relative;
left: 0px;
top: 160px;
width: auto;
height: auto;
border: 2px solid #7EB7DB;
padding: 8px;
}

#content_10{
position: absolute;
left: 0px;
top: 220px;
width: auto;
height: auto;
padding: 16px;
}

#content_11{
position: absolute;
left: 25%;
top: 10px;
width: auto;
height: auto;
border: 2px solid #7EB7DB;
}

#content_12{
position: absolute;
left: 50%;
margin-left: -150px;
bottom: 50px;
width: 300px;
height: auto;
text-align: center;
}


#content_link{
position: absolute;
width: 350px;
height: 20px;
bottom: 0px;
background-color: #7EB7DB;
padding-left:8px;
padding-right:8px;
padding-top: 3px;
color: #FFFFFF;
font-weight: bold;
border: 2px solid #7EB7DB;
}

#content_img{
	position: absolute;
	width: auto;
	height: 408px;
	top: 47px;
	right: 20px;
}

#content_img_2{
position: absolute;
width: auto;
height: 366px;
top: 47px;
right: 20px;
border: 2px solid #7EB7DB;
}

#content_img_3{
position: absolute;
width: 270px;
height: 100px;
bottom: 38px;
left: -10px;
border: 2px solid #7EB7DB;
padding: 16px;
text-align: center;
}

/*////////////////////////////////////
// BEGIN NAVIGATIE CSS				//
////////////////////////////////////*/

.nav, .nav a, .nav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.menu {
	width:100px;
	position:relative;
}

.menu ul li a {
	display:block;
	text-decoration:none;
	font-weight: bold;
	width:100px;
	height:20px;
	text-align:left;
	color: #FFFFFF;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

.menu ul li {
	float:left;
	position:relative;
}

.menu ul li ul {
	visibility:hidden;
	position:absolute;
}

.menu table {
	border-collapse:collapse;
	margin:0;
	padding:0;
	margin:-1px;
}

/* achtergrond link over */
.menu ul li:hover a, .menu ul li a:hover {
}

/* uitvouw menu instellingen */
.menu ul li:hover ul, .menu ul li a:hover ul {
	visibility: visible;
	top:19px;
	left:-10px;
	width: 100%;
}

.menu ul li:hover ul li, .menu ul li a:hover ul li {
	display:block;
	background:#ffffff;
	width:auto;
	clear:both;
}

.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
	display:block;
	background:#DDEFEF;
	color: #000000;
	width:120px;
	padding-left:10px;
	padding-right:5px;
	font-weight: normal;
}

.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover {
	background:#7EB7DB;
	text-decoration: none;
}

/*////////////////////////////////////
// EINDE NAVIGATIE CSS				//
////////////////////////////////////*/

.onderstreept { text-decoration: underline; }

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

a:hover {
  color: #24485F;
  text-decoration: none;
}

