/* CSS Tags */
html,body{
	padding: 0px;
	width: 100%;
	margin: 0px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#8daecd;
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-x;
}

#header {
	width:778px;
	height:123px;
}

#RedHeader {
	padding-left:20px;
	width:560px;
	height:33px;
	background-color:#df3128;
	padding-top: 12px
}

#inhoudContainer {
	clear: left;
	float: left;
	width: 778px;
	height: 400px;
}

#menu {
	width:197px;
	float:left;
	height:400px;
}

#inhoud {
	float:left;
	width:580px;
	height:100%;
	background-color:#fff;
	border-left:#fff solid 1px;
}

.back_white_blue{
	background-image:url(../images/bg_white_blue.jpg);
	background-repeat:repeat-y;
}

#inhoud1 {
	clear:left;
	float:left;
	padding:20px 10px 20px 20px;
	width:260px;
}

#inhoudBig {
	clear:left;
	float:left;
	height:100%;
	padding:20px 10px 20px 20px;
	width:520px;
}

#inhoud2 {
	float:left;
	padding:20px 20px 20px 10px;
	width:260px;
}

#visual {
	width:580px;
	height:160px;
}

#bottom {
	clear: left;
	background-color: #e03229;
	vertical-align: bottom;
	height:20px;
	padding-left:28px; 
	padding-top:10px; 
}

.WhiteTextFooter { 
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

.WhiteTextFooter:hover {
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

#mainContainer{
	width: 780px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#contentContainer{
	width: 778px;
	border : #fff solid 1px;
	float: left;
	background-color:#004890;
	background-image: url(../images/menu_bottom.jpg);
	background-repeat: no-repeat; 
	background-position: bottom;
	
}
	
.MenuText{font-family:Arial;font-size:11px;color:#FFFFFF;text-decoration:none;font-weight:bold;text-decoration:none;}
.MenuText a:hover{font-family:Arial;font-size:11px;color:#FFFFFF;text-decoration:none;font-weight:bold;text-decoration:underline;}
.HeaderText{font-family:Arial;font-size:18px;color:#FFFFFF;text-decoration:none;font-weight:bold;text-decoration:none;}
.HeaderText a:hover{font-family:Arial;font-size:18px;color:#FFFFFF;text-decoration:none;font-weight:bold;text-decoration:underline;}
.NormalText{font-family:Arial;font-size:11px;color:#333333;text-decoration:none;text-decoration:none;}
.NormalText a{font-family:Arial;font-size:11px;color:#333333;text-decoration:none;text-decoration:none;}
.NormalText a:hover{font-family:Arial;font-size:11px;color:#333333;text-decoration:none;text-decoration:underline;}
.NormalRedText{font-family:Arial;font-size:11px;color:#e03127;text-decoration:none;text-decoration:none;}
.NormalRedText a:hover{font-family:Arial;font-size:11px;color:#e03127;text-decoration:none;text-decoration:underline;}
.WhiteTextFooter{font-family:Arial;font-size:11px;color:#FFFFFF;text-decoration:none;text-decoration:none;}
.WhiteTextFooter a:hover{font-family:Arial;font-size:11px;color:#FFFFFF;text-decoration:none;text-decoration:underline;}
.mainMenu{width:183px;padding:4px 4px 4px 10px;border-bottom:1px solid #FFFFFF;background-color:#004990;}
.subMenu {width:173px;padding:4px 4px 4px 20px;border-bottom:1px solid #FFFFFF;background-color:#8daecd;}
li{list-style-image:url(http://paans.clickfactor.nl/images//paans/list_image.gif);}
ul{padding:0px;margin:0px 0px 0px 20px;}

