*{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#mainArea{
	width: 700px;
}
#headerArea{
	background-image: url(../images/es_header.gif);
	background-repeat: no-repeat;
	height: 184px;
	margin-top: 25px;
}
.header1{
	height: 148px;
}
.header1 .logoArea{
	text-align: right;
	font-size: 11px;
	padding-top: 100px;
	padding-right: 20px;
}
.header1 .logoArea p{
	margin-bottom: 5px;
}
.header2{
	color: #284E73;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}
.header2 a{
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.header2 a:hover{
	text-decoration: underline;
}
#contentArea{
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#contentArea .contentHeadline1{
	font-size: 13px;
	font-weight: bold;
	color: #284E73;
	text-transform: uppercase;
	border-bottom: 1px solid #CAD3DD;
	margin-bottom: 18px;
}
#contentArea .contentHeadline2{
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 18px;
	margin-bottom: 5px;
}
#contentArea p{
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 10px;
}
#contentArea ul{
	font-size: 11px;
	line-height: 18px;
	margin-left: 20px;
	list-style: none;
}
#contentArea ul li{
	background-image: url(../images/icon_list.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
}
#contentArea .tableborder{
	margin-bottom: 10px;
}
#contentArea table td{
	font-size: 11px;
	line-height: 20px;
	background-color: #EDF0F4;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
}
#contentArea table td input{
	width: 100%;
	border: 1px solid #CAD3DD;
}
#contentArea table td input.error{
	border: 1px solid #FF0000;
}
#contentArea table td .inputPLZ{
	width: 45px;
}
#contentArea table td .checkbox{
	border: 0px solid;
	width: 20px;
}
#contentArea table td textarea.error{
	border: 1px solid #FF0000;
}
#contentArea table td textarea{
	width: 100%;
	border: 1px solid #CAD3DD;
	font-size: 11px;
}
#contentArea table td select{
	border: 1px solid #CAD3DD;
}
#contentArea table td select.error{
	border: 1px solid #FF0000;
}
#contentArea .form-group button{
	border: 1px solid #CAD3DD;
	color: #fff;
	background-color: #F48515;
	font-size: 11px;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 2px;
}
.selectForm{
	text-align: right;
}
.selectForm select{
	border: 1px solid #CAD3DD;
	font-size: 11px;
}



div.container{
	display: none;
	margin-bottom: 18px;
	border: 1px dashed #ff0000;
	padding: 10px;
}
div.container h4{
	font-size: 13px;

	color: #284E73;
	border-bottom: 1px solid #CAD3DD;
	margin-bottom: 10px;
}
.container label.error {
	display: inline;
	margin-bottom: 18px;
}
.infoTable{
	border: 1px dashed #284E73;
}
.infoTable td p{
	padding-left: 10px;
	margin-bottom: 18px;
	padding-top: 10px;
}
.infoTable td a{
	color: #F48515;
	font-weight: bold;
	background-image: url(../images/icon_down.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration: none;
}
.infoTable td a:hover{
	text-decoration: underline;
}
