/* General */

html {
    height: 100%;
}

body {
    background-color: #f2f9fe;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    margin: 0px;
    /* IE will center sonst is die Seite nicht mittig */
    text-align: center;
}

h1 {
    font-size: 13pt;
    color: #000066;
    margin-top: 2px;
    margin-bottom: 0px;
}

img {
    border: none;
}

hr {
    color: #000066;
    background-color: #000066;
    height: 2px;
    border: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

hr.hell{
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    border-top: 1px dashed #aad4f7;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
    color: #000066;
}

table {
    font-size: 10pt;
}
td {
    vertical-align: top;
}

p.center {
    text-align: center;
}

p.right {
    text-align: right;
}

p.small {
    font-size: 8pt;
}


/* Container */

#container {
    width: 780px;
    margin: auto;
    background-color: #ffffff;
    border: 1px solid #aad4f7;
}


/* Header */

#header {
    width: 780px;
    height: 150px;
    background-image: url(/images/header.png);
    overflow: hidden;
}

#logo {
    width: 150px;
    height: 150px;
    background-image: url(/images/logo.png);
    display: block;
    float: left;
}

#logo a {
    width: 150px;
    height: 150px;
    display: block;
}

#top {
    width: 600px;
    padding-left: 20px;
    padding-right: 8px;
    float: left;
}

#lang {
    color: #000066;
    font-size: 8pt;
    margin-top: 5px;
    margin-right: 10px;
    text-align: right;
}

#lang a {
    color: #000066;
    text-decoration: none;
}

#banner {
    margin-top: 25px;
}

/* Body */

#body {
    width: 780px;
    margin: 0;
    text-align: left;
}


/* Menu Level 1 */

ul#menu {
    width: 150px;
    margin: 0;
    padding-top: 5px;
    padding-left: 0;
    text-align: center;
    list-style-type: none;
    float: left;
}

ul#menu li {
    margin-top: 10px;
}

ul#menu a {
    width: 133px;
    height: 37px;
    margin: auto;
    text-decoration: none;
    display: block;
    line-height: 32px;
    vertical-align: middle;
}

a.button {
    background-image: url(/images/button2.png);
}

a.button_active {
    background-image: url(/images/button1.png);
    font-weight: bold;
}

a.button:hover {
    background-image: url(/images/button1.png);
    font-weight: bold;
}


/* Menu Level 2 */

ul#menu1 {
    font-size: 8pt;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#menu1 li {
    margin: 0;
    padding: 1px;
}

ul#menu1 a {
    width: 129px;
    height: 18px;
    margin: auto;
    text-decoration: none;
    line-height: 18px;
    vertical-align: middle;
}

a.button1 {
    background-color: #f2f9fe;
}

a.button1_active {
    background-color: #c0e2fd;
    font-weight: bold;
}

a.button1:hover {
    background-color: #c0e2fd;
    font-weight: bold;
}


/* Content */

#content {
    width: 582px;
    margin-top: 10px;
    margin-left: 20px;
    padding: 0;
    float: left;
}

/* Navigation */

div#nav {
    /*background-color: #f2f9fe;*/
    border-top: 1px solid #000066;
    border-bottom: 1px solid #000066;
    color: #000066;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    font-size: 8pt;
}

div#nav a {
    color: #000066;
}

div#nav span{
    color: #aaaaaa;
}


/* Footer */

#clear {
    clear: left;
    height: 15px;
}

#footer {
    padding-bottom: 6px;
    text-align: center;
    font-size: 7pt;
    margin: auto;
    clear: left;
}