/*
Grautoene
#67696D   #a8abae
Blautoene
#f4f6f8   #d5d9de   #8691ac   #2a4581
*/
.wrapper{
    width:998px;
    margin:0 auto;
    position:relative;
    clear:both;
}
#karte{
    width:700px;
    height:400px;
    overflow:hidden;
    float:left;
    position:relative;
    clear:both;
    display:inline;
    background-image:url(../img/bg4.gif);
    -moz-user-select:none;
}

.border_blue_1px{
    border-color:#2a4581;
    border-width:1px;
    border-style:solid;
    float:left;
    margin-bottom:1em
}

.box_main{    
    float:left;
    clear:both;
    background-color:#d5d9de;
    margin-top:1em;
    
}

.box_main_left{
    width:13em;
    float:left;
    background:#d5d9de;
}
.box_main_middle{
    width:702px;
    float:right;
    margin-left:3px;
}
.box_main_right{
    width:9.8em;
    float:right;
    background:#d5d9de;
}
