/* CSS Document */

* {
	margin:0;
	padding:0;
}

input {
	border:1px solid #BFCBD6;
}

select {
	border:1px solid #BFCBD6;
	margin-right:25px;
	width:75px;
}

input[type="checkbox"] {
	margin-right:10px;	
	margin-top:7px;	
	border:none;
}

td {
	vertical-align:middle;
}

.TableTop {
	line-height:21px;
}

.TableMiddle {
	line-height:21px;
	margin-bottom:30px;
}

.TableMiddle td {
	vertical-align:top;
}

.TableBottom {
	line-height:22px;
}

.TableBottom td label {
	margin-top:6px;
	display: block;
}

.Textarea {
	border:1px solid #BFCBD6;
	height:100px;
	margin-left:13px;
	margin-top:2px;
	width:339px;
}

.Left {
	padding-right:5px;
}

.inputFieldBig {
	width:339px;
}

.inputFieldSmallTitel {
	margin-left:10px;
	width:200px;
}

.inputFieldMiddleStr {
	float:left;
	width:294px;
}

.inputFieldSmallNr {
	margin-left:3px;
	width:40px;
}

.inputFieldSmallPLZ {
	float:left;
	width:40px;
}

.inputFieldMiddleOrt {
	margin-left:3px;
	width:294px;
}

.Info {
	background-color:#00305D;
	background-image:url(../images/arrow_blue.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	height:16px;
	padding-left:28px;
	text-transform:uppercase;
	width:390px;
	border-bottom:6px solid white;
}

.Star {
	color:#E0081D;
}

.MailFormSubmit {
	background-color:#E0081D;
	background-repeat:no-repeat;
	border:none;
	height:23px;
	color:#FFFFFF;
	width:418px;
	margin-top:10px;
	text-transform:uppercase;
	font-weight:bold;
}

.MailFormSubmit:hover {
	background:white none repeat scroll 0 0;
	color:#E0081D;
	border:1px solid #E0081D;
	cursor:pointer;
}

.MailFormSubmit .Submit {
	background-color:transparent;
}

.mailError {
	line-height:21px;
	margin-bottom:15px;
	margin-top:15px;
}