body {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
.tabelle {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #009500;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009500;
}
.tabelle_footer {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #009500;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.tabelle_footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tabelle_center {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.tabelle_head {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #008000;
}
.tabelle_top {
	background-color: #009500;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tabelle_head_logo {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #008000;
	height: 150px;
	background-image: url(img/head.gif);
}
.navigation {
	padding-top: 20px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.navigation a:link, .navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 210px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-left: 10px;
}
.navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 210px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-left: 10px;
	background-color: #008000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #008000;
	text-decoration: none;
}

