/**************** Tags ****************/ 

body {
	background-color: #0c3d69;
}
body, p, td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body,p,h1,h2,h3 {
	margin: 0px;
	padding: 0px;
}
html, body { 
	height: 100%; 
	width: 100%;
	color: #FFFFFF;
}
hr {
	color: #FFFFFF;
	height: 1px;
	border: 0;
	background-color: #FFFFFF;
}
a {
	color: #49b7f6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #49b7f6;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #959595;
	font-weight: bold;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize:none;
}
input[type=text] {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
} 

/**************** Classes ****************/ 

.topbar {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 24px;
	padding-right: 24px;
}
.topbar:hover {
	color: #5daddc;
	text-decoration: none;
}
.topbarrood {
	color: #5daddc;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 24px;
	padding-right: 24px;
}
.topbarrood:hover {
	text-decoration: none;
}
.topbarsub {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.topbarsub:hover {
	color: #5daddc;
	font-size: 12px;
	text-decoration: none;
}
.fototitel {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.vergrotingtekst {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.meerlink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.meerlink:hover {
	color: #49b7f6;
	text-decoration: none;
	font-weight: bold;
}
.newstitel {
	color: #49b7f6;
}

/**************** Div's ****************/ 

#master {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 950px;
}
#logozone {
	width: 950px;
	height: 100px;
	position: relative;
}
#logo {
	width: 459px;
	height: 65px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#contentschaduw {
	width: 950px;
	background-color: #22567d;
	background-image: url(../images/schaduw.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#containermaster {
	width: 946px;
	margin-left: 4px;
	margin-bottom: 6px;
}
#containerzone {
	width: 946px;
	background-color: #FFFFFF;
}
#menuzone {
	width: 946px;
	height: 260px;
	position: relative;
}
#menu {
	width: 946px;
	height: 31px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #022743;
}
#foto {
	width: 946px;
	height: 229px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#contentwrap {
	width: 946px;
}
#nieuwszone {
	width: 205px;
	float: right;
	margin-left: 11px;
	margin-top: 11px;
	margin-right: 4px;
	margin-bottom: 10px;
	background-color: #0c3d69;
}
#nieuwstop {
	width: 205px;
	height: 34px;
	position: relative;
}
#nieuwstitel {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	top: 8px;
	left: 68px;
}
#nieuwscontainer {
	width: 155px;
	height: 300px;
	margin: 25px;
}
#nieuws {
	width: 155px;
	height: 300px;
	position: relative
}
#nieuwsbottom {
	width: 205px;
	height: 45px;
	position: relative;
}
#contentzone {
	width: 700px;
	float: right;
	margin-left: 4px;
	margin-top: 11px;
	margin-right: 16px;
	margin-bottom: 10px;
	background-color: #0c3d69;
	min-height: 450px;
}
#contenttop {
	width: 700px;
	height: 34px;
	position: relative;
}
#content {
	width: 650px;
	min-height: 371px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}
#contentbottom {
	width: 700px;
	height: 45px;
	position: relative;
	margin-bottom: 0px;
}
#bottom {
	width: 940px;
	height: 50px;
	position: relative;
	text-align: right;
	padding-right: 10px;
}
#bottom a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
#bottom a:hover {
	color: #49b7f6;
	font-size: 10px;
	text-decoration: none;
}
#clear {
	width: 0px; 
	height: 0px; 
	clear: both; 
	line-height: 0px; 
	font-size: 0px;
}

