/* body: gültig für das gesamte HTML Dokument */
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

table{
	font-size: 10pt;
	border: none;
}


/*Linkdefinitionen für Fliesstext */
a{
	color: #339933;
	text-decoration: none;
}
/* bereits besuchte Links */
a:visited{
	/*color: #000000;*/
	text-decoration: none;
}
/* 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*/
.navigation{
 	color: #CC0000;
	font-size: 10pt;
	/**font-weight: bold;**/
	text-decoration: none;
}
.navigation:hover{
	color: #CC0000;
	font-size: 10pt;
	/**font-weight: bold;**/
	text-decoration: underline;
}
/*navigation 1*/
.navigation1{
 	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.navigation1:hover{
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
.navigation1:visited{
 	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.navigation1:visited:hover{
 	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
/*link 1*/
.link1{
 	color: #000000;
	font-size: 7pt;
	/**font-weight: bold;**/
	text-decoration: none;
}
.link1:hover{
	color: #000000;
	font-size: 7pt;
	/**font-weight: bold;**/
	text-decoration: underline;
}
.klein{
	font-size: 9pt;
	color : #000000;
}

.weiss{
	font-size : 10pt;
	color : #ffffff;
}
.weissklein{
	color : #FFFFFF;
	font-size : 9pt;
	text-decoration: none;
}
.weissklein:hover{
	color : #ffffff;
	font-size : 9pt;
	text-decoration: underline;
}
.weissklein:visited{
	color : #ffffff;
	font-size : 9pt;
	text-decoration: none;
}
.weissklein:visited:hover{
	color : #ffffff;
	font-size : 9pt;
	text-decoration: underline;
}
.grau{
	color : #656565;
	font-size : 9pt;

}
.grauklein{
	color : #656565;
	font-size : 9pt;
}
.klein{
	font-size : 8pt;
}
.gross{
	font-size : 12pt;
}


sehrgross{
	font-size: 24pt;
}

.ueberschrift{
/*	Font-size: 28px; */
	color : #ffffff;
	font-size : 13pt;
}

.ueberschrift_klein{
	Font-size: 11pt;
	font-weight: bold;
	color: #003366;
}


/*slidermenue*/
.leftmenu {
	COLOR: #CC0000; 
	FONT: 10pt Verdana; 
	FONT-WEIGHT: normal; 
	TEXT-DECORATION: none; 
	FONT-SIZE: 10pt; 
	LINE-HEIGHT: 13pt;
}
/*slidermenue*/
.leftmenuunavailable {
	COLOR: #CC0000; 
	FONT: 10pt Verdana; 
	FONT-WEIGHT: normal; 
	TEXT-DECORATION: none; 
	FONT-SIZE: 10pt; 
	LINE-HEIGHT: 13pt;
}

/* defaultmässig werden alle Borders ausgeschlossen*/
timg{ border: none; }
