/* 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;
}

textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Linkdefinitionen für Fliesstext */
a{
	color: #333366;
	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{
 	color: #333366;
	font-size: 10pt;
	/**font-weight: bold;**/
	text-decoration: none;
}
.navigation:hover{
	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;
}

.klein{
	font-size: 9pt;
	color : #000000;
}

.weiss{
	font-size : 10pt;
	color : #ffffff;
}
.weissklein{
	color : #ffffff;
	font-size : 9pt;
}

.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;
}

/*gilt für die designs mit slidermenue*/
A.leftmenu {
	display:block;
	COLOR: #000080; 
	FONT: 10pt Verdana; 
	FONT-WEIGHT: normal; 
	TEXT-DECORATION: none; 
	FONT-SIZE: 10pt; 
	LINE-HEIGHT: 16pt;
}
/*gilt für die designs mit slidermenue*/
A.leftmenu.hover {
	display:block;
	COLOR: #000080; 
	FONT: 10pt Verdana; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: underline; 
	FONT-SIZE: 10pt; 
	LINE-HEIGHT: 16pt;
	background-color: #fff;
}

/* defaultmässig werden alle Borders ausgeschlossen*/
timg{ border: none; }
