body {
	background: #808080;
	font-family: Helvetica,Arial,sans-serif;
	text-align: center;
	font-size: 75%;
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 120%;
}

#center {
	position: relative;
	margin: 10px auto;
	background: url(../images/box_background.gif) no-repeat 100% 0;
	text-align: left;
}

#inhalt {
	position: relative;
	top: 10px;
	padding: 0px 0px 20px 28%;
}

#topmenu {
	position: absolute;
	top: 10px;
	padding: 0px 0px 0px 30px;
	width: 20%;
}

#sidebar {
	position: absolute;
	top: 100px;
	padding: 0px 0px 0px 10px;
	width: 23%;
}

#midmenu {
	position: absolute;
	top: 350px;
	padding: 0px 0px 0px 10px;
	width: 23%;
}

#bottommenu {
	position: absolute;
	top: 520px;
	padding: 0px 0px 0px 10px;
	width: 23%;
}

#Fusszeile {
	position: absolute;
	top: 590px;
	width: 780px;
	padding: 10px;
	text-align: center;
	background-color: #666;
}

img {
	border: 0px;
}
.blogsection {
	color:#A3B271;
	background-color:inherit;
	height: 500px;
}

.contentpaneopen {
	padding: 0 3px;
	text-align: justify;
}

.contentheading,
.buttonheading {
	margin: 0px 5px 0;
	font-size: 1em;
	background: #640000;
	color: #ffffff;
	padding: 2px 4px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
	border: 0px;
}

.componentheading {
	margin: 0px 5px 0;
	font-size: 1em;
	background: #640000;
	color: #ffffff;
	padding: 2px 4px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
	border: 0px;
}

.contentheading a:link,
.buttonheading a:link{
	border-style: none;
}
.clr {
	clear: both;
}
