/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1.2px;
	font-size: 14px;
	color: #FFF;
	background-color:#d9002b;
	padding: 0px;
	margin:0px;
}
form{
	padding:0px;
	margin:0px;
}
h1 { 	font-size: 24px;margin:0px;color:#FFF;}
h2 {	font-size: 18px;margin:0px;color:#FFF;}
h3 {	font-size: 16px;margin:0px;color:#FFF;}
h4 {	font-size: 14px;margin:0px;color:#FFF;}
h5 {	font-size: 12px;margin:0px;color:#FFF;}
h6 {	font-size: 10px;margin:0px;color:#FFF;}

hr {
	border: 0px #CCCCCC solid;
	color:#CCCCCC;
	background-color:#CCCCCC;
	height: 1px;
}
img{
	border:0px;
}
.box_hinweis{
	padding: 15px;
	text-align:center;
	margin:10px;
	color:#A30C22;
	background-color:#FFDFDF;
	border-top: 3px solid #A30C22;
	border-bottom: 3px solid #A30C22;
}
.box_ok {
	padding: 15px;
	text-align:center;
	margin:10px;
	color: #669999;
	background-color: #DCE9EA;
	border-top: 3px solid #669999;
	border-bottom: 3px solid #669999;
}
.box_warn  {
	padding: 15px;
	text-align:center;
	margin:10px;
	color: #FF9933;
	background-color: #FFFFD2;
	border-top: 3px solid #FF9933;
	border-bottom: 3px solid #FF9933;
}

a {
	color: #FFF;
	text-decoration:underline;
}
a:hover {
	color: #6C0000;
	text-decoration:none;
}
.font_small{
	font-size:10px;
}
#maindiv{
	margin: auto;
	width: 600px;
	padding-left: 300px;
	min-height:620px;
	background-image: url(img/left.png);
	background-position:left;
	background-repeat:no-repeat;
}
#maindiv h1{
	font-size:36px;
	padding-top:30px;
	padding-bottom:15px;
	font-family:"Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	
}
#maindiv h1 span{
	font-size:14px;
	vertical-align:top;
	
}
a.submitb,input.submitb{
	display:block;
	border:none;
	text-align:left;
	float:right;
	width:240px;
	padding-left:10px;
	height:41px;
	line-height:39px;
	background-image: url(img/buttonBG.png);
	background-repeat:no-repeat;
	width:250px;
	text-decoration:none;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
}
a.submitb:hover,input.submitb:hover{
	background-image: url(img/buttonBGH.png);
	color:#ed8a9e;
}
#footer{
	margin: auto;
	width: 875px;
	padding-left:25px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
}
#footer a,#footer td{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	text-decoration:none;
}
#footer a:hover{
}
.inputtext{
	color:#b90025;
	border: 1px solid #b90025;
	width:200px;
}
.formlabel{
	background-color:#b90025;
	color:#FFFFFF;
	font-size:12px;
	padding:3px;
}

.FormMSGbox{
	font-weight:bold;
	border-bottom:2px solid #126a71;
	border-top: 2px solid #126a71;
	background-color: #9ecfd3;
	color: #126a71;
	line-height:180%;
	font-size:12px;
	text-align:center;
	width:388px;
}
.formerror{
	color:#126a71;
	background-color:#9ecfd3;
	border:	1px solid #126a71;
}
/* neuer Sprachschalter */
.langswitch{
	border: 1px #FFF solid;
	line-height:15px;
	text-align:center;
	margin:1px;
}
.langswitch:hover{
	border: 1px #D9002B solid;
	color: #6C0000;
	
}
a#activels{
	border: 1px #FFF solid;
	background:#FDE7EA;
	color:#D9002B;
}
