.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainBg.jpg);
}
.themebg {
	background-attachment: scroll;
	background-image: url(images/topBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.theme {
	background-attachment: scroll;
	background-image: url(images/topTheme.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.themeHeader {
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 20px;
}
.themeBorder {
	background-attachment: scroll;
	background-image: url(images/bordertop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: bottom;
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
	color: #FFFFFF;
}
.borderedArea {
	font-size: 12px;
	color: #000000;
	border: 1px solid #FFFFFF;
	background-color: #BEBEBE;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 2px;

}
.font {
	font-size: 12px;
}
.subgroup {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #DADADA;
}
a {
	color: #000000;
	text-decoration: none;}
h3 {
	background-color: #BEBEBE;
	border: 1px solid #FFFFFF;
	text-indent: 5px;
	font-size: 20px;
	white-space: normal;
	margin-top: 1px;
	margin-bottom: 5px;
}
h4 {
	background-color: #BEBEBE;
	border: 1px solid #FFFFFF;
	text-indent: 5px;
	font-size: 14px;
	white-space: normal;
	margin-top: 1px;
	margin-bottom: 5px;
}
.spot {
	background-color: #DADADA;
}
.enumeration {
	background-color: #BEBEBE;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.borderedContentArea {
	background-color: #DADADA;
	border: 1px solid #B0B0B1;
}
td {
	font-size: 12px;
}
.tiny {
	font-size: 12px;
}
.footprint {
	font-style: italic;
	color: #999999;
}
th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.form {
	width: 300px;
}
.pflichtfeld {
	border: 1px solid #CC6633;
	color: #000000;
	background-color: #EECAB9;

}
em {
	font-size: 14px;
}
label {
	float: left;
	display: block;
	width: 10em;
	margin: 7px 5px;
	text-align: right;
}
.labelCol {
	float: left;
	display: block;
	width: 120px;
	margin: 4px 0px 0px 0px;
	text-align: right;
}
.value {
   margin: 0px 0px 0px 130px;
   padding: 3px;
   width: 400px;
}

input,select,textarea {
   margin: 1px 0px;
   border: 1px solid #999999;
   background: white;
}
input:active, input:focus, input:hover {
   background: #E8EBDF;
}
textarea:active, textarea:focus, textarea:hover {
   background: #E8EBDF;
}
select:active, select:focus, select:hover {
   background: #E8EBDF;
}
.error {
	text-align: center;
	font-weight: bold;
	background-color: #E2A98D;
	border: 1px solid #cc6633;
	margin: 10px;
}
td {
	padding: 2px;
}
.rightmenu {
	text-align: right;
}
