/* Stylesheet voor LMB Doornbos */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 13px;
}
.container {
	background-color: #FFFFFF;
	margin: auto;
	text-align:left;
	/*width: 794px;*/
	width: 782px;
	border:1px;
	/*background-repeat: repeat-y;*/
}
.header {
	height: 137px;
	background-image: url(images/Kopfoto2_2.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}


.nav {
	height:auto;
	text-align:center;
}
.content {
	margin: 10px 0px 0px;
	width: 794px;
	background-image: url(images/LMB2.jpg);
	background-position: center 240px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: left;
}
.footer {
	height: 26px;
	width: 794px;
	/*background-image: url(images/layout_bottom.jpg);*/
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.borders {  border: 1px solid #000000}

#navigatie {
	text-align: center;
	/*margin-top: 82px;*/
}
#navigatie ul{
background-color: #FCDAD8;
border: 1px solid red;
width: 780px;
padding: 0;
margin: 0;
white-space: nowrap;
}
html>/**/body #navigatie ul{
background-color: #FCDAD8;
border: 1px solid red;
width: 780px;
margin-left: 0px;
white-space: nowrap;
}

#navigatie ul li{
display: inline;
}
#navigatie ul li a{
	padding-left: 1em;
	padding-right: 1em;
	font-size: 14px;
	text-decoration: none;
	color: red;
	letter-spacing: 1px;
}
#navigatie ul li a:hover{
color: black;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
    font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
h3{
	font-size: 14px;
	font-weight:bold;
	font-style: italic;
	}
.nieuws_kop {
	background-image: url(images/Content_top1.gif);
	background-repeat: no-repeat;
	width: 172px;
	height: 28px;

}
.nieuws_middle {
	background-image: url(images/Content_middle1.gif);
	background-repeat: repeat-y;
	width: 172px;

}
.nieuws_end {
	background-image: url(images/Content_bottom1.gif);
	background-repeat: no-repeat;
	width: 172px;
	height: 17px;

}
.nieuws_tekst {
	font-size: 12px;
	width: 150px;
}
.nieuws_datum {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}