/* body: gültig für das gesamte HTML Dokument */
body{
	font-size: 12px;
	color: #000000;
}

td{
	font-family: Arial, Helvetica, sans-serif;
}

/*Linkdefinitionen für Fliesstext */
a:link{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* bereits besuchte Links */
a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
/* mouse over link */
a:hover{
	color: #000000;
	text-decoration: underline;
	/* text-decoration: none;*/	
}
/*mouse over visited link*/
a:visited:hover{
	color: #000000;
	text-decoration: underline;
/* text-decoration: none;*/	
}

.navigation{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.navigation:hover{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.klein{
	font-size: 11px;
}

.gross{
	font-size: 12px;
}

sehrgross{
	font-size: 24px;
}

.ueberschrift{
/*	Font-size: 28px; */
	font-weight: bold;
	color: #666699;
}

.ueberschrift_klein{
	Font-size: 20px;
	font-weight: bold;
	color: #666699;
}

/* gilt für Design 2-4*/
.adresseFarbeEins{

	font-size: 12px;
	color: #000000;
	margin-left: 3px;
	text-decoration: none;
	
}

.adresseFarbeZwei{

	font-size:12px;
	color: #333333;
	margin-left: 3px;
	text-decoration: none;
	
}

a.leftmenu{
	color: #cc3333;
	font-size: 10px;
	text-decoration: none;
	line-height: 11px;
}
a:leftmenuunavailable{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	line-height: 13px;
}
