@charset "utf-8";
/* CSS Document */

html, body {
height:100%;
width:100%;
margin:0px;
background-color:#FFF;
text-align: center;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

h1 {
color:#FFF;
font-size:20px;
font-weight:bold;
display:inline;
}

h2 {
color:#0d5493;
font-size:12px;
}

h3 {
color:#cf3f37;
font-size:16px;
font-weight:bold;
display:inline;
line-height:20px;
}

.bluetxt {
color:#0d5493;
}

img {
border:0px;
}

a:link {
color:#e71f18;
font-size:14px;
font-weight:bold;
text-decoration:none;
display:inline;
}

a:hover {
color:#e71f18;
font-weight:bold;
font-size:14px;
text-decoration:underline;
display:inline;
}

a:visited {
color:#e71f18;
font-size:14px;
font-weight:bold;
text-decoration:none;
display:inline;
}

#mainmenu a:link {
color:#FFF;
font-size:14px;
font-weight:bold;
text-decoration:none;
display:inline;
}

#mainmenu a:hover {
color:#FFF;
font-weight:bold;
font-size:14px;
text-decoration:underline;
display:inline;
}

#mainmenu a:visited {
color:#FFF;
font-size:14px;
font-weight:bold;
text-decoration:none;
display:inline;
}

div#container { 
background:url(../images/line.jpg);
background-repeat:repeat-y;
width:975px;		
margin-left: auto;
margin-right: auto;	
text-align: left;
}

	div#header {		
	height:165px;
	}
											
	div#titelbalk{
	margin-left: 8px;
	height: 35px;
	width: 380px;
	background-color:#0d5493;
	float:left;
	}
	
	.title {
	text-align: right;
	margin-top:8px;
	margin-right: 5px;
	}

	#mainmenu {
	margin-right: 8px;
	padding-right:45px;
	width: 530px;
	height: 35px;
	float:right;
	background-color:#e71f18;
	background-image: url(../images/menu_right.jpg);
	background-position: right;
	background-repeat:no-repeat;
	}
	
	.menu-items {
	text-align: right;
	margin-top:7px;
	margin-right: 5px;
	color:#FFFFFF;
	}

	#submenu {
	margin-top:8px;
	padding-left: 40px;
	margin-right: 30px;
	width: 500px;
	height: 25px;
	float: right;
	border-bottom: 1px solid #999999;
	/*background-color:#d96864;
	background-image: url(../images/menu_sub_right.jpg);
	background-position: right;
	background-repeat:no-repeat;*/
	}
	
		#submenu a:link {
		color:#333333;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
		display:inline;
		}

		#submenu a:hover {
		color:#333333;
		font-size:12px;
		font-weight:normal;
		text-decoration:underline;
		display:inline;
		}

		#submenu a:visited{
		color:#333333;
		font-size:12px;
		font-weight:normal;
		text-decoration:none;
		display:inline;
		}
	
	
	div#leftcolumn{
	margin-left: 8px;
	margin-top: 5px;
	width: 380px;
	float:left;
	}

		.lc_txtcontent {
		margin-left: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
		}
		
	div#inhoudcontainer{
	clear:both;
	width: 975px;
	}
	
	div#content {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	width: 500px;
	float:left;
	}
	
	.imgbutton {
	float:right;
	}
	
	div#footer {		
	clear:both;
	height:10px;
	background:url(../images/footer.jpg);
	background-repeat:no-repeat;
	}
	
hr {
	padding-top: 10px;
	border:none;
	border-top:dotted 2px black;
}