html, body, #main {
	height:100%;
}

body {
	margin:0;
	background-image:url("images/bg.jpg");
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#5779a7;
	color:#2D4D7D;
}

img {
	border:0;
}

a {
	color:#1e3b67;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

form {
	display:inline;
}

.aktive {
	color:#EB1F22;
}

.afooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #1C3B6A;
	text-decoration: none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

