body{
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
.simple{
	padding: 0;
	margin: 0;
}
.border{
	width: 17px;
}
.border-left{
	width: 17px;
	background: #fff url('../i/border_left.png') -1px 0 repeat-y;
}
.border-right{
	width: 17px;
	background: #fff url('../i/border_right.png') top right repeat-y;
}
.top-link{
	padding-bottom: 0;
	color: #7e20a9;	
	border-bottom: 1px dashed #006300;
	text-decoration: none;
}
.top-link:hover, .top-link:active{
	border-bottom: 1px solid #006300;
	text-decoration: none;
}
#top-content{
	background: #cbcbcb url('../i/top.png') no-repeat top right;
	height: 129px;
	width: 886px;
	border-bottom: 1px dashed #919191;
}
#address{
	color: #fff;
	position: absolute;
	margin: 33px 0 0 760px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.main-menu{
	float: left;
	text-transform: uppercase;
	color: #006300;
	font-family: verdana, helvetica, arial, Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0 10px 0 10px;
	border-bottom: 3px solid transparent;
}
.main-menu-hover{
	cursor: pointer;
	float: left;
	text-transform: uppercase;
	color: #006300;
	font-family: verdana, helvetica, arial, Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0 10px 0 10px;
	border-bottom: 3px solid #fff;
}
#main-menu{
	position: absolute;
	margin-left: 90px;
	margin-top: 107px;
}
.sub-menu{
	background: #efefef;
	width: 115px;
	border-right: 1px dashed #919191;
}
#main-content{
	margin-top: 0px;
	padding: 4px;
	border: 0px solid #000;
	background: #efefef center top no-repeat;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	width: 500px;
}
#top-links{
	margin-top: 0px;
	padding: 4px;
	border: 0px solid #000;
	background: #efefef center top no-repeat;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: #7e20a9;
	font-size: 12px;
}
#actueel-items{
	background: #efefef;
	border-left: 1px dashed #919191;
	margin: 0;
	padding: 5px 0 0 0;
}
.actueel-item{
	border: 1px dotted #7e20a9;
	margin: 4px;
	padding: 4px;
	width: 247px;
	height: 100px;
}
.foto{
	padding: 3px;
	float: left;
	width: 100px;
}
.titel{
	padding: 3px;
	height: 100px;
	color: #006300;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

