* {
        margin: 0;
}
html, body { height: 100%; }

#contact {padding: 0 0 0 20px; background:#EDF0F3; font-size: 11px; }
#slogan { font: normal bold 20px verdana, sans-serif; color:#536273; }


body {
        background-color:#e9ecf0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
}


/*Elemente*/

#header
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 225px;
background-color:#d3dae2;
}


#ticker1
{
position: absolute;
top: 180px;
left: 16px;
width: 450px;
height: 53px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color:#536273;
z-index:2;
}


#logo
{
position: absolute;
top: 65px;
left: 16px;
width: 445px;
height: 53px;
z-index:2;
}

#foto_gesa
{
position: absolute;
top: 0px;
left: 0px;
width: 998px;
height: 225px;
z-index:1;
}

#hauptmenue
{
position: absolute;
top: 235px;
left: 18px;
width:930px;
}


#submenue
{
position: absolute;
top: 283px;
left: 18px;
line-height:22px;
}

#submenue_hi
{
position: absolute;
top: 283px;
left: 190px;
width:180px;
}


/* Neu: awpush als Abstandhalter, Inhalt relative, Footer mit Hoehe und Abstand */

#awpush
{
 position: relative;
 height: 283px;
 z-index: -2;
}

#inhalt
{
position: relative; /* statt absolute */
/* top: 283px; */
/* padding-left: 374px; */
left: 392px;
width: 480px;
padding-bottom: 16px;
}

#footer {
        margin-top: -22px; /* Negativer Wert der Footer-Hoehe */
        height: 22px;
        /* padding-top: 10px; */
        clear:both;
}













#inhalt_start
{
position: absolute;
top: 265px;
left: 20px;
width: 445px;
}

#pfeil-top
{
text-align:right;
}

/*Schrift*/
.arial
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

.verdana
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

a
 {
font-size:12px;
color:#5e6d6f;
text-decoration:underline;
 }

a:hover
 {
font-size:12px;
color:#e11928;
text-decoration:none;
 }

 a.anchor
 {
font-size:12px;
color:#000000;
text-decoration:none;
 }

a.top
 {
font-size:11px;
color:#e11928;
text-decoration:underline;
 }

a.top:hover
 {
font-size:11px;
color:#5e6d6f;
text-decoration:none;
 }

a.menu
 {
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color:#5e6d6f;
text-decoration:none;
/*font-weight:bold;*/
 }

a.menu:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color:#e11928;
text-decoration:none;
/*font-weight:bold;*/
 }

a.menu-hi
{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color:#e11928;
text-decoration:none;
font-weight:bold;
 }

a.menu-hi:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color:#e11928;
text-decoration:none;
font-weight:bold;
 }


h1
 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
padding: 10px 0;
 }

/*Sonstiges*/

 ul
{
/* list-style-image:url(../_bilder/ul-pfeil.gif); */
list-style-type:none;
list-style-image:none;
padding: 2px 0 6px -12px;
position: relative;
}

ul.quadrat
{
/* list-style-image:url(../_bilder/ul-quadrat.gif); */
list-style-type:none;
list-style-image:none;
padding: 4px;
position: relative;
}

li 
{
padding: 4px 28px;
background-image: url(../_bilder/ul-pfeil.gif);
background-repeat: no-repeat;
background-position: 10px 6px;
position: relative;
}

p
{
margin: 1em 0 1em 0;
}

/* Fusszeilen-Positionierung Sticky Footer */
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 22px;}  /* Muss genau so hoch sein wie der Footer */

/* CLEAR FIX */
.clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht fuer IE-mac Anfang \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* Bereich nicht fuer IE-mac Ende */
