body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
}

#container
{
    position: absolute;
    top:50%;
    left:50%;
    width: 1052px;
    height: 702px;
    margin-left:-526px;
    margin-top:-371px;
    padding: 0px;
    background: #fff;
    border: 20px solid #BCBDC0;

}

#header
{
    margin:0;
    padding:0;
    height: 117px;
    width:1048px;
    border-top:2px solid #fff;
    border-left:2px solid #fff;
    border-right:2px solid #fff;
    background: #D1D2D4 url(../grafiken/header.gif) no-repeat;
}

#menu-top
{
    float: left;
    width: 1050px;
    height: 23px;
    margin: 0;
    padding: 1px;
    text-align:center;
    background: #fff;
}

#menu-bottom
{
    float: left;
    width: 1050px;
    height: 23px;
    margin: 0;
    padding: 1px;
    text-align:center;
    background: #fff;
}

#content
{
    width: 1048px;
    height: 554px;
    margin:0;
    padding: 0;
    border-top:2px solid #fff;
    border-left:2px solid #fff;
    border-right:2px solid #fff;
    background: #fff;
    font-size: 10pt;
}

#content h1 {
    font-size:12pt;
    font-weight:bold;
    color: #0074B4;
    text-transform: uppercase;
}

#content h2 {
    font-size:10pt;
    font-weight:bold;
    color: #0074B4;
}

    #video {
      width: 1048px;
      height: 531px;
      overflow: hidden;
      margin: 0 auto; }

span.menu
{
    width:100%;
    height:24px;
    color: #fff;
    font: bold 0.8em Arial;
    background: #97422C;
}

/* Links global */

a:link, a:visited
{
    color: #0074B4;
    text-decoration:none;
}
a:hover
{
    color: #BC132A;
    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; 
}