body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	overflow -y: auto;
	height: 100%
}

.logo {
	padding-top:5px;
	margin: auto;
	width: 231px;
	height: 153px;
	background-image: url(../bilder/logo_top.png);
	background-repeat:no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:3;
	text-align:center;
}

#slogan {
	margin-top:0px; 
	padding-top:0px;
	height: 153px;
	background-image: url(../bilder/slogan.png);
	background-repeat:no-repeat;
	z-index:1;
	background-position: center;
}


.bar{
	margin: auto;
	background-color: #e3001a;
	z-index: 3;
	position: absolute;
	top: 153px;
	left: 0px;
	width: 100%;
	height: 5px;
	color: yellow;
	text-align: center;
	font-size: 0px;
}

#menu{
	 margin:auto auto auto auto;
	 width: 190px;
	 height: 100%;
	 background-image: url(../bilder/menu_bg.png);
	 background-repeat:repeat;
	 position: absolute;
	 left: 0px;
	 top:0px;
	 z-index:2;
	 float: left;
}

#menu_b{
	 margin:auto auto auto auto;
	 width: 190px;
	 height: 100%;
	 background-image: url(../bilder/menu_bg.png);
	 background-repeat:repeat;
	 position: fixed;
	 left: 0px;
	 bottom:0px;
	 z-index:1;
	 float: left;
}

#menu_r{
	 margin:auto auto auto auto;
	 width: 190px;
	 height: 100%;
	 background-image: url(../bilder/menu_bg_r.gif);
	 background-repeat:repeat;
	 position: absolute;
	 right: 0px;
	 top:0px;
	 z-index:1;
	float: right;
}

#nav{
	 margin:auto auto auto auto;
	 position: absolute;
	 left: 0px;
	 top:160px;
	 z-index:15;
}

* html #nav{
	 margin:auto auto auto auto;
	 position: absolute;
	 left: 0px;
	 top:190px;
	 z-index:15;
}
#nav a{
	color: white;
	text-decoration:none;
}
#nav a:hover{
	color: yellow;
}

#nav p{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:30px;
	width:152px;
	border-bottom: #e3001a solid 2px;
	line-height: 150%;
}

#nav p.self{
	border-bottom: 2px solid White;
	color: #FFFAFA;
}

#inhalt{
	margin-left:200px;
	padding-left:10px;
	padding-right:10px;
	height: 100%;
	width:600px;
	text-align:justify;
	}
	
* html #inhalt{
	/* Für den IE Win, aber versteckt vorm IE Mac. \*/
	margin-left:195px;
	margin-right:195px;
	height:100%;
	position: absolute;
	top:180px;
	left:0px;
   /* IE Mac wieder reinlassen. */
}

.center {
	text-align: center;
	margin:auto;
}
	
h3 {
	text-align: center;
	font-size: 18pt;
}
	
.big{
		font-size: 12pt;
	}

a {
	text-decoration:none;
}


  li.haendler {
	padding-bottom : 10px;
	list-style-type: none;
 }
 
 #inhalt p{
 	margin-bottom:15px;
 }
