/* 
    Document   : wft_styles
    Created on : 29.01.2010, 08:04:44
    Author     : Fikret Yayla
    Description: sofix.de, Wohfühltipps CSS.
*/


root { 
    display: block;
}

div#wohlfueltippsWrapper h1, div#wohlfueltippsWrapper h2, div#wohlfueltippsWrapper h3, div#wohlfueltippsWrapper p{
   line-height: 15px !important;
}


/* WFT HEADER */
div#wft_header{
    position: absolute;
    top: 35px;
    left: 89px;
    width: 595px;
    height: 19px;
}

div#wft_header h1{
    color: #fff;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 14px;
}
/* WFT INHALT */
div#wft_beschreibung{
    position: absolute;
    top: 64px;
    left: 66px;
    width: 627px;
    height: 291px;
}

div#wft_bild{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 192px;
    height: 281px;
    margin: 0px;
    padding: 0px;
}

div#wft_bild img{
    width: 192px;
    height: 281px;
    border: none;
    margin: 0px;
    padding: 0px;
}

div#wft_inhalt{
    position: absolute;
    top: 5px;
    left: 207px;
    width: 409px;
    height: 281px;
}

div#wft_inhalt h2{
    color: #3c519f;
    font-size: 14px;
    margin: 5px 0 0 0;
}

div#wft_inhalt p{
    color: #3c519f;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0 0 0;
}

/* WFT LISTE */
div#wft_liste{
    position: absolute;
    top: 363px;
    left: 66px;
    width: 635px;
    height: 122px;
}

div#wft_liste a{
    font-weight: normal;
}

div#wft_liste_rechts{
    top: 0px;
    left: 0px;
    width: 314px;
    height: 122px;
    float: left;
}

div#wft_liste_links{
    top: 0px;
    left: 0px;
    width: 314px;
    height: 122px;
    float: left;
}


/* WFT FOOTER */
div#wft_footer{
    position: absolute;
    top: 493px;
    left: 89px;
    width: 595px;
    height: 29px;
    clear: left;
}

div#wft_footer p{
    color: #fff;
    font-size: 12px;
    padding-top: 7px;
    margin: 0;
}

div#wft_footer a{
    display: block;
    position: absolute;
    top: 1px;
    left: 470px;
    width: 100px;
    height: 27px;
}

/* CLASSES */

.tippnummer{
    float: left; 
    width: 19px; 
    display: inline;  
    height: 16px; 
    margin: 4px 0 4px 4px;
    color: #fff;
    font-weight: bold;
}

.tipptitel{
    float: left;
    height: 16px;
    padding: 4px 0 4px 4px;
    width: 287px;
    cursor: pointer;
}

.tipptitel:hover{
    background-color: #ebebfc;
}

.aktiviert{
    background-color: #c7cce1 ;
}