
body {
	font-family: Times;
	background-color:  #DCDCDC;
}
footer{
	background-color: #DCDCDC;
	font-family: Times;
	position: fixed;
	text-align: right;;
	width: 80%;
	/*font-size: 30px
	position: fixed;
	height: 10px;*/
	bottom: 0px;
	right: 10px;
}

#banner{
	position: fixed;
	height: 80px;
	background-color: #8B0000;
 	text-align: center;
 	left: 0;
 	width: 101%;
 	top: 0;	
}

#navi{
   list-style-type:none;
   margin:0;
   margin-bottom: 50px;
   padding:0;
}
#navi.li {
   margin:0;
   padding:0;
   width:110px;
   float:left;
} 

#navi1{
   list-style-type:none;
   margin:0;
   padding-left: 10px;
}
#navi1.li {
   margin:0;
   padding:10px;
   width:110px;
   float:left;
} 

#menu {
	position: fixed;
	background-color: #8B0000;
	width: 110px;
	padding-left: 10px;
	top: 80px;
	left: 0;
	height: 100%;
	
}

#inhalt {
	background-color: #DCDCDC ;
	float: left;
	padding-top: 80px;
	text-align: center;
	/*margin-left: 110px; damit links angefangen wird, könnte probleme geben wenn der text zu lang wird bzw über eine seite geht */
	width: 100%;
	
}

/*bild ist das gleiche wie Inahtl nur mit vertical-align*/

#bild_partner {
	float: left;
	padding-top: 80px;
	padding-left: 80px;
	text-align: center;
	margin-left: 110px;
	margin-right: auto;
	width: 80%;
	vertical-align: middle;
}

.banner1{
	color:white;
	font-family:Times;
	font-size:21pt;
	text-align: center;
	margin:0;
}

.banner2{
	color:white;
	font-family:Times;
	font-size:14pt;
	text-align: center;
	margin:0;
}

.banner3{
	color:white;
	font-family:Times;
	font-size:11pt;
	text-align: center;
	margin:0;
}

.center{
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}

.datum{
	text-align: right;	
}

a:link, a:visited{
	color: white;
}

a:hover{
	color: white;
	text-decoration: underline;
}


.aktive_seite{
	color: #800000;
	text-decoration: underline;
	font-weight: bold;	
}

table
{ 
margin-left: auto;
margin-right: auto;
}
