<!--
html
{ 
   background:            url(/images/bg/bg_rot.gif);
 //background-repeat:     repeat-x;
}

body
{ 
   margin:                0; 
   padding:               0;       
}

img	    
{ 
   border-color:          #FAFDA2;
}

font        
{ 
   font-family:           Georgia;
   color:                 #C8C8C8;
}

li          
{ 
   font-family:           Georgia;
   color:                 #C8C8C8;
   margin-left:           14px;    
}

.b          
{ 
   font-family:           Georgia;
   color:                 #C8C8C8;
   font-size:             16px;
   font-weight:           bold;    
}

.b2         
{ 
   font-family:           Georgia;
   color:                 #C8C8C8;
   font-size:             14px;
   font-weight:           bold;    
}

td          
{ 
   font-family:           Georgia;
   color:                 #C8C8C8;
   font-size:             14px;    
}

th          
{ 
   font-family:           Georgia;
   color:                 #C8C8C8;
   font-size:             14px;    
}

h1,h2,h3,h4 
{ 
   font-family:           Georgia;
   color:                 #C8C8C8; 
}

p           
{ 
   font-family:           Georgia;
   font-size:             13px;
   color:                 #C8C8C8;
   line-height:           1.5em;   
}

.p1         
{ 
   font-size:             10px;    
}

a	    
{ 
   color:                 #FAFDA2;
   text-decoration:       none;    
}
	    
a:link	    
{ 
   text-decoration:       none;
}

a:visited   
{ 
   text-decoration:       none;
   color:                 #F2984C;
}

a.menu      
{ 
   display:               inline-block; 
   text-align:            left; 
   width:                 150px; 
   height:                19px;    
}

a.menu:link
{ 
   color:                 #FAFDA2; 
   background-color:      transparent; 
}

a.menu:visited
{ 
   color:                 #FAFDA2;
   background-color:      transparent; 
}

a.menu:hover   
{
   color:                 #FAFDA2;
   width:                 150px;
   background-color:      #9B0425; //#445DA0; //Das Hellblau
   -moz-border-radius:    7px;
   -webkit-border-radius: 7px;
   border-radius:         7px;
}

a.menu:active  
{ 
   color:                 #FAFDA2; 
   background-color:      #02021E;
}

hr          
{ 
   border:                0;

 //color:                 #983B00; //blass orange
 //background-color:      #983B00; //blass orange

   color:                 #CC3300; //Alternative 1;
   background-color:      #CC3300; //Alternative 1;

 //color:                 #9B0425; //Alternative 2;
 //background-color:      #9B0425; //Alternative 2;

   height:                1px;
   margin-left:           0;
   text-align:            left;    
}

.t14        
{ 
   line-height:           1.4em;   
}

.t172       
{ 
   line-height:           1.72em;  
}

.submit     
{ 
   color:                 #000000;
   font-family:           Georgia;
   font-size:             12px;
   font-weight:           bold;
   background-color:      #C8C8C8;
   -moz-border-radius:    7px;
   -webkit-border-radius: 7px;
   border-radius:         7px;
   
}

.fields     
{ 
   color:                 #000000;
   font-family:           Georgia;
   font-size:             12px;
   background-color:      #C8C8C8;
   -moz-border-radius:    5px;
   -webkit-border-radius: 5px;
   border-radius:         5px;
   
}
// -->
