@charset "utf-8";
#Tabelle_01 {
	border: thin solid #FFFFFF;
}
body {
	background-image: url(../images/bg.jpg);
}

.Grau10Px {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4E4E4E;
}
.Rot14pxBold {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #990000; }
.Grau24Px {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #555555; }
.DunkelGrau10Px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Grau12Px {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4E4E4E;
}
.DunkelGrau11Px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #007D15;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.alignRight {
	background-position: right center;
	text-align: right;
}

a:visited {
	color: #007D15;
	text-decoration: none;
}

input, select    { border: 1px solid silver; }
input.error, select.error {padding-right: 16px; border: 1px solid red; background-color: #FFFCE2; background-image: url(../images/warning.gif); background-position: right; background-repeat: no-repeat;}
input:focus, select:focus {border: 1px solid red; background-color:#EFEFEF;}
.mandatory  { font-weight: bold; }
.comment    { color: #BBBBBB; }
.Box {
	border: 1px solid #EEA04D;
	background-color: #F7F7F7;
}
.OrangeDot {
	color: #EC5E09
}
.Rot16pxBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
