body{
	background: #e9e9e9;
	font-size: 100%;
}

.clear{
	clear: both;
}

#page{
	background: #fff;
	width: 100%;
	max-width: 1000px;
	min-width: 700px;
	margin: 0 auto;
}

#nav{
	width: 100%;
	display: table;
	background: #4a0;
}

#logo{
	display: table-cell;
	vertical-align: middle;
}
#logo h1{
	margin-left: 30px;
	float: left;
	font-size: 1.55em;
	font-family: 'Droid serif', serif;
	font-weight: normal;
	line-height: 1.05em;
}
#logo h1 a{
	color: #fafafa;
}

#menue{
	display: table-cell;
	vertical-align: middle;
}
#menue ul{
	float: right;
}
#menue ul li{
	display: inline-block;
	text-align: center;
	padding: 10px 11px;
}
#menue ul li:last-of-type{
	margin-right: 30px;
}
#menue ul li a{
	font-family: 'Droid serif', serif;
	color: #fafafa;
}
#menue ul li a:hover{
	border-bottom: 3px solid #5c0; /* #5c0 */
}
#menue ul li a.active{
	border-bottom: 3px solid #5c0;
}
/*#menue ul li a.active:hover{
	border-bottom: 3px solid #4b0;
}*/

#trennlinie-oben{
	width: 100%;
	height: 3px;
	background: #008800;
	margin-bottom: 8px;
}

#inhalt{
	width: 100%;
	font-family: 'Droid Serif', serif;
	text-align: justify;
	padding-bottom: 15px;
}

#links{
	width: 50%;
	float:left;
	margin-left: -3px;
}

#rechts{
	width: 50%;
	float:right;
	margin-right: -3px;
}

#links .inhaltsbox{
	padding: 15px 15px 0 30px;
}
#rechts .inhaltsbox{
	padding: 15px 30px 0 15px;
}
#breit{
	padding: 15px 30px 0 30px;
}
#breit h1,h2,h3,h4,h5,h6{
	padding: 0;
	font-weight: normal;
	color: #090;
	line-height: 1em;
	margin: 0;
}
#breit h1{
	font-size: 1.7em;
}
#breit h2{
	font-size: 1.4em;
}
#breit h3{
	font-size: 1.25em;
}
#breit a{
	color: #888;
}
.inhaltsbox h1{
	padding: 0;
	font-weight: normal;
	color: #090;
	font-size: 1.7em;
	line-height: 1em;
}

footer{
	text-align: center;
	padding: 17.5px 0;
}
footer, footer a{
	font-family: 'Droid serif', serif;
	color: #222;
}
footer a:hover{
	color: #080;
}

#trennlinie-unten{
	width: 100%;
	height: 2px;
	background: #080;
}