* { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
body {
	background: #B8C6DD;
}
.haupttabelle {
	background-image: url(images/hg.jpg);
	background-repeat: no-repeat;
	height: 415px;
}
.main {
	margin-top: 0px;
	margin-left: 3px;
	padding-right: 5px;
	/*position: absolute;*/
	height: 335px;
	width: 602px;
	overflow: auto;
}
a {
	color: #3161DA;
	text-decoration: none; 
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:hover {
	color: #5AB47E;
	text-decoration: none; 
	margin-top: 2px;
	margin-bottom: 2px;
}
.navigation {
	text-align: right;
	margin-left: 2px;
	margin-bottom: 18px;
}
.navigation li {
	list-style-type: none;
	margin: 0px;
	font-weight: bold;
}
.navigation ul {
	margin: 0px;
	padding: 0px;
}
.navilink, .navilink:hover, navilink:visited {
	display: block;
	text-decoration: none;
	color: #3161DA;
	width: 114px;
	height: 20px;
}
.navilink:hover {
	background: #86A3ED;
	color: #FFFFFF;
}
.kategorie {
	font-weight: bold;
	font-size: 200%;
	color: #3789A7;
	font-family: "Comic Sans MS";
}
h1 {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	width: 100%;
	border-bottom: 2px solid #B8C6DD;
	padding-bottom: 5px;
	margin-top: 5px;
}
h2 {
	margin-bottom: 5px;
	font-size: 103%;
	font-weight: bold;
	width: 100%;
	border-top: 1px solid #CCCCCC;
}
.hinweis {
	font-size: 75%;
	font-weight: bold;
	text-align: center;
}
li.without {
	list-style-type: none;
}
ul {
	margin-top: 3px;
}
input, textarea {
	background: #CBE9F4;
	width: 80%;
}
input.button {
	background: #3789A7;
	width: 100px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 80%;
}