html, body {
	height:100%;
	margin:0;
	background:#005C83;
}

img{
	border:0px;
}


.Actief {
	background-color:#f79400;
}

.NietActief {
	background-color:#cc7a03;
}

.Achtergrond1{
	height:100%;

}
#gotohtml{
	width:172px;
	height:20px;
	position: absolute;
	float: left;
	bottom: 0px;
	left:0px;
	background: #CC7A03;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-align: center;
	color:#FFFFFF;
	vertical-align:middle;
	z-index:1;
}
#gotohtml a {
color: #ffffff;
text-decoration: none;
}
#gotohtml a:hover {
color: #FFFFFF;
text-decoration: underline;
}
#gotohtml a:visited {
color: #FFFFFF;
text-decoration: none;
}
#gotohtml a:active {
color: #FFFFFF;
text-decoration: none;
}
#container{
width: 100%;
height: 100%;
}
.Menu{
	position:absolute;
	float:none;
	left:20px;
	top:20px;
	width:220px;
}

.Tekstvlak{
	position:absolute;
	float:inherit;
	width:350px;
	height:350px;
	left:280px;
	top:135px;
	background-image:url(../images/Tekstvlak.png)
}

.Tekstvlak_nieuws{
	position:absolute;
	float:inherit;
	width:350px;
	height:350px;
	left:480px;
	top:135px;
	background-image:url(../images/Tekstvlak.png)
}

.Submenu_nieuws{
	padding-left:30px;
	padding-top:40px;
	position:absolute;
	float:inherit;
	width:200px;
	height:350px;
	left:280px;
	top:135px;
	background-image:url(../images/TekstvlakSub.png)
}
.submenu_nieuws h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	margin-top:-14px;
	color:#FFFFFF;
	font-weight:normal;
}
.submenu_nieuws h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9.5pt;

	color:#cc7a03;
	font-weight:bold;
}

.submenu_nieuws a{
	text-decoration:none;
	color:#cc7a03;
}
.submenu_nieuws img{
	margin-bottom:-20px;
}

.Tekstvlak h1, .Tekstvlak_nieuws h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#cc7a03;
	font-size:18px;
	font-weight:bold;
	margin-left:30px;
	margin-top:40px;
}

.Content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	line-height:12pt;
	position:absolute;
	float:inherit;
	width:295px;
	height:250px;
	left:40px;
	overflow:auto;
	padding-right:25px;
}

