
body
 {
	width: 100%;
	padding: 0;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
 }

.aussenwrapper{
	width: 100%;
	float: left;
	background-color:#FFF;
	
}


.lineheight-mittel{
	line-height: 250%;
}


.lineheight-klein{
	line-height: 50%;
}

.innenwrapper{
    width: 100%;
	height: auto;
	float: left;
	background-color: #FFF;
}

.text
{
	float: left;
	width: 70%;
	height: 100%;
    padding-left:2%;
	font-size: 80%;
	background-color:#7f8679;
	background-color: hsla(0,0%,92%,0.8);
	
}

.menuewrapper
{
	width: 28%;
	height: 100%;
	float: left;
	font-size: 90%;
	background-color: #FFF;

    
}

.div_inactive_button
{
	width: 100%;
	height: 58px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	color: #000;
	border-top-width:1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	line-height: 400%;
	
}


.div_inactive_button:hover
{
	background-color: #7f8679;
	background-color: hsla(0,0%,92%,0.8);
}


.div_active_button
{
	width: 100%;
	height: 58px;
	float: left;
	text-align: center;
	background-color: #CCCCCC;
	color: #000;
	border-top-width:1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	line-height: 400%;
}


