/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* { padding: 0; margin: 0; }

body {
	background: #809315 url(../images/img01.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#logo {
display:none;
}

#menu {
display:none;
}

#header {
display:none;
}

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 0 25px;
}


#content {
	float: right;
	width: 603px;
}

#sidebar {
	float: left;
	width: 250px;
}

#fullcontent {
	float: left;
	width: 900px;
}


/** PARAGRAFEN **/



h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 28px;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

h2 {
	font-size: 23px;
	font-weight: normal;
	padding-top: 4px;
}

#sidebar h2 {
	height: 30px;
	margin-bottom: 15px;
	padding: 5px 0px 0px 20px;
	background: #4E9FC8 url(../images/img03.jpg) no-repeat;
	font-size: 18px;
	color: #FFFFFF;
}

.newsheader {
	font-size:23px
	color:#DCCB97; 
	background-image: url(../images/post.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 2px;
	padding-left: 25px;
	}

h3 {
	font-size: 18px;
	color:#3F6800;
}

h4 {
font-size:16px;
padding:0px;
margin:0px;
}

h5 {
font-size:16px;
padding:0px;
margin:0px;
color:#3F6800;
}



h6 {
	font-size:14px;
	height: 25px;
	background: #5A8F01 url(../images/img07.gif) no-repeat;
	line-height: normal;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.mailerror {
	height: 30px;
	font-size: 18px;
	color: #FFFFFF;
}




/**LIJSTEN**/






/**LINKS**/

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #3F6800;
}



a img {
	border: 1px solid #006633;
}

a:hover img {
	border: 1px solid #FFFFFF;
}




img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}




#logo a {
	text-decoration: none;
}





#sidebar ul {
	margin-left:20px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
}

#sidebar p {
	margin-left:20px;
}


/* Footer */

#footer {
display:none;
}



/* FORMULIEREN **/

input, textarea {
	width: 220px;
	background: #FFFFFF url(../images/img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
}

.btnExample {
  color: #FFFFFF;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  text-transform:uppercase;
  background:#4D661C;
  width:220px;
}

.btnExample:hover {
  color: #4D661C;
  background: #FFFFFF;
}