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

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

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

input,textarea { line-height: normal; }

p { margin-bottom: 10px; }

a { color: #333; }
a:hover { color: #92ca11; }
a:active { color: #92ca11; }
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,h2,h3,h4,h5,h6 {
	margin-bottom: 5px;
	color: #fff;
}

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; }

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

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

#language{
	height: 75px;
	width: 100px;
	float: left;
}

#language img{
	margin-top: 27px;
	margin-right: 5px;
	border: 1px solid #fff;
}

#menu{
	height: 75px;
	width: 700px;
	float: right;
}

#menu ul{
	width: auto;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-top: 20px;
}

#menu ul li {
	list-style: none;
	float: left;
	width: auto;
}

#menu ul li a {
	height: 31px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #9b9b9b;
	text-align: left;
}

#menu a:hover{
	color: #92ca11;
}

#content{
	height: auto;
	width: 770px;
	float: left;
	padding: 15px;
	margin-top: 117px;
}

#slider{
	height: 125px;
	width: 770px;
	float: left;
	margin-bottom: 10px;

}

#leftcontent{
	height: auto;
	width: 500px;
	float: left;
}

#output{
	height: auto;
	width: 470px;
	padding: 15px;
	float: left;
}

#title{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	font-family: Trebuchet MS;
}

#nieuws{
	height: auto;
	width: 490px;
	float: left;
	margin-bottom: 25px;
	border: 1px solid #dadada;
	padding: 5px;
	background: #ededed;
}

#nieuws_title{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	font-family: Trebuchet MS;
}

#nieuws_text{

}


#text{
	
}

#rightcontent{
	height: auto;
	width: 260px;
	float: left;
	margin-left: 10px;
}

#contentitem{
	height: auto;
	width: 250px;
	float: left;
	margin-left: 10px;
	margin-bottom: 25px;
}

#contentitem ul{
	width: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}

#contentitem ul li {
	list-style: none;
	float: left;
	width: auto;
}

#contentitem ul li a {
	width: 250px;
	display: block;
	text-decoration: none;
	color: #9b9b9b;
	padding-bottom: 3px;
	text-align: left;
	border-bottom: 1px dotted #dadada;
}

#contentitem a:hover{
	color: #92ca11;
}

#news{
	height: 250px;
	width: 260px;
	float: left;
	border-bottom: 4px solid #333;
}

#contactformulier input{
	margin-bottom: 5px;
}

#contactformulier textarea{
	margin-top: 5px;
	margin-bottom: 5px;
}

#weblinks{
	height: auto;
	width: 490px;
	float: left;
	margin-top: 25px;
	border: 1px solid #dadada;
	padding: 5px;
	background: #ededed;
}

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

#copyright{
	width: 820px;
	margin: 0 auto;
	padding-top: 6px;
	font-size: 10px;
}

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

#copyright a:hover{
	color: white;
}
