body {
    margin:             0;
    margin-top:         20px;
    padding:            0;
    font-family:        Arial;
    font-size:          12px;
    color:              #000;
    background:         url(/concept-img/bg.jpg) #84A3E7 repeat-x;
}
p {
    margin-top:         0;
    margin-bottom:      15px;
}
.clear {
    clear:              both;
}
#main {
    width:              865px;
    margin:             auto;
    position:           relative;
}
#content {
    background:         url(/concept-img/pagebg.jpg) repeat-y;
    width:              865px;
}
#head {
    height:             137px;
    background:         url(/concept-img/head.jpg) no-repeat;
}
#head_1 {
    height:             231px;
    background:         url(/concept-img/head_1.jpg) no-repeat;
}
#left {
    float:              left;
    width:              216px;          
}
#right {
    float:              right;
    line-height:        130%;
    width:              649px;
}
#head_2 {
    background:         url(/concept-img/head_2.jpg) no-repeat;
    height:             171px;
}
#footer {
    background:         url(/concept-img/foot.jpg) no-repeat;
    height:             10px;
}


/* titles */
.title_bg_g {
    width:              100%;
    height:             24px;
    color:              #fff;
    font-size:          15px;
    background:         url(/concept-img/title_bg_g.jpg) repeat-x;
}
.title_text {
    padding-left:       10px;
    padding-top:        4px;
    font-weight:        bold;
}
.cl_both {
    clear:              both;
}
.title_bg_o {
    width:              100%;
    height:             24px;
    color:              #fff;
    font-size:          13px;
    background:         url(/concept-img/title_bg_o.jpg) repeat-x;
}
.title_bg_gl {
    width:              100%;
    height:             24px;
    color:              #fff;
    font-size:          13px;
    background:         url(/concept-img/title_bg_gl.jpg) repeat-x;
}

#logo {
    padding-left:       10px;
    padding-top:        45px;
}
/* navigation */
#nav {
    text-align:         center;
    padding-top:        30px;
    margin-left:        -20px;
}
#navigation ul {
    margin:             0;
    padding:            0;
    list-style:         none;
    display:            inline;
}
#navigation li {
    margin:             0;
    margin-right:       45px;
    padding:            0;
    list-style:         none;
    display:            block;
    float:              left;
    width:              90px;
}
#nav a {
    color:              #f5f5f5;
    font-size:          13px;
    text-decoration:    none;
    font-weight:        bold;
}
#nav a:hover {
    color:              #8BBC11;
}
.anfahrt {
    border:             1px solid #f2f2f2;
    padding:            2px;
}
.fnavigation {
    color:              #F5F5F5;
    text-align:         center;
}
.fnavigation a, .fnavigation a:link, .fnavigation a:visited {
    color:              #F5F5F5;
    text-decoration:    underline;
}
.fnavigation a:hover {
    color:              #F5F5F5;
    text-decoration:    none;
}
