body {
	margin-bottom: 0px;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: justify;
	color: #000000;
	background: images/bg2.jpg;
	scrollbar-base-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}
td, textarea, input, select {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
}
.all {
	font-family: Tahoma, Verdana;
	border-left: 1px solid #FFFFFF;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	border-style: dashed;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: normal;
}
.header {
	font-family: Tahoma, Verdana;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #FFFFFF;
	border-style: dashed;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: justify;
	line-height: 20px;
}
.tableDetail {
	font-size: 13px;
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
	text-align: justify;
	line-height: 20px;
}
a:link {
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	line-height: 20px;

}
a:visited {
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: justify;
	line-height: 20px;

}
a:hover {
	color: #555555;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: justify;
	line-height: 20px;
}
.frame {
	border: 0px;
}
.inputstyle {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #E2EDEB;
	border: 1px solid #333333;
	text-align: justify;
	line-height: 20px;
}
.fleft { /* Sachen an denen der Text vorbeifließen soll werden diese Klassen zugewiesen. */
 float: left;
 margin: 0.2em 0.4em 0; /* Man sollte einen schönen Abstand wählen sonst kleben die Sachen so am Text. */
}
.fright { /* Sachen an denen der Text vorbeifließen soll werden diese Klassen zugewiesen. */
 float: right;
 margin: 1em 0.4em 0; /* Man sollte einen schönen Abstand wählen sonst kleben die Sachen so am Text. */
}


