/* CSS file */
body {
 font-family: "Arial";
 font-size: 12px;
 color: #000000;
 line-height: 120%; 
}

a {
    color: #000000;
    text-decoration: underline;
}

h1, h1 * {
    padding: 0px;
    margin: 0px;
    font-family: "Arial Bold";
    font-size: 15px;
    color: #2ba6c2;
    line-height: 100%;
    font-weight: bold;
}
   
h2, h2 * {
    padding: 0px;
    margin: 0px;
    font-family: "Arial";
    font-size: 15px;
    color: #2ba6c2;
    line-height: 100%;
    font-weight: normal;

}

/* Hinzugefügt am 05.07.2010 */
p, p * {
    margin:0 0 8px 0;
    padding:0;
}

b, strong {
 font-family: "Arial Bold", "Arial";
 font-weight: bold;
}

th {
 font-family: "Arial";
 color: #86CCDC; 
}
td {
 font-family: "Arial";
 color: #000000; 
}
   
.blue {
 color: #2ba6c2;
} 
.subNav {
 font-family: "Arial";
 color: #FFFFFF;
    font-size: 12;
}  
.subNavAct {
 font-family: "Arial";
 color: #2ba6c2;
    font-size: 12;
}
.textNav {
 font-family: "Arial";
 font-size: 10px;
 color: #bcbcbc;
}        