/* ===== Allgemeine Defitionen ===== */
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
div {
	text-align: left;
}
img {
	border: none;
}
a {
	font: bold 11px verdana, arial, sans-serif;
	color: #80001a;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
input {
	vertical-align: middle;
}
.clear {
	clear: both;
}