html, body {
margin: 0;
padding: 0;
height: 99.9%;
background: rgb(230,228,224); /*#E0DED8;*/
font-family: Verdana, Arial, Sans-Serif;
}

* {
font-family: verdana, sans-serif;
font-size: 12px;
}

.zoom {
  zoom:1.0;
}

div.neuerStandort {
position: absolute;
z-index: 100;
background: url(_images/neuerStandortBanner.png);
top: 299px;
left: 820px;
width: 150px;
height: 150px;
}

div.linie {
position: absolute;
z-index: 100;
background: url(_images/linie.png);
top: 448px;
left: 185px;
width: 785px;
height: 5px;
}

div.wrapper {
position:relative;
width: 990px;
margin: 0 auto;
background: url(_images/bg.png) repeat-y;
min-height: 100%;
height: auto !important;
height: 100%;
}

div.banner {
display:block;
margin-left:20px;
width: 950px;
height:97px;
color:white;
background:white;
border-bottom: 3px solid white;
}

div.leftcol {
width: 165px;
float: left;
padding: 0;
}

div.main {
margin-left: 185px;
padding-right: 20px;
}

div.standort {
margin: 0px;
padding: 0px;
position: relative;
left: 15px;
top: 15px;
width: 755px;
}

div.clear {
clear: both;
margin: 0;
padding: 0;
height: 0;
line-height: 0;
font-size: 0;
}

div.footer {
position: absolute;
bottom: 0;
margin-left:20px;
width: 950px;
height: 17px;
background: #fff;
border-top: 3px solid #970327;
padding-bottom: 0px;
margin-bottom: -1px;
text-align: center;
font-size:10px;
}

.vorladen {
display:none;
height:0px;
width:0px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Überschrift für jede Seite */
/* ========================== */

h2 {
zoom:1.0;
background: white;/*#e5e5e5;*/
font-size:15px;
font-weight: bold;
padding: 5px 10px;
margin:0px;
color:#444;
border-bottom: 1px solid white; /*#999;*/
border-top: 1px solid #999;
}

h3 {
zoom:1.0;
background: white;/*#e5e5e5;*/
font-size:15px;
font-weight: bold;
padding: 5px 10px;
margin:0px;
color:#444;
border-bottom: 1px solid #999;
border-top: 1px solid #999;
}


/* Textlinks */
/* ========= */
a {
color: #555555;
outline: none;
}
a:visited {color:#555555;}
a:hover   {color:#970327;}
a:active  {color:#555555;}

.footerlink {
font-size: 10px; 
}

.maintext {
padding: 15px;
padding-top:0px;
line-height:2em;
}


/* >>>>>>> MENUE <<<<<<< */
/* ===================== */

.menu{
color: white;
margin-left:20px;
width: 165px;
border-bottom: 1px solid #999;
}

* html .menu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 125px;
}

.menu p {
 height:45px;
}

.menu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.menu a{
padding: 9px 20px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: white;
text-decoration: none;
border-top: 1px solid #999;
}

.menu a:visited{
color: white;
}

html>body .menu a{ /*Non IE rule*/
width: auto;
}

.menu a:hover{
background: url(_images/mnbg.png);
background-color: white;//#e5e5e5;
color: black;
}
