body
{margin:0px;
padding:0px;
overflow-y:scroll;
}



p, h1, h2, p, td, li
{
    margin: 0px;
    padding: 0px;
    color: black;
    text-align: left;
    font: normal 11px/15px Verdana;
    letter-spacing: 0.03em;
}

a
{
color:#3276b5;
}

h1
{
    font: bold 12px/15px Verdana;
    padding-bottom: 20px;
    text-transform:uppercase;
}

h2
{
    font-weight:bold;
    font-style:italic;
}


ul
{
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    font: normal 13px/18px Verdana;
    color: #72b6e5;
    list-style-image: url('/css/Bilder/Listenpunkte.gif');
}

li
{
padding-bottom:5px;
}

img
{
border:none;}

td
{
vertical-align:top;
}

/* Formularfelder  */
.Inhalt input, .Inhalt textarea
{
    border-style: none none solid none;
    border-width: 1px;
    width: 322px;
    border-color: #9F9A86;
    height: 23px;
    margin-bottom:6px;
    background-color:#DADADA;
}

.Inhalt input[type="submit"]
{
    height: 20px;
    width:80px;
    border:none;
    margin:16px 0;
}

.Inhalt input[type="submit"]:hover
{
    background-color: #9F9A86;
    color:White;
}

.Inhalt textarea
{
    height: 245px;
}



/* Layers  */
#TopContainer
{
    width: 1071px; 
    margin-left: auto;
    margin-right: auto;
    padding:0 30px;
    height: auto;
    overflow: visible;
    top: 0px;
    background-image: url('/css/Bilder/Schattenbeidseitig.png');
    background-repeat: repeat-y;
}


.Inhalt
{
    position: relative;
    top: 0px;
    left: 0px;
    padding: 50px 50px 55px 250px;
    min-height: 154px;
    width: 771px;
    z-index: 1;
    overflow: auto;
}



#header
{   position: relative;
    height: 421px;
    z-Index:2;
    padding:0;
    margin:0;
    background-color:white;
}


.Logo
{
    position: relative;
    padding-left: 36px;
    padding-top: 58px;
    height:90px;
}

.Quote
{
    position: relative;
    left: 0;
    height: 245px;
    width: 100%;
    overflow:visible;
    background-color:Gray;
}

.Quote img
{
width:1071px;
height:245px;
}

.Balken14px
{
position:relative;
height:14px;
background-image: url('/css/Bilder/Verlauf-14px.png');
}

.Balken33px
{
position:relative;
height:33px;
background-image: url('/css/Bilder/Verlauf-33px.png');
}

.Balken33px p
{
padding:10px 0 0 250px;
color:White;
}

.Balken33px a
{
text-decoration:none;
color:White;
}

                        
@media print
{
body *
{
position:static !important;
padding:0px !important;
margin:0px !important;
height:auto !important;
}

}                        
                        
                        