/* allgemein */

a{
    color: olive;
}

body{
    color: rgb(10,140,255);
    background-color: black;
}

h2 {
    color: rgb(0,164,255);
}

/* nav */

#nav a{
    color: rgb(10,184,255);
}

#nav a:hover{
    color: rgb(10,140,255);
}
/* Menu mouseover effekte */
#nav .a.tooltip {text-decoration:none;}
#nav .tooltip span.info{display:none;}
#nav .tooltip:hover span.info{
    color: olive;
    background: black;
    border: dotted olive 1px;
}

/* content */

p {
    color: rgb(10,140,255);
}

.news_uber {
    color: rgb(10,184,255);
}

/* foot */

#foot{
    color: rgb(10,184,255);
}

.impressumlink{
    color: rgb(10,184,255);
}