* { margin: 0; padding: 0; }
BODY { 
    background: #b6dbec url(/img/pc-hilfe_background_color.png);
    font: 12px/14px Arial, Verdana,  Helvetica, Sans Serif; color: #585858; 
}
A { text-decoration: none; }

#mybody {
    /*background: #b6dbec url(/img/pc-hilfe_background_color.png);*/
    background: pink url(/img/pc-hilfe_background_color.png);
}
#page_outer {
    background: #b6dbec url(/img/pc-hilfe_background.png) repeat-y;
    width: 1208px;
    margin: 0 auto;
}
#page {
    width: 818px;
    margin: 0 auto;
}
#header {
    background: url(/img/pc-hilfe_head.png) no-repeat;
    /*background: url(/img/pc-hilfe_header.png) no-repeat;*/
    width: 818px;
    height: 158px;
    position: relative;
}
#header A.stel {
    font-size: 18px; line-height: 18px;
    color: #0664ab;
    letter-spacing: 0.2px;
    position: absolute;
    left: 358px;
    top: 5px;
}
#header #telko {
    font-size: 11px; line-height: 12px;
    color: #fff;
    position: absolute;
    left: 355px;
    top: 110px;
}
#header #navi, #header #navi A, #header #navi A:link, #header #navi A:visited, #header #navi A:hover {
    font-size: 15px; line-height: 17px;
    color: #0664ab;
    letter-spacing: 0.45px;
}
#header #navi {
    position: absolute;
    top: 135px; /* 137 */
    height: 23px;
    width: 818px;
}
#header #navi A {
    text-align: center;
    display: block;
    float: left;
    width: 121px;
    height: 21px;
    margin-right: 20px;
}
#header #navi A:hover {
}
#header #navi A.subnavi {
    font-size: 11px; line-height: 11px;
    letter-spacing: 0.6px;
    text-align: right;
    margin: 0; 
    position: absolute;
    top: 9px;
    right: 0px;
}
#content {
    /*border: 1px solid pink;*/
    position: relative;
    margin-top: 16px;
}
#footer {
    border: 1px solid green;
}


/* STANDORTSUCHE */
#welcome {
    background: url(/img/standorte_hintergrund.png) no-repeat;
    width: 504px;
    height: 540px;
    position: relative;
    left: -1px;
}
#welcome #map, #welcome #map_overlay {
    height: 500px;
}
#welcome #map {
    background: url(/img/karte.png) no-repeat 160px 45px;
}
#welcome #map_overlay {
    background: url(/img/transparent.gif) no-repeat 160px 45px;
}
#welcome #text {
}
#welcome H1 {
    font-size: 15px; line-height: 15px;
    letter-spacing: 0.45px;
    color: #0664ab;
    padding: 10px 7px 7px 16px;
}
#welcome H2 {
    font-size: 15px; line-height: 17px;
    color: #fff;
    margin: 3px 250px 3px 30px;
}
#welcome P {
    color: #fff;
    margin: 250px 325px 0px 30px;
}
#welcome #ax-search {
    background: url(/img/plz-suche_box.png) no-repeat;
    width: 154px;
    height: 97px;
    position: absolute; top: 375px; left: 25px;
}
#welcome #ax-search #ax-search-response {
    font-size: 10px; line-height: 12px;
    color: #f00;
    position: absolute; top: 79px; left: 2px;
    width: 149px; height: 16px;
    display: block;
    text-align: center;
    /*background: white;*/
}
#welcome #ax-search INPUT {
    font-size: 17px; line-height: 19px;
    text-align: center;
    width: 110px; 
    border: 1px solid #fff;
    position: absolute; top: 55px; left: 20px;
}

/* TEASER RECHTS */
#teaser_right {
    width: 313px;
    position: absolute;
    top: 0px;
    right: 0px;
}
#teaser_right DIV {
    height: 133px;
    margin-bottom: 4px;
}
#teaser_right .teaser1 { background: url(/img/kasten1.png) no-repeat; }
#teaser_right .teaser2 { background: url(/img/kasten2.png) no-repeat; }
#teaser_right .teaser3 { background: url(/img/kasten3.png) no-repeat; }
#teaser_right .teaser4 { background: url(/img/kasten4.png) no-repeat; }

#teaser_right .headline {
    font-size: 15px; line-height: 15px;
    letter-spacing: 0.45px;
    color: #0664ab;
    display: block;
    padding: 10px 7px 7px 16px;
}
#teaser_right .body {
    font-size: 14px; line-height: 16px;
    letter-spacing: 0.25px;
    color: #585858;
    display: block;
    margin: 10px 90px 0 19px;
}
#teaser_right P.body {
}
#teaser_right UL.body {
    margin: 5px 90px 0 50px;
}

/* TEASER UNTEN (3 SCHRITTE) */

#teaser_bottom {
    width: 818px;
    height: 116px;
    position: relative;
    top: -24px;
    left: -1px;
}
#teaser_bottom DIV {
    width: 183px;
    height: 71px;
    /*width: 268px;    height: 116px; */
    padding: 45px 0 0 85px;
    position: absolute;
    display: inline;
}
#teaser_bottom .teaser1 { background: url(/img/button1.png) no-repeat; left: 0px; }
#teaser_bottom .teaser2 { background: url(/img/button2.png) no-repeat; left: 275px; }
#teaser_bottom .teaser3 { background: url(/img/button3.png) no-repeat; left: 550px; }

#teaser_bottom .headline, #teaser_bottom .body {
    color: #fff;
    display: block;
    font-weight: bold;
}
#teaser_bottom .headline {
    font-size: 18px; line-height: 21px;
}
#teaser_bottom .body {
    font-size: 12px; line-height: 14px;
    letter-spacing: 0.25px;
}

/* INFOBOX (thickbox popup) */
DIV.infobox {
    font-size: 15px;
    line-height: 17px; 
    color: #fff;
    padding: 10px;
    margin: 10px 10px 0 0;
    /*background-color: #fff;
    opacity:0.75;*/
}
DIV.infobox UL {
    font-size: 15px;
    line-height: 17px; 
    margin: 8px 0 0 20px;
}
DIV.infobox LI {
    margin-bottom: 3px;
}
DIV.infobox A, DIV.infobox A:link, DIV.infobox A:active, DIV.infobox A:visited, DIV.infobox A:hover {
    color: #ccc !important;
}
DIV.infobox A:hover {
    color: red !important;
}
#link {
    color: #f00 !important;;
    border: 1px solid red;
}
td {
    font: Arial, Verdana,  Helvetica, Sans Serif; 
    font-size: 15px;
    line-height: 17px; 
    color: #fff;

}
.plzsarch_result {
color:#0664AB;
display:block;
font-size:10px;
letter-spacing:0.45px;
}

DIV.infobox TABLE {
    font-size: 15px;
    line-height: 17px; 
    color: #fff;
    padding: 10px;
    margin: 10px 10px 0 0;
}