html, body {
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #555555;
}
a {
	text-decoration: none;
	color: #silver;
}
a:hover {
	color: #ff0000;
}
input, select, hr {
	color: #555555;
}
h2 {
	font-size: 1.5em;
	color: white;
	background-color: #555555;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
.kontaktformular table {
	background-color: #f4f4f4;
}
.msg_table {
	border-color: gray;
	border-style: solid;
	border-width: 1px;
}
.msg_head_message {
	background-color: gray;
	font-weight: bold;
	color: black;
}
.msg_head_error {
	background-color: red;
	font-weight: bold;
	color: white;
}
.msg_head_success {
	background-color: #008b00;
	font-weight: bold;
	color: white;
}
.msg_body {
	background-color: #f4f4f4;
	color: gray;
}
