.mainView {
	/* Inhalt jeder Seite in div.mainView eingeschlossen */
	width: 520px;
}

a:link, a:visited, a:active, a:hover {
	color: #091c5a;
	text-decoration: none;
}

a:hover {
	background: #e8e8e8;
}

body {
	margin: 50px 8px 8px 16px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

hr {
	height: 2px;
	color: #e8e8e8;
	background: #e8e8e8;
}

h1, h2, h3, h4 {
	color: #091c5a;
	line-height: 130%;
}

p {
	line-height: 130%;
}

ul {
	clear: both;
}

form {
	margin: 36px 0px 0px 0px;
	padding: 4px 8px;
	border: 1px dashed #000000;
	background: #f4f4f4;
}

form td, form p {
	color: #666666;
	font-size: 11px;
}

form h4 {
	margin: 8px 0px;
}

form p {
	margin: 8px 0px;
}

input {
	border: 1px solid #cccccc;
	color: #666666;
	margin-bottom: 4px;
	font-size: 11px;
}