/* CSS Document */

/* - - - - - - - - - - - - Fusszeile - - - - - - - - - - - - */
#fusszeile{
	background-color:#993300;
	margin:0;	
	width:100%;
	height:50px;
	border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
	/*background-image:url(../../bilder/pictos/logo_neu.png);
	background-repeat:no-repeat;
	background-position:0 -3px;*/
	clear:both;
	}

#impressum {
	height:50px;
	width:300px;
	float:left;
}
#impressum p {
   font-size:0.8em;
   color:#FFFFFF;
   padding:28px 0 0.4em 0;
   text-align:center;
}
#impressum    a {
	            color:#FFFFFF; 
               text-decoration:none;
               padding:1em 0 1em 0;
}             
#impressum    a:hover{
	               text-decoration:underline;
}
#impressum .abstand {
padding-left:0.3em;
padding-right:0.3em;
}


#oben{
	height:50px;
	width:140px;
	float:left;
}
#oben p {
   font-size:0.8em;
   color:#FFFFFF;
   text-align:right;
   padding:28px 0 0.4em 0;
   
}
#oben    a {
	            color:#FFFFFF; 
               text-decoration:none;
               padding:1em 0 1em 2em;
}             
#oben    a:hover{
	               text-decoration:underline;
}
