/* 
    Document   : style_main.css
    Created on : 19.08.2010, 12:48:27
    Author     : Felix
*/

root { 
    display: block;
}
body,div,img{
    padding: 0;
    margin: 0;
    text-align: center;
}
div, img {
    overflow: hidden;
}
a, a:link, a:visited {
    text-decoration: none;
    color: #bababa;
    font-style: normal;
}
a:hover, a:active {
    font-style: italic;
}
body{
    background: url('images/body_bg.png') repeat #D2D4D6;
    text-align: center;
    font-family: sans-serif, times new roman, helvetica;
}
#box {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    height: 530px;
    background: url('images/schatten.png') no-repeat;
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
}
#karte {
    width: 750px;
    background: #424243;
    height: 500px;
    text-align: left;
}
#linkeseite {
    float: left;
    width: 50%;
    text-align: center;
    display: inline-block;
    height: 100%;
    background: url('images/logo_bg.png') no-repeat;
    text-align: left;
}
#mitte{
    background-color: #d2d4d6;
    display: inline-block;
    height: 100%;
}
#rechteseite {
    float: right;
    width: 371px;
    display: inline-block;
    height: 100%;
}
#clear{
    clear: both;
}
#logo{
    margin-top: 190px;
    margin-bottom: 30px;
}
.infoBox{
    background: url('images/locke_bubbles.png') no-repeat 50% 80px white;
    height: 100%;
}
.infoBox h1 {
    margin: 0;
    padding-top: 3px;
    font-size: 19px;
    margin-bottom: 20px;
    font-family: times new roman;
}
.infoBox .text{
    padding-left: 30px;
}
.text {
    line-height: 22px;
    text-align: left;
}
.headline{
    cursor: pointer;
    text-align: left;
}
.balkenrot {
    height: 12px;
    margin-top: 6px;
    margin-bottom: 7px;
    background-color: #e3242b;
}
#footer{
    text-align: center;
    color: #bdbdbd;
    font-size: 13px;
}
.aufzaehlung {
    margin: 0;
}
.aufzaehlung li{
    font-style: normal;
    list-style: none;
}
.aufzaehlung li:hover {
    font-style: italic;
}
.onlyPrint {
    display: none;
}
.impressumText {
    text-align: left;
    font-size: 13px;
}