/* ------------------------------------------------------------------------------


        BASIC STYLES

        Author: Björn Hubert, Robert Lingner
        
        Date: 28.02.2011


------------------------------------------------------------------------------ */



body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:75%;
    line-height: 140%;
    
    
    color:#000;
}
a {
    text-decoration:none;
    color:#000;
}



a:hover {

    color:#6B6B6B;
}


h1, h2, h3, label {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    line-height:140%;
}

h2, h3 {
    font-size:1.25em;
}

p {
    padding-bottom:1em;
}

p a:not(.home){
    text-decoration: underline;
}
.home p a {
    text-decoration: none!important;
}

h1 {
    font-size:19px;
    padding: 0 0px .4em 0px;
    border-bottom:1px solid #E8E8E8;
    margin-bottom:.7em;
}

strong {
    color:#2A2A2A;   
}


label {
    margin-bottom: 1em;
    display:block;
}
p.caption {
    font-size:0.833em;
    color:#6B6B6B;
    text-transform:uppercase;
    font-weight:normal;
}

div.entry ul li {
    background:url(../img/silver_square.png) no-repeat 0px 0.35em;
    padding-left:13px;
}
div.entry ul li.greenplus {
    background:url(../img/plus_green.png) no-repeat 0px 0.35em;

}



