﻿/* Pseudo-Klassen für dynamische Links */A:link    {color:blue; text-decoration: none}A:visited {color:blue; text-decoration: none}A:active  {text-decoration: none}A:hover   {text-decoration: underline}
.nolink A:link,
.nolink A:visited,
.nolink A:active,
.nolink A:hover {text-decoration: none; color: white;}


/* Basisschriftarten */
p,div,table,tr,td{
   font-family : Verdana,Arial,Helvetica,sans-serif;
   font-size   : 8pt;
   color       : #004080;
   }
img {border: 0px;}
hr { height: 1px; text-align: center; }

.red    {color     : red;} 
.ten    {font-size : 10pt; }
.tenred {font-size : 10pt; color: red; }
.two    {font-size : 2pt; color : white; } 

.twelve   {   font-size : 12pt; }
.fourteen { font-size : 14pt; }
.sixteen  {  font-size : 16pt; }

.border1px { border:  1px silver solid; padding:  5px }
.gruen     { color: #009933; } 
.rot       { color: #D02900;}
.fett      { font-weight: bold ; }
.italic    { font-style: italic; }
.centered  {  text-align: center; }
.tabcentered { margin-left : auto; margin-right: auto;}

.margin2020  { margin-left :  20px; margin-right: 20px;}
.margin4020  { margin-left :  40px; margin-right: 20px;}
.margin6020  { margin-left :  60px; margin-right: 20px;}
.margin8020  { margin-left :  80px; margin-right: 20px;}
.margin4040  { margin-left :  40px; margin-right: 40px;}
.margin6060  { margin-left :  60px; margin-right: 60px;}
.margin8080  { margin-left :  80px; margin-right: 80px;}

body { background-color : #FFFFF4; } 
#addbg  {background-image : url(../images/backg5.gif); background-repeat: repeat;} 
   
h1 {
font-family : Arial, Helvetica, sans-serif; 
font-size   : 18pt;
font-weight : bold;
color       : #004080;
} 

h2 {
font-family : Arial, Helvetica, sans-serif; 
font-size   : 16pt;
font-weight : bold; 
color       : #004080;
} 

h3 {
font-family : Arial, Helvetica, sans-serif; 
font-size   : 14pt;
font-weight : bold; 
color       : #004080;
} 

h4 {
font-family : Arial, Helvetica, sans-serif; 
font-size   : 12pt;
font-weight : bold; 
color       : #004080;
} 

hr {
color:navy;
height:1px;
width:99%;
}


