@CHARSET "UTF-8";
/********************************************************************
 * Globale Style Sheets                                             *
 * content bereich 428px;                                           *
 * InfoboxContent 162px                                             *
 ********************************************************************/

body {    
    font-family: Verdana, Arial, Helvetica, serif;
    font-style: normal;
    font-size: 12px;
    font-variant: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;    
    text-align: center;
}

.leftFloat {
    float: left;
}

.rightFloat {
    float: right;
}

.noborder {
    border: 0px none;
}

.clear {
    clear: both;
    /* wird von IE6 und IE7 benötigt */
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    padding: 0px;
    border: none;
}
a img {
    border-style: none;
}

/* --- Container Center --- */

#centerContainer {
    margin: 0px auto;
    width: 950px;
    padding: 0px 0px 20px 0px;
    text-align: left;
    background-color: #fff;
    /*background-image: url("../images/template/center_container_bg.png");
    background-repeat: repeat-y;*/
}

/* --- Header and mainMenu --- */

#header {
    position: relative;
    background-image: url(../images/template/header_bg_01.jpg);
    width: 950px;
    height: 116px;
}
#mainMenu {
    position: absolute;
    z-index: 100;
    top: 90px;
    left: 10px;
    margin: 0px;
    padding: 0px;
}
#mainMenu li {
    float: left;
    margin: 0px 10px 0px 0px;
    height: 26px;
    list-style-type: none;
}
#mainMenu li a {
    display: block;
    float: left;
    height: 26px;
    color: #fff;
    padding: 0px 10px;
    font-size: 13px;
    line-height: 26px;
    background-color: #65b8e3;
    text-decoration: none;
    font-weight: bold;
    
    filter: alpha(opacity=70); /* IE */
    -moz-opacity: 0.7; /* Gecko-Browser */
    opacity: 0.7; /* Opera 9+ */
}
#mainMenu li a:hover {
    background-color: #000000;
}
#mainMenu li a.active {
    background-color: #000;
    filter: alpha(opacity=100); /* IE */
    -moz-opacity: 1; /* Gecko-Browser */
    opacity: 1; /* Opera 9+ */
}

/* --- SubMenu --- */

#subMenuContainer {
    width: 950px;
    height: 44px;
    padding: 0px;
    margin: 0px;
    background-color: #65b8e3;
}
#subMenu {
    display: inline;
    float: left;
    width: 608px;
    height: 44px;
    padding: 0px;
    margin: 0px 0px 0px 68px;
}
#subMenu li {
    float: left;
    margin: 0px;
    height: 44px;
    list-style-type: none;
}
#subMenu li a {
    display: block;
    float: left;
    height: 44px;
    color: #fff;
    padding: 0px 20px;
    font-size: 13px;
    line-height: 44px;
    text-decoration: none;
    background-image: url(../images/template/sub_menu_icon.png);
    background-position: 0px 16px;
    background-repeat: no-repeat;
}
#subMenu li a:hover {
    color: #000;
}
#subMenu li a.active {
    color: #000;
    background-image: url(../images/template/sub_menu_icon_active.png);
}
#claim {
    display: inline;
    width: 205px;
    height: 14px;
    float: right;
    margin: 14px 66px 0px 0px;
}

/* --- Content area --- */

#content {
    width: 780px;
    margin: 32px 0px 0px 68px;
    line-height: 175%;
    min-height: 355px;
}

/* --- Footer --- */

#footer {
    width: 780px;
    margin: 32px 0px 0px 68px;
}
#footer div {
    color: #65b8e3;
    font-size: 11px;
    font-weight: bold;
}