/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(/images/bgimg.gif);
	background-repeat: repeat-y;
}
a, a:visited, a:active, a:hover {
	text-decoration: underline;
	color: #227ED1;
}
#top {
	left: 0px;
	top: 0px;
	width:760px;
	height:85px;
	position:fixed;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #227ED1;
	margin: 0px;
}
.footer {
	font-size: 10px;
}
.footer a, .footer a:visited, .footer a:active, .footer a:hover {
	text-decoration: underline;
	color: #000000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #227ED1;
	margin: 0px;
}
#navi {
	left: 10px;
	top: 107px;
	height: 100px;
	width: 85px;
	position:absolute;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color:#333;
	margin: 0px;
}
#navi a, #navi a:visited, #navi a:active, #navi a:hover {
	text-decoration: none;
	color:#333;
	margin: 0px;
}
#index a, #index a:visited {
	text-decoration: none;
	color:#000;
	margin: 0px;
}
#index a:active, #index a:hover {
	text-decoration: none;
	color:#227ED1;
	margin: 0px;
}
#content {
	font-size:14px;
	left: 120px;
	top: 115px;
	width: 640px;
	position:absolute;
	line-height: 18px;
}
ul {
	list-style-image: url(/css/listenpunkt.gif);
	margin: 0px;
	padding-left: 16px;
}
img {
	border:0px;
}

.submit, .submit:focus {
	border: 1px solid #227ED1;
	background-color: #FFF;
	font-weight: bold;
	color: #227ED1;
}

