/*Generelles*/
body {
	font-family: Verdana, arial, helvetica, sans-serif;	
	font-size: 80%;
	color: Black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: White;
}


/*Tabellenformatierungen*/

.tdbackgroundorange{
	background-color: #FF9900;
	color: #000000;
}

.tdbackgroundsilver{
	background-color: #ACB7C1;
	color: #FFFFFF;
}

.tdbackgrounddarkgray{
	background-color: #323941;
	color: #FFFFFF;	
}

.tdbackgroundgray{
	background-color: #DCE1E5;
	color: black;
}

.tdbackgroundblue {
	background-color: #0060AF;
	color: white;
}

.tdbackgroundred {
	background-color: #E32B23;
	color: white;
}

.rahmen1 {
	border-bottom: 1px dashed black;
	border-right: 1px dashed black;
	border-left: 1px dashed black;
	border-top: 0px;
}
.rahmen2 {
	border-bottom: 1px dashed black;
	border-right: 1px dashed black;
	border-left: 1px dashed black;
	border-top: 1px dashed black;
}

/*Überschriften*/
h1 {
	font-size: 120%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 95%;
}

.info {
	font-size: 75%;
}

/*Navigation*/

a.navi1 {
	font-size: 10px;
	font-weight: bold;
	color: Navy;
	text-decoration: none;
}

a.navi1:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	background-color: white;
	text-decoration: none;
}

a.navi2 {
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 10px solid #ACB7C1;
	display: block; 
	font-size: 12px; 
	TEXT-DECORATION: none;
	color: Black;
	font-weight: bold;
}

a.navi2:hover {
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 10px solid #0060AF;
	DISPLAY: block; 
	FONT-SIZE: 12px; 
	text-decoration: none;
	color: Black;
	font-weight: bold;
	background-color: #FF9900;
}

.s {font-size: 65%;}
.m {font-size: 70%;}
.l {font-size: 80%;}
.xl {font-size: 100%; font-weight: bold;}
.xxl {font-size: 110%; font-weight: bold;}
.red {color: #E32B23;}