@charset "utf-8";
html {height:101%}
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5*-Browsern zentriert */
	color: #333;
    }
hr {width:500px; color:#CCCCCC; margin-left:0px}
img {border:none}
.img {border: 3px solid #ccc}
.imgl {border: 3px solid #ccc; float:left}
.imgr {border: 3px solid #ccc; float:right}
h1 {font-size:20px; margin-bottom:5px; letter-spacing:1px}
h2 {font-size:16px; margin-bottom:5px; letter-spacing:3px}
h3 {font-size:13px; margin-bottom:5px; letter-spacing:4px; font-variant:small-caps}
h4 {font-size:12px; margin-bottom:5px; letter-spacing:2px; font-variant:small-caps}
h5 {font-size:12px; margin-bottom:5px; letter-spacing:2px; text-decoration:underline;}
td h5 a {text-decoration:underline;} /* für dummen IE */
td h5 a:hover {text-decoration:none;} /* für dummen IE */
td {vertical-align:top}
td a {text-decoration:none;color:#333;}
td a:hover {color:#999; font-weight:normal;text-decoration:none;}
table {border:none}
.rechts {float: right;margin-left: 8px;}
.links {float: left;margin-right: 8px;}
.logo {padding-left: 289px; float:left}
.slogan { text-align:center; margin-top:140px}
.letter3 {letter-spacing:3px} 

#gesamt { 
	width: 900px; 
	background: #FFFFFF;
	margin: 0 auto; /* Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
} 
#kopf {height:165px; padding-top:15px; background: #fff; margin-left: 15px;} 
#kopf h1 {font-size:20px; margin-top:3px; margin-bottom:5px;} 
#kopf h4 {font-size:12px;font-variant: normal;}
#navi {
	float: left;
	width: 190px; /* Breite wegen floatendem Element */
	height:100%;
	padding: 5px 0 0 15px;
	font-size:12px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(pics/linie.gif);
	background-repeat: no-repeat;
}

#navi h4 {margin-top:18px;font-variant: normal;}
#navi a {text-decoration:none;color:#333;}
#navi a:hover {color:#999; font-weight:normal;text-decoration:none;}
#navi h4 a:hover {color:#999; font-weight:bold;text-decoration:none;}
    
#anzeige {margin: 0 10px 0 10px;} 

#fuss {height:14px;	padding: 10px; margin: 15px; background-color:#999; color:#FFF; font-size:10px;	text-align:center;}
#fusstext {background:url(pics/fuss.gif);float:left;width:854px;height:18px;margin:0px 0 0px 0px;}

.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}
