body {
	background-color: #bbbbbb;
	height: 100%; 
	margin: 0;
	padding: 0;
}

html {
	font-family:Verdana, Arial, Helvetica, sans-serif ; 
	font-size: 10pt;
	color: #000000;
	height: 100%; 
	margin: 0;
	padding: 0;
}	

div#abstand {
	height: 50%; 
	width: 10px;
	margin-top: -455px; 
	float: left; 
}

div#inhalt {
	position: relative;
	width: 746px;
    background-color: #ffffff;
	clear:left;
	margin: 0 auto;  
	overflow: hidden;
}

div#logo {
	position: relative;
	float:left;
}

div#main {

  overflow: hidden;
}


div#content {
	padding: 5px  25px 15px 25px;
	text-align: center;
}

div#textcontent {
	padding: 5px  25px 15px 25px;
	text-align: left;
}


div#naviunten {
	height: 20px;
	overflow: hidden;
 background-color: #EF7631;

}



A {
 	color: #6E564C;
	font-weight: normal;
	text-decoration: none;
 }


 A:hover {
 	color: #F7A82C;
	font-weight: normal;
	text-decoration: none;
 }


 A:visited {
 	color: #6E564C;
 }

H1 {
  font-size: 20px;
   	color: #EF7631;
	font-weight: normal;
	letter-spacing: 1px;
}


H2 {
  font-size: 14px;
   	color: #EF7631;
	font-weight: bold;
}


