/****************
 Layout Elemente
****************/
html {
    overflow: -moz-scrollbars-vertical;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #979797;
}

img {
    border: none;
}

#container {
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    width: 734px;
    background-color: White;
}


#line1 {
    position: absolute;
    top: 68px;
    left: 0;
    height: 1px;
    width: 100%;
    border-top: solid 1px #0A4595;
}
#line2 {
    position: absolute;
    top: 207px;
    left: 0;
    height: 1px;
    width: 100%;
    border-top: solid 1px #0A4595;
}
#line3 {
    position: relative;
    top: -40px;
    height: 1px;
    width: 100%;
    border-top: solid 1px #0A4595; 
}

#header {
    border-top: solid 10px #979797;
    width: 734px;
    height: 177px;
    background-image: url(/images/header.jpg);
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

#footer {
    position: absolute;
    width: 100%;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #0A4595;    
    bottom: 0;
    border-bottom: solid 20px #979797;
    background-color: #D4DEEC;
    text-align: center;
    padding: 2px 0;
}
#footer a {
    color: #0A4595;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

#languages {
    display: none;
    margin: 0 0 0 0;
    padding: 0;  
    /*float: right;*/
    color: #C1CDDE;
    font-weight: bold;
    font-size: 9px;
    line-height: 10px;
    position: absolute;
    right: 5px;
}
#languages a {
    color: #C1CDDE;
    text-decoration: none;
}
#languages a:hover {
    text-decoration: underline;
}




#nav {
    height: 11px;
    background-color: #1C4986;
    margin: 2px 0;
    padding: 4px 15px 4px 20px;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
    font-family: GillSans, Tahoma, Arial, Sans-Serif;      
}

#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav ul li {
    float: left;
    margin: 0 25px 0 0;
    padding: 0;
    position: relative;
    z-index: 999; 
}

#nav ul li a {
    color: White;
    text-transform: uppercase;
    text-decoration: none;
}

#nav ul li ul {
    display: none;
    position: absolute;
    top: 10px;
    left: -8px;
    border-top: solid 5px #1C4986;
    background-color: White;
    margin: 0;
    padding: 0 3px 3px 3px;
    font-size: 11px;
    letter-spacing: 0;
    font-family: Tahoma, Arial, Sans-Serif; 
    
}
#nav ul li:hover ul {
    display: table;
}
#nav ul li ul li {
    float: none;
    display: inline;
    display: table-row;
    position: static;
    margin: 0;
    padding: 0;
}
#nav ul li ul li a {
    display: table-cell;    
    padding: 3px 5px;
    margin: 0;
    text-transform: none;
    color: #444444;      
    white-space: nowrap;   
    border-left: solid 1px #1C4986;
    border-right: solid 1px #1C4986;
    border-bottom: solid 1px #1C4986;       
}
#nav ul li ul li a:hover {
    background-color: #96ACCF;
}



#mainTable {
    width: 100%;
    margin: 30px 0;
    padding: 0;
    border-collapse: collapse;
}

#content {
    padding: 0 35px 80px 30px;
    min-height: 400px;
    vertical-align: top;
}
#content, div, p, address, td {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #444444;
    line-height: 1.5em;
}
pre, q, blockquote, cite, code {
    font-size: 11px;
    color: #444444;
}

#content a {
    color: #0A4595;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}


#leftcol {
    vertical-align: top;
    width: 178px;
    padding: 0 0 55px 15px;
}



div.bluebox {
    background-color: #D4DEEC;
    width: 168px;
    padding: 5px;
    margin-top: 10px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #444444;
    line-height: 150%;
}

#sideNav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    color: #0A4595;
    font-family: Verdana, Arial, Sans-Serif;
}

#sideNav li.bluebox {
    background-color: #D4DEEC;
    width: 168px;
    overflow: hidden;
    padding: 5px;
    margin-top: 1px;    
    font-size: 11px;
}

#sideNav ul {
    list-style-type: none;
    font-size: 10px;
    line-height: 12px;
    padding: 0;
    margin: 0;
    padding: 0;
}

#sideNav ul li {
    margin: 5px 3px 5px 13px;
}

#sideNav li a {
    color: #0A4595;
    text-decoration: none;
}
#sideNav li a:hover {
    font-weight: bold;
}

ul.subsubmenu li {
    background-image: url(/images/subsublistitem.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    margin: 10px 0;
}


SPAN.weHint {
    color: red;
    border: dotted 1px gray;
    background-color: #FFFBCF;
    font-size: 9px;
    line-height: 12px;
    font-family: Verdana, Arial, Sans-Serif;
    padding: 3px;
}

/* Überschriften (!important wegen wysiwyg editor) */
h1 {
    font-family: Verdana, Arial, Sans-Serif !important;
    font-size: 11px !important;
    font-weight: bold !important;
    color: #444444 !important;
}
h2 {
    font-size: 10px !important;
    font-family: Verdana, Arial, Sans-Serif !important;
    font-weight: bold !important;
    color: #0A4595 !important;
    display: block !important;
    padding: 1px 5px 1px 22px;
    background-color: #98B0D1 !important;
    background-image: url(/images/arrow_down.gif) !important;
    background-repeat: no-repeat !important;
    background-position: 8px 7px !important;
}
h3 {
    font-family: Verdana, Arial, Sans-Serif !important;
    font-size: 11px !important;
    font-weight: bold !important;
    color: #444444 !important;
    text-decoration: underline !important;
}
h4 {
    font-family: Verdana, Arial, Sans-Serif !important;
    font-size: 11px !important;
    font-weight: bold!important;
    color: #444444 !important;
    text-decoration: none !important;
}
h5 {
    font-family: Verdana, Arial, Sans-Serif !important;
    font-size: 11px !important;
    font-weight: normal !important;
    color: #444444 !important;
    text-decoration: underline !important;
}
h6 {
    font-family: Verdana, Arial, Sans-Serif !important;
    font-size: 11px !important;
    font-weight: normal!important;
    color: #444444 !important;
    text-decoration: none !important;
}