@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	/* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann 
	im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-image: url(Design/bg.jpg);
	background-repeat: repeat-x;
	background-color: #5b92af;
	top: 0px;
	margin: 30px;
}

#begruess_chef {
	position: absolute;
	bottom: 0px;
	overflow: visible;
	right: 0px;
}

.twoColHybLtHdr #container {
	width: 1024px;
	text-align: left;
	/* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: auto;
	background-color: #333333;
	margin: auto;
	padding-bottom: 15px;
	float: none;
	clear: left;
	border: 0px solid #FFFFFF;
}

.inhalt_hauptfeld_rechts {
	right: 0px;
	text-align: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 225px;
	background-image: url(/Design/bg_Hauptfeld_rechts.jpg);
	background-repeat: repeat;
	top: 0px;
	bottom: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.twoColHybLtHdr #header {
	width: 1024px;
}

#inhalt_linkleiste_oben {
	text-align: center;
	width: 1004px;
	vertical-align: bottom;
	right: 0px;
	top: 0px;
	text-decoration: none;
}

.twoColHybLtHdr #footer {
	background-color: #666666;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#leftColumn {
	height: auto;
	width: 185px;
	background-color: #2C2C2C;
	font-size: 16px;
	font-style: normal;
	color: #FF6600;
	margin: 15px;
	text-align: left;
	top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.twoColHybLtHdr #footer p {
	margin: 0;
	/* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei
	 einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	float: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Verschiedene wieder verwertbare Klassen */
.fltrt {
	/* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. 
	Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
	color: #FFFFFF;
	background-color: #242424;
	height: 28px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-top: 5px;
	padding-right: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.fltlft {
	/* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}

.clearfloat {
	/* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem SchlieÃŸen eines Containers sein, der wiederum einen vollstÃ¤ndigen Float enthalten sollte. */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.linkleiste_oben {
	background-image: url(/Design/obere_linkleistebg.jpg);
	background-repeat: repeat-x;
	text-align: right;
	height: 49px;
	vertical-align: middle;
}

#textfeld {
	color: #FFFFFF;
	background-color: #000000;
}

.error {
	color: black;
	background-color: red;
}

.Stil1 {
	color: #FFFFFF
}

.Stil2 {
	color: #FF6600
}

a:link {
	color: #FF6600;
}

a:visited {
	color: #FFFFFF;
}

.Stil5 {
	font-size: 12px
}

.Stil6 {
	font-size: 9px
}

/* --- GWT used styles --- */
.gwt-PopupPanel {
	background-color: rgb(102, 102, 102);
	color: #FF6600;
	border: solid medium #2C2C2C;
}

.centered {
	text-align: center;
}

.wrapme .gwt-TreeItem
 {
	white-space: normal;
}
