﻿body {
	background: #d6deff url(hintergrund.jpg) repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	margin-left: 10px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background: #F3DB99;
}
h3 {
	margin-left: 10px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul {
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
td {
	text-align: left;
}
a:link {
	text-decoration: underline;
	color: #4073e7;
}
a:visited {
	text-decoration: underline;
	color: #4073e7;
}
a:hover {
	text-decoration: none;
	color: #4073e7;
}
a:active {
	text-decoration: underline;
	color: #4073e7;
}
.menu {
	background: url(menu_bg.png);
	width: 964px;
	height: 42px;
	position: absolute;
	top: 122px;
	display: inline;
}
.menubox {
	height: 42px;
	width: 150px;
	text-align: center;
	position: absolute;
	padding-top: 1px;
	padding-bottom: 1px;
}
.menulink {
	display: block;
	height: 26px;
	padding-top: 14px;
}
a.menulink:link {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.menulink:visited {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.menulink:hover {
	background: url(link_aktiv.png);
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.menulink:active {
	background: url(link_aktiv.png);
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}