* {
	margin: 0 auto;
}

img {
	border: none;
}

.webkit {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#warning {
	background: #FFF895;
	width:265px;
	border: 1px dotted #828282;
	float:left;
	padding: 10px;
	font-size: 8pt;
}

#yellowbanner {
	background: #f2d300;
	font-size: 10pt;
	width: 930px;
	float: left;
	padding: 10px;
}

#fototop {
	margin-top: -34px;
	margin-right: -50px;
	float:right;
	
}

#buttonpaginav {
	background: #00A4EE;
	padding: 2px 6px 2px 6px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#buttonpaginav a {
	text-decoration: none;
}

#buttonpaginavempty {
	background: #fff;
	padding: 2px 3px 2px 3px;

	text-decoration: none;
	text-align: center;
}

#imgcorner {

}

body {
	min-width: 800px;
	font-family: Arial;
	font-size: 11pt;
	color: #383838;
	background: #00A4EE url(../images/topshadow.png) repeat-x;
}

a {
	outline: none;
	color: #00A4EE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header h1 {
	font-size: 20pt;
	margin-bottom: -16px;
}

#ringband {
	background: url(../images/ringband2.png) repeat-y;
	width: 999px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:6px;
}

#container {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 50px;
	min-height: 701px;
}

#corner {
	-webkit-border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
}

#menu {
	-webkit-border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	background: #00A4EE;
	width: 950px;
	height: 60px;
}

#menu ul {
	padding: 0px 0px 0px 0px;
}

#menu li {
 	list-style: none;
 	display: inline;
}

#menu a {
	background: #00A4EE;
	
	padding: 22px 15px 22px 15px;
	font-size: 10pt;
	text-decoration: none;
	color: #fff;
	float:left;
	display: block;
	outline: none;
	cursor: pointer;
	
}

#menu a:hover {
	text-decoration: none;
	background: #0096DA url(../images/menu_hover.png) -0px 13px repeat-x;
	padding: 22px 15px 22px 15px;
	color: #fff;
}

#menu .active a {
	text-decoration: none;
	background: #0096DA url(../images/shadowmenu.png) repeat-x;
	padding: 22px 15px 22px 15px;
	color: #fff;
}

#nieuwstekst {
	color: #4C4C4B;
	background: #fff;
	padding: 0px;
	width: 600px;
	float:left;
}

#contentcontainer {
	color: #242424;
	font-size: 10pt;
	background: #fff;
	width: 850px;
	float:left;
}


#presentatiefoto img {
	border: 0px solid #00A4EE;
}

.text {
	width: 500px;
	float:left;
}

#content {
	width: 850px;
	float:left;
}

#contentleft h1 {
	font-size: 14pt;
	color: #00A4EE;
	font-weight: bold;
}

#contentleft h2 {
	font-size: 10pt;
	color: #00A4EE;
	font-weight: bold;
}


#contentleft h3 {	
	font-size: 11pt;
	color: #00A4EE;
	font-weight: normal;
}


#contentleft {
	color: #2d2d2d;
	font-size: 10pt;
	width: 900px;
	float:left;
	padding: 20px 0px 0px 10px;
}



