 body {
    margin:0px; 
    padding:0px; 
    background-color:#DDDDDD; 
    background-image: url(images/bg.gif); 
    background-repeat:repeat-x; 
    text-align:center;
    font-family : Verdana;
 }

 #box {
    margin:auto;
    width:770px;
 }
 
.header { 
    height:199px; 
    border-width: 0px 1px 1px 1px; 
    border-color:#FFFFFF; 
    border-style:solid; 
    background-repeat:no-repeat; 
    text-align:left; 
    font-size:10px; 
    color:#FFFFFF; 
    background-image: url('/images/header.jpg');
 }
 
 .header h3 { 
    font-size:13pt;
    font-weight:normal;
    text-transform: uppercase;
    padding:18px 0 7px 20px;
    margin:0;
 }
 
 .header .active {
    border-bottom:1px solid #fff;
 }
 
 .main {
    border-width: 0px 1px 1px 1px; 
    border-color:#457FDF; 
    border-style:solid; 
    background-repeat:no-repeat; 
    font-family:verdana; 
    color:#000000; 
    font-size:12px; 
    padding:0px; 
    text-align:justify; 
    background-color:#FFFFFF;
 }
 
 .content {
    margin:20px 0 0 210px; 
    width:500px; 
    line-height:1.68;
 }

 .content h1 {
    font-size:12pt;
    font-weight:normal;
    margin:0 0 0 0;
    padding:0 0 0 0;
 }
 
 .content h2 {
    font-size:12pt;
    font-weight:normal;
    margin:0 0 0 0;
    padding:0 0 0 0;
 }
 
 .footer {
    height:30px; 
    width:710px; 
    text-align:right; 
    font-family:verdana; 
    color:#FFFFFF; 
    font-size:18px; 
    padding-top:5px; 
    padding-right:60px; 
    background: url(/images/balken.jpg) no-repeat right;
 }

 .balken {
    float:left;
    margin-left:196px; 
    width:300px; 
    height:65px; 
    background-image: url(/images/start_02.jpg); 
    background-repeat:no-repeat; 
    color:#FFFFFF; 
    font-size:20px; 
    text-align:right;
}


#menu {
    height:29px; 
    width:768px; 
    border-width:0 1px 1px 1px; 
    border-style:solid; 
    border-color:#FFFFFF;
}
 
#menu a {
    font-size : 10pt;
    color : #FFFFFF;
    text-decoration : none;
    font-weight:bold;
    float:left; 
    display:block;
    height:29px; 
    width:120px; 
    border-color:#FFFFFF; 
    border-style:solid; 
    border-width:0px 1px 0px 0px; 
    background-color:#0735A5; 
    line-height:29px;
}

#menu a:hover {
    background-color:#165ED6; 
}

#menu .active {
    background-color:#165ED6;
}

.header_link {
    color : #FFFFFF;
    text-decoration : none;
    font-weight:bold;
}

.header_link:hover {
    color : #FFFFFF;
    text-decoration : underline;
}
