
body {
	margin: 0px;
	background: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
	
}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h2 {
	color: #93B300;
	margin:0px;
	padding:20px;
	font-size: 15px;

}


a {
	text-decoration: none;
	color: #93B300;
}

a:hover {
	text-decoration: underline;
}


/**** Main Container ***/


#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 800px;
}


/**** Top ***/


#top {
	width: 100%;
	height: 80px;
	color: #fff;
	background: #000 url(../img/top_bg.gif);
	overflow:hidden;

}

#top h2 {
	position: relative;
	margin: -17px;
	top:31px;
	float:right;
	padding-left: 0px;

}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #93B300;
}


/**** Main Menu ***/


#menu {
	display: block;
	float:left;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 20px 20px 12px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: url(../img/bg_menu.jpg);
}

#menu li a.current {
	letter-spacing: 1px;
	color: gray;
	background: url(../img/bg_menu.jpg);
}

/**** Content Container ***/


#content {
	width: 100%;
	margin-top:30px;
}

#content h2 {
	margin: 0;
	padding: 8px 0 10px 0;
}


/**** Content ***/


#left {
	width: 395px;
	float:left;
	display: block;
    margin-left: 20px;
	display: inline;
}


/**** Sidebar ***/


#right {
	width: 315px; 
	float: right;
	display:block;
	margin-top: 46px;
}

#right .box {
	width: 24em;/*280px*/
	background: #FFFFF;
	border: 0px;
	padding:350px 10px 15px 10px;
	float: right;
	background-image: url("../img/beeld.jpg");

}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;

}

#right .box li {
	margin-top:5px;

}

#right .box1 {
	width: 13em;/*280px*/
	background: #FFFFF;
	border: 0px;
	padding:160px 10px 15px 10px;
	float: right;
	background-image: url("../img/beeld-contrast1.jpg");

}

#right .box1 ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;

}

#right .box1 li {
	margin-top:5px;

}


/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
    margin: 30px auto 0 auto;
	text-align: center;
	border-top: dotted 1px;
	border-color: #93B300; 
	padding: 20px 0 20px 0;
	width: 70%;
}

#footer p {
	margin: 0px;
	padding: 0;
}