/* contact */
div.contactRow {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}

b.u {
	text-decoration: underline;
} 

#newslistEmail {
	font-family: sans-serif;
	font-size: 12px;
	width: 200px;
}

input.button1 {
	border: 1px solid #000000;
	margin-left: 20px;
}

#messageForm {
	padding: 10px;
}

div.messageCont {
	float: left;
	margin: 10px;
	text-align: left;
}

span.required {
	color: #a8111e;
}

input.inputField {
	font-family: sans-serif;
	font-size: 12px;
	width: 200px;
}

textarea {
	font-family: sans-serif;
	font-size: 12px;
}

input.button2 {
	border: 1px solid #000000;
	margin-top: 10px;
}

span.errorMessage {
	color: #a8111e;
	font-weight: bold;
}

span.confirmation {
	font-weight: bold;
}

span.pseudoLink {
	color: #30607f;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}

#impressumCont {
	display: none;
}