body {
	background: #504938;
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
}

p{

}
h1 {
	color: #C77000;
	font-weight: normal;
	font-size: 19pt;
}
h2 {
	color: #FE8D00;
	font-weight: normal;
	font-size: 16pt;
}
h2 {

}
h3 {

}
h4 {

}
h5 {

}
a{
	color: #0078DA;
}

#container{
	position: relative;
	background-color: #FFF7ED;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	margin-top: 50px;
	border: 2px solid #FF8F00;
}

#header{
	background-image: url('/images/logo_lodenblokgewicht.jpg');
	background-repeat: no-repeat;
	background-position: 10px 8px;
	width: 900px;
	height: 70px;
	border-bottom: 2px solid #504938;
}

#menu {
	float: right;
	border: 0px solid red;
	margin-top: 20px;
}

#menu ul li{
	height: 50px;
	background-image: url('/images/btn_bg.jpg');
	background-repeat: repeat-x;
	line-height: 80px;
	padding: 0px 6px 0px 6px;
	margin: 0px 2px 0px 2px;
	float: left;
}

#menu ul li a{
	color: black;
	text-decoration: none;
}

.prefix{
	padding: 4px;
}

.error{
	color: red;
}

.highlight{
	color: blue;
	font-style: italic;
}
.note{
	font-style: italic;
	font-size: 85%;
}
#footer{
	position: relative;
	width: 900px;
	left: 50%;
	margin-top: 10px;
	margin-left: -450px;
	color: #8F8774;
}
#footer a{
	color: #8F8A7D;
}
#poll{
	width: 156px;
	background-color: #FEFEFE;
	border: 1px solid #EDEDED;
	padding: 0px;
}

#poll .pollResultRow{
	width: 150px;
	margin: 3px 3px 3px 3px;
	background-color: #EFEFEF;
}

#poll .pollQuestionRow{
	width: 150px;
	margin: 3px 3px 3px 3px;
	padding: 3px 0px 3px 0px;
	background-color: #EFEFEF;
}

#poll .smallRight{
	margin: 3px 3px 3px 3px;
	font-size: 70%;
	float: right;
}

#poll h2{
	font-size: 110%;
	margin: 3px;
}

#contact fieldset{
	border: 0px;
}

#contact fieldset label{
	float: left;
	border: 0px solid red;
	width: 150px;
	display: block;
}

#contact fieldset label.error{
	float: none;
	clear: right;	
}

.contentBox{

	border: 1px dotted #FF8F00;
	margin: 15px;
	background-color: white;
}

.contentBox h1,h2,h3{
	padding: 10px 10px 0px 5px;
}

.contentBox span{
	color: #444444;
	font-style:italic;
	padding-left: 5px;
}

.contentBox div{
	padding: 5px;
}

.contentBox hr{
	color: #FF8F00;
	background-color: #FF8F00;
	height: 5px;
}

.submenu {
	border: 0px solid red;
}
.submenu li{
	background-color: #504938;
	float: left;
	margin: 3px 5px 3px 5px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #FF8F00;
}
.submenu li a{
	color: white;
	text-decoration: none;
}

.actief a{
	color: #05354F;
}
