/* DATEI: default.css */
/* Copyright (c) Georg Ringler, 2000 http://www.st-wolfgang-online.de, webdesign@ringler-net.de*/

a:link { color:black; text-decoration:underline; }
a:visited { color:black; text-decoration:underline; }
a:hover { color:gray; text-decoration:underline; }
a:active { color:red; text-decoration:underline; }

a.nav:link { color:white; text-decoration:underline; }
a.nav:visited { color:white; text-decoration:underline; }
a.nav:hover { color:white; text-decoration:none; }
a.nav:active { color:white; text-decoration:underline; }

a.a:link { color: blue; text-decoration:underline; }
a.a:visited { color: purple; text-decoration:underline; }
a.a:hover { color: blue; text-decoration: underline; font-weight:normal; }
a.a:active { color: red; text-decoration:underline; }

p,h1,h2,h3,h4,ul,ol,li,td { font-family: Geneva,Verdana,Arial, sans-serif; }

.medium { font-size: 80%; color: #000000 }
.small { font-size: 70%; color: #000000 }
.mediumw { font-size: 80%; color: #FFFFFF }
.mediumb { font-size: 90%; color: #000000 }

body { background-color: #FFFFFF; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px }

.color1 { background-color: #990000 }
.color2 { background-color: #C0C0C0 }
.color3 { background-color: #FFFFFF }

