<!--
/* basis elemente */

html, body {
 font-family: Verdana,Arial,Helvetica;
 font-size: 12px;
 color: black;
 background: white;
}
a {
 font-family: Verdana,Arial,Helvetica;
 font-size: 14px;
 color: #024a9e;
 background-color: white;
 text-decoration: none;
}
a:hover {
 color: #FDB561
}
h2 {
 font-family: Verdana,Arial,Helvetica;
 font-size: 16px;
 font-weight: bold;
 color: #024a9e;
 text-decoration: none;
 padding-top: 50px;
 padding-bottom: 5px;
}
h3 {
 font-family: Verdana,Arial,Helvetica;
 font-size: 14px;
 font-weight: normal;
 color: black;
 text-decoration: none;
}
p {
 font-family: Verdana,Arial,Helvetica;
 font-size: 12px;
 font-weight: normal;
 color: black;
 text-decoration: none;
}

#navtitle {
 font-family: Verdana,Arial,Helvetica;
 font-size: 16px;
 font-weight: bold;
 color: #024a9e;
 background: #EEEEEE;
}
#navpos, #navpos a, #navpossel{
 font-family: Verdana,Arial,Helvetica;
 font-size: 12px;
 font-weight: normal;
 color: black;
 background-color: #EEEEEE;
}
#navpos a{
 text-decoration: none;
}
#navpos a:hover{
 color: #357D9E;
}
#navpossel {
 color: white;
 background-color: #024a9e;
}

-->

