/*Bovenste balk: border top: groen*/

 html {
 	min-height: 100%;
 	height: auto;
 }


body {
	margin:0px;
	font-family: "Trebuchet MS", verdana, geneva, sans-serif;
	font-size: 80%;
	line-height: 1.5em;

	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}

#body2
{
	background-image: url(../images/top.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top:130px;

}

* 
{
	margin:0;
	padding:0;
}

a
{
color:#000000;
}

#wrapper {
	width:90%;
	margin:0 auto;
	height:500px;
}


/*Lichtergroen*/
#header 
{
float:left;
}

/*ZwartDonkergrijs*/
#header h1 
{
	height:20px;
	color:#333;
	font-size:3em;
	font-weight:normal;
	letter-spacing:-1px;
}



/*Lichtgrijz*/
#header img {
	background:#ffffff;
	padding:10px;
	margin:5px;
}

/*Lichtgrijze boord + Margin*/
img {
	background:#fff;
	padding:3px;
	margin:5px;
	border:1px solid #eee;
}



.clear {
	clear:both;
}

/*ZwartDonkergrijs*/
INPUT, textarea 
{
	font-size: 9pt;
	line-height: 16px;
	color:#333;
}

/*ZwartDonkergrijs*/
h1 {
	font-size:3em;
	font-weight:normal;
	color:#333;
	letter-spacing:-1px;
	margin:20px 0;
}

/*ZwartDonkergrijs*/
h1 a 
{
	text-decoration:none;
	color:#333;
}








/*Lichtgrijze boord*/
#menu {

	text-transform: uppercase;
	text-align:center;
	font:3em;
	font-weight:bold;
	padding-right: 0;
	padding-left: 0;
}

#menu li {
	float:right;
	list-style:none;
}

/*Grijze tekst
Witte achtergrond*/
#menu li a {
	color:#31423b;
	padding:5px;
	margin:1px 2px 0 0;
	text-decoration:none;
	display:block;
	width:130px;
}

/*DonkerGrijze tekst
Lichtgrijze achtergrond*/
#menu li a:hover {
	background-color:#fab033;
	color:#ffffff;
	text-decoration:none;
}


#menu li a.active {
	background-color:#fab033;
	color:#ffffff;
	text-decoration:none;


}



/*Lichtgrijze boord*/
#sidebar {
	margin-top: 15px;
	width:250px;
	float:left;
	padding:10px;
	border:1px solid #eee;
}


/*Lichtgrijze boord*/
/*Grijsgroene achtergrond*/
/*Witte tekst*/
#sidebar h2
{
	letter-spacing:2px;
	font-size:1.1em;
	color:#FFFFFF;
	background-color:#566d31;
}



/*Witte tekst*/
#sidebar h2 a 
{
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	padding:5px;
	margin-bottom:3px;
	text-transform: capitalize;
}

/*Zwarte tekst*/
/*Lichtgroene achtergrond*/
#sidebar h2 a:hover, #sidebar h2 a.active
{
	color:#000000;
	text-decoration:none;
	background-color:#BCE77C;
}


#submenu2 ul {
	list-style:none;
	margin-bottom:50px;
}

#submenu2 li {
	margin-bottom:3px;
		list-style:none;

}

/*Lichtlichtgrijze*/
#submenu2 li a {
		background-color:#eff4e6;
		color:#333;
		text-decoration:none;
		display:block;
		width:225px;
		padding-left:25px;
			text-transform: capitalize;
}

/*Lichtgrijze*/
#submenu2 li a:hover, #submenu2 li a.active {
	color:#000000;
	text-decoration:underline;
	background-color:#eee;
			text-decoration:none;
}

#sidebar p {
}

/*Witte achtergrond*/
input, textarea, button {

	padding:2px;
	background:#fdfdfd;
	color:#333;
}

/*Witte achtergrond*/
#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}




#sidebar p
{
padding:2px;
}


/*lichtlichtgrijze achtergrond*/
blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}


/*grijze boord*/
#content {
	border:1px solid #eee;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 277px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;

}

#content p {
	line-height:25px;
	margin:5px 0;
	font-size:110%;
	word-spacing:2px;
}

/*grijze boord*/
#content a {
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #eee;
}

/*Zwarte tekst*/
#content a:hover {
	color:#000;
}


/*llichttichtgrijze boord*/
#content h2 {
	font-size:1.6em;
	font-weight:normal;
	padding:5px 0;
	padding-top:10px;
		padding-left:25px;
	background-image: url(../images/bck_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:37px;
}


/*lichtlichtgrijze boord*/
#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
}

/*lichtlichtgrijze boord*/
#content li {
	padding:10px;
	border-bottom:1px solid #eee;
}


#content h2 {
	margin:10px 0;
}


/*lgrijze tekst*/
#footer {
	padding:20px;
	text-align:right;
	margin:0;
	color:#999;

}