html, body
{
    height:100%;
    width:100%;
    min-width:950px;
    min-height:580px;
    margin: 0;
    padding: 0;
    font: normal 1em Arial, Helvetica, sans-serif;
    background: #D7B7A8;
}

#abstand
{
	background: transparent;
	float: left;
	height: 50%;
	margin-bottom: -260px;
	width: 50%;
}

#container
{
    width: 930px;
    height: 501px;
    border: 3px solid #97422C;
    margin: 0 auto;
    padding: 3px;
    background: #fff;
    clear: left;
    position: relative;
}

#header
{
    padding: 0px;
    height: 24px;
    background: #fff;
}

#header-a
{
    float: left;
    width: 236px;
    height: 24px;
    margin: 0;
    padding: 0px;
    text-align:center;
    background: #97422C;
}

#header-b
{
    float: left;
    width: 135px;
    height: 24px;
    margin-left: 3px;
    padding: 0px;
    text-align:center;
    display: block;
    background: #97422C;
}

#header-c
{
    float: left;
    width: 142px;
    height: 24px;
    margin-left: 3px;
    padding: 0px;
    text-align:center;
    background: #97422C;
}

#header-d
{
    float: left;
    width: 133px;
    height: 24px;
    margin-left: 3px;
    padding: 0px;
    text-align:center;
    background: #97422C;
}

#header-e
{
    float: left;
    width: 132px;
    height: 24px;
    margin-left: 3px;
    padding: 0px;
    text-align:center;
    background: #97422C;
}

#header-f
{
    float: left;
    width: 137px;
    height: 24px;
    margin-left: 3px;
    padding: 0px;
    text-align:center;
    background: #97422C;
}

#content
{
    width: 930px;
    height: 450px;
    padding: 3px 0 3px 0; 
    background: #fff no-repeat;
}

.inhalt
{
    font-size:0.8em;
    padding:0;
    background: #fff;
}

p.ob { padding: 2px 0 6px 0;
        margin:0; 
        color: #97422C;
        font-weight:bold;}

p.kl { padding: 2px 0 6px 0;
        margin:0; }

.klein
{
    font-size:0.7em;
}

#footer
{
    clear: both;
    height: 21px;
    padding: 0px;
    background: #fff;
}

#footer-a
{
    float: left;
    width: 236px;
    height: 21px;
    margin: 0;
    padding: 0px;
    text-align:center;
    background: #97422C;
}

#footer-b
{
    float: left;
    width: 135px;
    height: 21px;
    margin-left: 3px;
    padding: 0px;
    text-align:center;
    display: block;
    background: #fff;
}

#footer-c
{
    float: left;
    width: 142px;
    height: 21px;
    margin-left: 3px;
    padding: 0px;
    text-align:center;
    background: #97422C;
}

#footer-d
{
    float: left;
    width: 133px;
    height: 21px;
    margin-left: 3px;
    padding: 0px;
    text-align:center;
    background: #97422C;
}

#footer-e
{
    float: left;
    width: 132px;
    height: 21px;
    margin-left: 3px;
    padding: 0px;
    text-align:center;
    background: #97422C;
}

#footer-f
{
    float: left;
    width: 137px;
    height: 21px;
    margin-left: 3px;
    padding: 0px;
    text-align:center;
    background: #97422C;
}

h1, h2, h3, h4
{
    color: #0074B4;
    margin: 0;
    padding: 0;
}

span.menu
{
    width:100%;
    height:24px;
    color: #fff;
    font: bold 0.8em Arial;
    background: #97422C;
}

/* Links global */

a:link, a:visited
{
    color: #97422C;
    text-decoration:none;
}
a:hover
{
    color: #B6240A;
    text-decoration:none;
}

/* Links schwarz / blau */

a:link.sb, a:visited.sb
{
    color: #000;
    text-decoration:none;
}
a:hover.sb
{
    color: #97422C;
    text-decoration:none;
}

/* Links Oberes Menu */

a:link.menu, a:visited.menu
{
    display:block;
    text-decoration:none;
    width:100%;
    height:24px;
    color: #fff;
    font: bold 0.8em Arial;
    background: #97422C;
}
a:hover.menu
{
    display:block;
    text-decoration:none;
    width:100%;
    height:24px;
    color: #fff;
    font: bold 0.8em Arial;
    background:#C1907B;
}
a:link.menu_on, a:visited.menu_on, a:hover.menu_on
{
    display:block;
    text-decoration:none;
    width:100%;
    height:24px;
    color: #fff;
    font: bold 0.8em Arial;
    background:#C1907B;
}

/* Links unteres Menu */

a:link.foot, a:visited.foot
{
    display:block;
    text-decoration:none;
    width:100%;
    height:21px;
    color: #fff;
    font: bold 0.7em Arial;
    background: #97422C;
}
a:hover.foot
{
    display:block;
    text-decoration:none;
    width:100%;
    height:21px;
    color: #fff;
    font: bold 0.7em Arial;
    background:#C1907B;
}
a:link.foot_on, a:visited.foot_on, a:hover.foot_on
{
    display:block;
    text-decoration:none;
    width:100%;
    height:21px;
    color: #fff;
    font: bold 0.7em Arial;
    background:#C1907B;
}

ul
{ 
	padding-left:15px; margin:0; 
}
