body, html {
	font-family: 'Verdana', Arial,  sans-serif;
	font-size: 12px;
	margin: 0;
	width: 100%;
	height: 100%;    
	background-image: url("images/achtergrond.jpg");
	background-repeat: repeat-x;
	background-color: #299146;
	color: black;
}
/************************/
h1,h2,h3{
	font-weight: 100;
}
h1{
	font-size: 25px;
}
h4{
	font-size: 12px;
}
p{
	line-height: 16px;	
}
a, a:link {
	color: #299146;
	background: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #299146;
}
a:visited {
	color: #912929;
	background: inherit;
}
a:hover {
	color: #F1FFF5;
	background: #912929;
}
h2{
	margin-top: 20px;
}
dl{
   display: block;
   width: auto;
   height: auto;
}
dt{
   display: block;
   float: left;
}
img{
	border: none;
}
/************************/
/**HOOFDDIVS**/
#alles{
	position: relative;
	width: 910px;
	min-height: 100%;
	margin: 0 auto;
}
#header{
	position: relative;
	width: 100%;
	height: 170px;
	margin: 0;
	background: url(images/header2.png);
	background-repeat: no-repeat;
	padding-left: 18px;
}
#header object{
	width: 882px;
	height: 160px;
}
#menu{
	float: left;
	width: 170px;
	margin: 3px 0 0 8px;
	padding-bottom: 25px;
	font-size: 11px;
	text-align: center;
	text-transform: lowercase;
}
	ul#navlist{
		text-align: left;
		list-style: none;
		padding: 0;
		margin: 0 auto;
		width: 140px;
	}
	ul#navlist li{
		display: inline;
		margin: 0;
		padding: 0;
	}
	ul#navlist li a{
		display: block;
		padding: 0 0 0 25px;
		line-height: 32px;
		border-bottom: #912929 1px solid;
		color: #912929;
		background: inherit;
		text-decoration: none;
	}
	#menu>ul#navlist li a {
		width: auto;
	}
	ul#navlist li#active a{
		background: #912929;
		color: #fff;
	}		
	ul#navlist li#activeli a{
		background: #912929;
	}
	ul#navlist li#activeli ul a{
		background: #f1fff5;
	}
	ul#navlist li#activeli #active{
		color: #fff;
	}	
	ul#navlist li a:hover, ul#navlist li#active a:hover{
		border-right: 1px solid #aaab9c;
		border-bottom: 1px solid #aaab9c;
		border-top: 1px solid #ffd;
		border-left: 1px solid #ffd;
		color: #fff;
		background: #299146;		
	}
.submenu{
	display: none;
	margin-left: -15px;
}
/**submenu open laten staan bij actief**/
#activeli .submenu{
	display: block;
}
	ul#navlist li ul a{
		padding: 0 0 0 25px;
	}
	ul#navlist li#activeli ul li#current a{
		color: #fff;
		background: #37b85b;
	}
	ul#navlist li#activeli ul a:hover{
		background: #c32121;
	}
#tekst{
	float: right;
	width: 500px;
	padding: 0 0 30px 0;
	margin: -15px 20px 0 0;
	text-align: justify;
}
#extra{
	position: absolute;
	width: 200px;
	height: 350px;
	top: 0;
	left: 0;	
	margin: 167px 0 0 705px;
}
.balk{
	padding: 20px 0 0 20px;
	font-size: 11px;
}
.balk span{
	font-size: 10px;
}
#poll{
	background: url(images/poll.png) no-repeat top;
	margin-left: 10px;
}
#pollh{
	margin-bottom: 0;
}
#login{
	background: url(images/login.png) no-repeat top;
	margin: 7px 0 5px 10px;
}
#ad{
	padding-left: 20px;
	margin: 7px 0 5px 10px;
	width: 160px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 9pt;
	text-align: center;
	width: 700px;
	color: #F1FFF5;
	background: inherit;
	padding: 1px 0px 2px 0px;
	background: url(images/footer.png);
	height: 17px;
}
#footer a{
	color: #ccffcc;
	background: inherit;
}
#footer a:hover{
	background: none;
}
.boven{
	background: url(images/boven.png);
	width: 700px;
	height: 20px;
	float: left;
}
#midden{
	position: relative;
	width: 700px;
}
.midden2{
	position: absolute;
	width: 700px;
	top:190px;
	bottom: 20px;
	left: 0;
	background: url(images/midden.png) repeat-y;
}
.rechtsboven, .rechtsmidden, .rechtsonder{
	float: left;
	width: 206px;
}
.rechtsboven{
	background: url(images/poll-boven.png) no-repeat;
	height: 21px;
}
.rechtsmidden{
	background: url(images/poll-midden.png) repeat-y;	
}
.rechtsonder{
	background: url(images/poll-onder.png) no-repeat;
	height: 12px;
}
/***FORMULIEREN****/
#contact dt{
	width: 85px;
}
#gb dt{
	width: 55px;
}
#registreren dt{
	width: 90px;
}
#inlog dt{
	width: 45px;
}
#profiel dt{
	width: 110px;
}
#profielbutton{
	margin-left: 110px;
}
#wachwoord dt{
	width: 180px;
}
#wachwoordbutton{
	margin-left: 180px;
}
#email dt{
	width: 130px;
}
#emailbutton{
	margin-left: 130px;
}
#log{
	margin-left: 45px;
}
#NewPoll dt{
	width: 80px;
}
#submitNewPoll{
	margin-left: 80px;
}
/**CODE-HIGHLIGHTING**/
.codes{
	width: 500px;
	border: 1px solid #912929;
	background: #912929;
	float: left;
	margin-bottom: 5px;
}
.getallen{
	width: 24px;
	float: left;
	color: #F1FFF5;
}
.code{
	background: #F1FFF5;
	width: 464px;
	float: left;
	overflow-x: scroll;
}
.getallen, .code, code{
	line-height: 15px;
	font-family: 'Verdana', Arial,  sans-serif;
	font-size: 11px;
	padding: 3px;
}
/**GB**/
#gblinks{
	width: 100px;
	float: left;
	margin-top: 40px;
}
#gbrechts{
	width: 395px;
	float: right;
	margin: -10px 0 15px 5px;
}
/*********/
.toprow{
	font-weight: bold;
}
.tutimportant {
	text-decoration: underline;
}
.GbAuteur{
	border: 1px solid #299146;
	background: #defee7;
}
.GbBericht{
	margin-bottom: 10px;
}
#ad{
	margin-left: 20px;
	padding: 0;
}