/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F1F1E9;
	background-image: url(media/background.jpg); 
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;

}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.Stil1 {
	color: #711F21;
	font-weight: bold;
}
.Stil2 {
	color: #1D2C81;
	font-weight: bold;
}
#header {
	width: 850px;
	height: 100px;
	z-index: 2;
	left: 50%;
	margin-left: -425px;
	margin-top: 0px;
	position: absolute;
	background-image: url(media/header_neu.jpg);
	background-repeat: no-repeat;
}
#menu {
	width: 850px;
	height: 25px;
	z-index: 3;
	left: 50%;
	margin-left: -425px;
	margin-top: 100px;
	position: absolute;
	background-color: #990000;
	background-image: url(media/menu1.jpg);
	background-repeat: repeat-x;
}
#bottom {
	width: 842px;
	height: 16px;
	left: 50%;
	background-color: #990000;
	background-image: url(media/menu1.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 4px;
}
#inhalt {
	width: 850px;
	height: auto;
	z-index: 1;
	left: 50%;
	margin-left: -425px;
	margin-top: 125px;
	position: absolute;
	background-color:#FFFFFF;
}
#inhalt2 {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.tabelle {
	background-color: #FFFFFF;
	background-image: none;
}
.inhalt_txt {
	color: #000000;
}
.inhalt_txt a {
	color: #003399;
	text-decoration: none;
}
.inhalt_txt a:hover, .inhalt_txt a:focus {
	color: #990000;
	text-decoration: underline;
}
.inhalt_txt a:visited {
	color: #003399;
	text-decoration: none;
}
.hinweis {
	color: #333333;
	font-style: italic;
}
