/* stylesheet Brummerij 2006 */

body {
	background-color: #711600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	margin: 0;
	padding: 0;
}

#container {
	background-color: #FFFFF0;
	width: 880px;
	margin: 5px auto 0 auto;
	border: 1px solid #996600;
} 

#header {
	width: 840px;
	height: 160px;
	margin-left: 20px;
} 
#wrapper {
	width: 840px;
	margin-left: 20px;
	background-image: url(img/wrapper_bck.jpg);
	background-repeat: repeat-y;
}

#navigatie {
	background-image: url(img/navigatie_bck.jpg);
	width: 204px;
	background-repeat: no-repeat;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navigatie ul {
	list-style-type: none;
	margin-left:  30px;
	padding: 0;
}

#navigatie li a {
	color: #711600;
	display: block;
	width: 160px;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: url(img/nav_up.jpg) no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
}

#navigatie li a:hover {
	color: #006600;
	display: block;
	width: 160px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	background: url(img/nav_over.jpg) no-repeat;
}


#inhoud {
	float: right;
	width: 620px;
	padding-bottom: 40px;
	background-image: url(img/tafelonder.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#clearwrapper {
	clear: both;
}
#tekst {
	color: #711600;
	width: 395px;
	float: left;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #E5D6B9;
	border-left: 1px solid #E5D6B9;
	font-size: 11px;
}

#tekst h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#tekst p, li, td, {
	font-size: 11px;
}

#tekst textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}
 
#tekst a {
	font-size: 11px;
	color: #711600;
	font-weight: bold;
}	
#tekst a:hover {
	font-size:11px;
	color: #003300;
	font-weight: bold;
}

#afbeelding {
	float: right;
	width: 150px;
	margin-right: 20px;
}

.foto {
	margin-bottom: 5px;
	border: 3px solid #FFF;
}

.nieuwskop {
	font-size: 11px;
	font-weight: bold;
}
.geplaatst {
	font-size: 10px;
}
#adres {
	font-size: 11px;
	font-weight: bold;
	color: #8B3100;
	width: 180px;
	margin-left: 30px;
	margin-bottom: 10px;
}

