/*  body und schrift definition */

*{
padding: 0; margin: 0;
}

html {
min-height : 101%;
}

body {
background-color: #545454;
font-size: 100%;
font-family: "Trebuchet MS", Tahoma;

color: #3a3a38;  
margin: 0 auto;
text-align: center;
background-image: url(img/hinterhg.gif);
background-repeat: repeat-y;
background-position: top center;

}

#wrapper { 
position: relative;
background-color: #007dc7;	
text-align: left;
vertical-align: middle;	
margin: 0 auto;
padding: 0;
width:990px;
height:100%;
}

#inhalt {
margin-right: auto;
margin-left: auto;
padding:0;
width:990px;
min-height: 825px;
height: 100%;
background-image: url(img/startseite-hg.gif);
background-repeat: no-repeat;
background-position: top center;
}
h3 {
position: absolute;
bottom:0;
padding:0;
margin:0;
padding-top: 0;
padding-bottom:0;
color:#007dc7;
font-weight: normal;
font-size: 0.1em;
background-color: #007dc7;
font-weight:normal;

}