* {
	margin: 0;
	padding: 0;
}
body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	background-color: #FFFFFF;
	line-height: 18px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
	font-size: 11px;
	color:#000000;
}

ul{
	margin-left:20px;
}

a img {
	border:0;
}
.clear {
	clear: both;
}


input,submit,textarea,submit,select,button	{
	font-family: Verdana;
	font-size: 10pt;
	color: #003366;
	background: #FFFFFF;
	border: #003300 1px solid;
}

#container {
	width: 980px;
	margin: 0px auto;							/*	Voor het centeren van dit element */
	/* Zorgt voor de 100% hoogte in alle browser */	
	position: relative;
	min-height: 100%;
	height: auto !important; 					/* voor moderne browsers */
	height: 100%; 								/* voor IE */
	background-color: #FFFFFF;
}

#top {
	width: 980px;
	height: 92px;
	background-color:#FFFFFF;
}

#menuBanner {
	width: 980px;
	height: 153px;
	background-image: url(../images/menu.jpg);
	background-repeat:no-repeat;
}

#menu {
	width: 550px;
	height: 133px;
	margin-left: 388px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#menuTitel {
	float: left;
	width: 130px;
	height: 50px;
}

#menuTitel h1{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 4px solid #FFFFFF;
}

#menuTitel ul {
	list-style:none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	padding-top: 8px;
}

#menuTitel li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#menuTitel li a:hover {
	color: #69bce6;
}

#banner {
	width: 980px;
	height: 184px;
	background-image: url(../images/banner.jpg);
	background-repeat:no-repeat;
}

#contentTitel {
	width: 944px;
	background-image: url(../images/contentTitel.jpg);
	background-repeat: none;
}

#contentTitel h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
}

#contentLeft {
	float: left;
	width: 31px;
	height: 626px;
	background-image:url(../images/content_left.jpg);
	background-repeat:no-repeat;
}

#contentMiddle {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

#contentHome {
	float: left;
	width: 465px;
}

#contentNieuws {
	float: left;
	width: 465px;
}
#content {
	width: 980px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	min-height: 626px;
}

#content a {
	color: #000000;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	width: 980px;
	height: 20px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}

#footerLeft {
	float: left;
	width: 550px;
	padding-left: 30px;
	padding-top: 5px;
	text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}

#footerRight {
	float: left;
	width: 400px;
	padding-top: 5px;
	text-align: right;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}


#sponsor {
	width: 196px;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 134px;
	padding-left: 2px;
}

#sponsor a {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

#logoTop {
	width: 196px;
	height: 46x;
}

#topLeft {
	float: left;
	width: 196px;
	height: 153px;
}

#logoBottom {
	float: left;
	width: 196px;
	height: 128px;
	padding-bottom: 56px;
	padding-left: 28px;
}
	
#paginabeheer ul, #subpaginas ul, #statusblok ul {
	padding-top: 10px;
	margin-left: 10px;
	list-style: none;
}

#paginabeheer li, #subpaginas li, #statusblok li {
	background-image:url(../images/pijl.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	clear: both;
}

#statusblok {
	padding-left: 5px;
	padding-top: 5px;
}

