/* Stylesheet c.o.r.e. Gerd Waloszek, Februar 2006 – verändert 09-11-2008*/

/* Grundeigenschaften */
body 	{
		background-color:#333333;
        margin:0 0 0 0;
		font-family: verdana, arial, sans-serif;  
		font-size:11px;
		}

/* Absatz-Klassen */
p		{
		font-size:11px;
		}

.small	{
		font-size:10px;
		}


.large	{
		font-size:18px;
		}
				
/* Header-Klassen */
h1 		{
		font-size: 20px;
		}
		
h2 		{ 
		font-size: 16px;
		}
		
h3		{
		font-size: 14px;
		}
		
h4 		{
		font-size: 12px;
		}
		
/* Link-Klassen */
A 		{
		text-decoration:none;
		color: blue;
		}
		
A:hover 	{ background-color: #ffff9a; text-decoration: underline; }
		
A:visited 	{
		color: purple;
		}
		
A:active 	{
		color: #666600;
		}

/* Listen */
UL      { margin-left:18px;
          padding-left:0px;
        }

OL      { margin-left:18px;
          padding-left:0px;
        }
        
/* Tabellen - nur wegen NS4 */
TH, TD		{
		font-family: verdana, arial, sans-serif;  
		font-size:11px;
		}
		
/* ---------------------------- Bereiche ---------------------------------- */
/* News rechts (news2 ist der untere Bereich) */   
#news, #news2 { 
       color:#333333;
       background-color:#DDDDDD;
       padding:10px;
       width:145px;
       }

/* Ueberschrift */
#news h3 {
       color:#333333;
       }
      
/* Kleine Links in den News - fuer "Weiter..." */
#news a.weiter {
		text-decoration:none;
		font-family: verdana, arial, sans-serif;  
		font-size:10px;
		font-weight:bold;
		color: #507194;
		}
		
#news a.weiter:hover {
		text-decoration: none; /* text-decoration: underline; */
		font-family: verdana, arial, sans-serif;  
		font-size:10px;
		font-weight:bold;
		background-color: #FFFFFF;
		}
		
#news a.weiter:active { color:#990000; }
		
#news a.weiter:visited {
		color: #507194;
		font-family: verdana, arial, sans-serif;  
		font-size:10px;
		font-weight:bold;
		}
       
/* Normale Links in den News - im Text */
#news a {
		text-decoration:none;
		font-family: verdana, arial, sans-serif;  
		color: #507194;
		}
		
#news a:hover {
		text-decoration: none; /* text-decoration: underline; */
		font-family: verdana, arial, sans-serif;  
		background-color: #FFFFFF;
		}
		
#news a:active { color:#990000; }
		
#news a:visited {
		font-family: verdana, arial, sans-serif;  
		color: #507194;
		}
		
		
/* Inhalt mitte (content2 ist der untere Bereich) */
#content, #content2 {
       background-color:#EEEEEE;
       padding-left:20px;
       padding-right:20px;
       padding-top:10px;
       padding-bottom:10px;
       }
    
/* Navigation am linken Rand */
#navigation, #navigation2 {
       background-color:#CCCCCC;
       padding:10px;
       width:145px;
       color:#99FFFF;
       }
       
/* Navigation Textfarbe */
#navigation {
       color:#333333; }
       
/* Navigationslinks = die Links der Navigationsleiste */
#navigation a { 
                color:#507194; /* 336699; */
                font-weight:bold; }
                
#navigation a:hover { 
                    background-color:white;
                    font-weight:bold; 
                    text-decoration:none; }
                    
#navigation a:active { color:#b80000;
                    font-weight:bold; }
                    
/* #navigation a:visited { color:white;
                    font-weight:bold; } */
					
/* Untere Abschlusslinie */
#content2, #navigation2, #news2 { color: black; border-bottom: 1px solid #333333; }
                    
/* Banner-Bereich oben fuer Grafiken */
#bannerlinks { background-color:white; padding:0; width:165px;vertical-align:top;text-align:center; }

#bannermitte { background-color:#FFFFFF; padding:0px;vertical-align:top;text-align:center }

#bannerrechts { background-color:white; padding:0; width:165px;vertical-align:top;text-align:center; }

/* Bereich unter Banner fuer sekundaere Links in der Mitte */
#bannerlinks2 { color:#FFFFFF; background-color:#507194; padding:0px; width:165px;vertical-align:top;text-align:center; }

#bannermitte2 { color:#FFFFFF; font-weight: bold; background-color:#ffffff; padding:8px 0 8 0; vertical-align:top;;text-align:center   }
#bannermitte2 a { color:#507194; font-weight:bold; background-color: transparent; }
#bannerrechts2 { color:#FFFFFF; background-color:#507194; padding:0px; width:165px;vertical-align:top;text-align:center }
