#content {
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	height: 517px;
}



body.lang_de #content {
	background: url(../de/service/kontakt/pixel/kontakt_links.jpg) no-repeat top left;
}

body.lang_en #content {
	background: url(../en/service/kontakt/pixel/kontakt_links.jpg) no-repeat top left;
}


#content #morelinks {
	position: absolute;
	margin-left: 20px;
	margin-top: 375px;
	z-index: 5;
	width: 220px;
	height: 150px;
	color: white;
	line-height: 115%;
}

#content #morelinks a {
	color: #fff;
}

#kontaktform {
	height: 229px;
	margin-left: 325px;
	padding-top: 10px;
}

* html #kontaktform {
	height: 205px;
}

#kontaktform h2 {
	margin-left: 40px;
	margin-bottom: 20px;
}

.error {
	color: red;
	padding-left: 160px;
	font-size: 0.8em;
	line-height: 1.2em;
}
label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	color: #3D67BD;
}
textarea {
	width: 200px;
	height: 100px;
	font-size: 1em;
	font-family: Arial;
}

* html textarea {
	margin-left: -170px;
	clear: left;
}

input {
	margin-bottom: 4px;
	width: 200px;
	border: 1px solid #3D67BD;
	background: #fff;
}
input#plz {
	width: 50px;
}
input#ort {
	width: 145px;
}

#address {
	height: 207px;
	margin-left: 325px;
	padding-top: 45px;
	color: #7b8bbc;

}

* html #address {
	padding-top: 5px;
	height: 190px;
}

#address label {
	color: #3D67BD;
}
#address input, #address textarea {
	background: #fff;
	border: 1px solid #3D67BD;
}
#address input.submit {
	margin-left: 160px;
	width: 75px;
	margin-top: 4px;
	background: transparent;
	border: none;
	font-size: 1em;
	font-family: Arial;
	color: #3D67BD;
	background: url(../pixel/dots_small.gif) no-repeat center left;
	padding-left: 7px;
	font-weight: bold;
}

* html #address input.submit {
	margin-left: -170;
}
#address strong {
	display: block;
	padding-top: 10px;
}



