html, body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background: url("../img/bodybg.jpg") repeat-x;
}

a:active{outline: none;}
:-moz-any-link:focus {outline: none;}

body,td,th,input,select,textarea {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	line-height: 18px;
}

input,textarea { line-height: normal; }

p { margin-bottom: 10px; }

a { color: #9a3a00; }
a:hover { color: #cd6a2f; }
a:active { color: #cd6a2f; }
img { border: none; }
fieldset { border: none; }
caption { display: none; }

ul {}
ol {}

table { border-collapse: collapse; }
th, td {}
th {}
thead th {}
tbody th {}
tfoot th {}
tfoot td {}

dl dt {}
dl dd {}

strong { font-weight: bold; }
em { font-style: italic; }

/* HEADINGS */

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none; }

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {  }

h1 { font-size: 22px; padding: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; font-weight: bold; }

/* CSS */

#container{
	height: auto;
	width: 770px;
	min-height: 800px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	background: url("../img/containerbg.jpg") no-repeat;
}

#header{
	height: 100px;
	width: 770px;
	float: left;
}

#logo{
	height: 100px;
	width: 225px;
	float: left;
}

#logo img{
	margin-top: 30px;
	border: 0px;
}

#menu{
	width: 545px;
	float: right;
	margin-top: 38px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
	float: right;
}

#menu ul li {
	float: left;
	list-style: none;
	margin-left: 5px;
}

#menu ul li a {
	height: auto;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

#menu ul li a:hover{
	color: #cd6a2f;
}


#content{
	height: auto;
	width: 800px;
	float: left;
}

#leftcontent{
	height: auto;
	width: 564px;
	float: left;
	padding-top: 10px;
}

#slider{
	height: 300px;
	width: 564px;
	float: left;
	background: gray;
}

#output{
	height: auto;
	width: 564px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#formulier{
	height: auto;
	width: 564px;
	float: left;
	margin-top: 25px;
}

#uitslag{
	height: auto;
	width: 770px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	font-family: Courier New;
	line-height: 8px;
	margin-top: 25px;
}

#uitslagtitle{
	width: 770px;
	float: left;
	font-weight: bold;
	font-size: 15px;
	margin-top: 5px;
}

#uitslagtext{
	width: 770px;
	float: left;
}

#title{
	width: 564px;
	float: left;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

#text{
	width: 564px;
	float: left;
	margin-bottom: 25px;
}

#rightcontent{
	height: 300px;
	width: 196px;
	float: left;
	margin-left: 15px;
	margin-top: 55px;
}

.rightcontent_item{
	height: auto;
	width: 196px;
	float: left;
	border: 1px solid #dadada;
	background: #ededed;
	margin-bottom: 10px;
}

.rightcontent_item ul{
	margin: 0px;
	padding: 0px;
}

.rightcontent_item ul li {
	list-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.rightcontent_item ul li a {
	height: auto;
	display: block;
	text-decoration: none;
	color: #3c3636;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #dadada;
}

.rightcontent_item ul li a:hover{
	color: #5b5555;
}

.title{
	font-weight: bold;
	width: 186px;
	float: left;
	padding: 5px;
	color: #9a3a00;
}

.text{
	width: 186px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.weblinks_liefhebbers{
	height: auto;
	width: 282px;
	float: left;
}

.weblinks_algemeen{
	height: auto;
	width: 282px;
	float: left;
}

.textweblinks{
	height: auto;
	width: 580px;
	float: left;
	margin-bottom: 10px;
}

.weblinks{
	height: auto;
	width: 580px;
	float: left;
	margin-bottom: 5px;
}

.weblink_title{
	font-weight: bold;
	margin-bottom: 10px;
}


#footer{
	height: 66px;
	width: 100%;
	clear: both;
	background: url("../img/footerbg.jpg") repeat-x
}

#copyright{
	width: 770px;
	padding-top: 34px;
	padding-bottom: 15px;
	margin: 0 auto;
	color: #fff;
	font-size: 11px;
}

#copyright a{
	color: #fff;
	text-decoration: none;
}

#copyright a:hover{
	color: #dadada;
}