/* 
Kommentar:
in den Klassendefinitionen (z.B. .menu) keine Leerzeichen und Unterstriche (nur a-z und A-Z)
*/



.hauptfenster {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}


.neuigkeiten {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}



.kopf-headline {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font color="#CCCCCC"
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	color: #CCCCCC;
}


.balkeninschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
}

.balkenzeichen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	}


.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	vertical-align: bottom;
}


/* ÜBERSCHRIFTEN */

h  {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1  {font-size: 24px;}

h2  {font-size: 18px;}

h3  {font-size: 16px;}

h4  {font-size: 14px;}

h5  {font-size: 12px;}

h6  {font-size: 11px;}


/* TABELLE */

th {font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

tr {  
	font-size: 10px; 
	color: #000000;
	font-style: normal;
	text-decoration: none; 
}

td { 
	background-image: none;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
	font-style: normal;
	text-decoration: none}




/*LINKS*/

a			{
			font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
			font-style: normal; 
			font-weight: normal; 
			text-decoration: none; 
			color: #333333; 
			letter-spacing: +0.1ex;
			}
			
a:link		{color: #333333}
a:visited	{color: #333333}
a:hover		{font-style: normal;	
			text-decoration: none;	
			color: #333333 }
a:active	{color: red}



.hauptmenue {
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		font-size: 10px;
		font-style: normal; 
		font-weight: normal; 
		text-decoration: none; 
		color: #0000FF; 
		letter-spacing: +0.3ex;
		}

a:link.hauptmenue {  
		color: #0000FF;
		text-decoration: none;
		}

a:hover.hauptmenue {  
		letter-spacing: +0.2ex;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none; 
		}

		
a:active.hauptmenue {
		letter-spacing: +0.3ex;
		color: red;
		}


a:visited.hauptmenue { 
		color: #0000FF;
		text-decoration: none; 
		}
		
