* {
	margin-top:0;
	margin-left:0px;
	padding:0;
}


body {
	color: #000;
	background: #DCDCDC;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 9pt;
	height: 100%; /* wichtig */
	
	
    }
	 
	 
h1,h2,h3,h4, body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
}

h1 {
	color:#9C9D9F;
	font-size:11pt;
	font-weight:bold;
}

h1.red {
	color:#A0161E;
}

h3 {
	color:#fff;
	font-size: 9pt;

}

h4 {
	font-size: 9pt;

}

 li{
   list-style-image: url(../image/listenpfeil.gif);
   margin-left:15px;
  }


	 
a.small {
	color: #9C9C9C;
	font-size:7pt;
	text-decoration:none;
}

a.small:hover {
	text-decoration:underline;
}	 


a.nav {
	color:#000;
	text-decoration: none;
}
    
    
#main {
    background: #DCDCDC;
    text-align: left;
    margin: 10px auto 0;
    width: 996px;
    height: 100%;
    min-height: 100%;
 	height:auto !important; /* moderne Browser */
  	height:100%; /* IE */	
	background-repeat:no-repeat;
	z-index: 1;
    }
	 






	 
#footer {
	height:10px;
	width: 995px;
	background-color: #A1171F;
	float: left;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	margin-bottom: -1px;
	
}	 

#footertext {
	text-align:right;
	font-size:9px;
	background-color:#fff;
	width:174px;
	height:12px;
	float: right;
	color:#9C9D9F;
	padding: 0px 10px 2px 0px;
}

#footertext span{
	position: relative;
	top: -2px;	
}








/**********Für die Startseite*****************/
#navstart {
	height: 60px;
	width: 996px;
	background-color: #CDCDCD;
	padding-top: 50px;
}	 

#flashstart {
	height: 340px;
	width:996px;
	position: relative;
}
    
#impressumstart {
	padding-left:55px;
	color: #9C9C9C;
	font-size:7pt;
	background-color:#FFF;
	height:40px;
}	 

