*
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
HTML
{
    height: 100%;
}
BODY
{
    height: 100%;
    text-align: center;
    background-color: #ffffff;
    color:#797A7D;
    font-size:15px;
    font-family: Verdana, Sans-Serif;
    min-height:542px;
}
a 
{
    color:#111647;
    text-decoration:none;
    }
a:hover 
{
    color:#9E774B;
    }
#container-wrap
{
    position: relative;
    text-align: left;
    margin: 0px auto;
    width: 935px;
    height: 100%;
    min-height:542px;
}
#container
{
    position: absolute;
    margin-top: -271px;
    width: 933px;
    height: 540px;
    top: 50%;
    left: 0px;
    border:1px solid #343A6D;
}
#content-wrap
{
    position: relative;
    background-image: url(../images/content-hg.jpg);
    background-repeat: repeat-x;
    width: 933px;
    height: 540px;
}
#content
{
    width: 929px;
    text-align:left;
    height:540px;
    margin-left:2px;
}
#rechts-wrap 
{
    float:left;
    width:464px;
    height:498px;
    overflow:hidden;
    }
#links-wrap 
{
    position:relative;
    float:left;
    width:464px;
    height:498px;
    overflow:hidden;
    border-left:1px solid #343A6D;
    }
#links-wrap img
{
    display:block;
    margin-left:2px;
    margin-top:2px;
    width:462px;
    }
#links-wrap #text
{
    position: absolute;
    left:20px;
    bottom:15px;
    }
#menu
{
    clear:both;
    width:929px;
    height:40px;
    background-color: #343A6D;
    }
#menu ul
{
    margin-left:567px;
    width:362px;
    list-style-type:none;
    }
#menu ul li
{
    float:left;
    color:#F3EDE6;
        }
#menu ul li a
{
    display: -moz-inline-block;
    display: inline-block;
    height:40px;
    line-height:40px;
    font-size:16px;
    padding-left:31px;
    padding-right:31px;
    width:auto;
    color:#F3EDE6;
    }
#menu ul li a:hover,
#menu ul li a:hover.act,
#menu ul li a.act
{
    color:#9FA0A7;
    }
#inhalt
{
    padding:85px 20px 20px 20px;
    }
h1,
h2,
h3,
p 
{
    font-size:16px;
    font-family: Verdana, Sans-Serif;
    margin-bottom:16px;
    font-weight:bold;
    }
h2
{
    font-weight:normal;
    }
p 
{
    font-size:16px;
    font-weight:normal;
    line-height:auto;
    }
.clear 
{
    clear:both;
}