* {
    margin:0;
    padding:0;
}

html, body
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    text-align: center; 
    height:100%;
}

#bereichoben {
    min-height:100%;
}

#inhalt, #bilderobeninhalt, #kopf, #steuerungobeninhalt {
	width: 751px;
	margin: 0 auto;
	text-align: left;
}

#kopf {
    height: 90px;
    font-size: 8pt;    
}

#bilderoben {
    height: 155px;
    background-image: url(bilder/blauerverlauf.png);
}

#bilderobeninhalt {
    height: 155px;
    /* background-color: yellow; */
}

#steuerungoben {
    height: 18px;
    background-color: black;
}

#steuerungobeninhalt {
    color:white;
}

#steuerungobeninhalt ul {
}

.st1 {
    list-style-type: none;
    border-left: 1px dotted silver;
    border-right: 1px dotted silver;
    width: 124px;
    float: left;
    text-align: center;
}

#steuerungobeninhalt li {
    list-style-type: none;
    border-right: 1px dotted silver;
    width: 124px;
    float: left;
    text-align: center;    
}

#steuerungobeninhalt li a {
    color: white;
    text-decoration: none;
}

#steuerungobeninhalt li a:hover {
    color: silver;
    text-decoration: underline;
}


#schatten {
    height: 15px;
    background-image: url(bilder/schatten.png);
}

#inhalt h1 {
    font-size: 16pt;
    padding-bottom: 0.3em;
}

#inhalt h2 {
    font-size: 12pt;
}

#inhalt p {
    line-height: 1.5em;
    padding-bottom: 1em;
}


#fuss {
    margin-top: 1.5em;
    background-color: black;
    color:white;
    
    height: 18px;
    margin-top:-18px;
    
}