/*HINTERGRUND*/
body {
	overflow-y: scroll;
}
#hintergrund {
	margin-top: 20px;
	position: relative;
	width: 868px;
}
#hintergrund_oben {
	position: relative;
	width: 868px;
	height: 107px;
	background-image: url(hintergrund_oben.png);
}
#hintergrund_mitte {
	clear: left;
	position: relative;
	width: 868px;
	min-height: 300px;
	background-image: url(hintergrund_mitte.png);
}
#hintergrund_unten {
	clear: left;
	position: relative;
	width: 868px;
	height: 74px;
	background-image: url(hintergrund_unten.png);
}
.hintergrund_button {
	float: left;
	width: 125px;
	height: 27px;
	background-image: url(hintergrund_button.png);
	
	font-family: tahoma, arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	color: #800080;
}
#hintergrund_button-links {
	float: left;
	width: 9px;
	height: 27px;
	background-image: url(hintergrund_button-links.png);
}
#hintergrund_button-rechts {
	float: left;
	width: 9px;
	height: 27px;
	background-image: url(hintergrund_button-rechts.png);
}
.hintergrund_button-zwischen {
	float: left;
	width: 20px;
	height: 27px;
	background-image: url(hintergrund_button-zwischen.png);
}
#hintergrund_seitenende {
	position: absolute;
	top: 27px;
	left: 50px;
	
	font-family: tahoma, arial;
	font-size: 11px;
	font-style: italic;
	color: #808080;
}
#admin_text {
	float: left;
	width: 850px;
	font-family: tahoma, arial;
	text-align: left;
	color: #800080;
}
#admin_text1 {
	width: 385px;
	margin-left: 50px;
	float: left;
	
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
}
#admin_text2 {
	width: 415px;
	float: left;
	
	font-size: 13px;
	line-height: 23px;
}
#administrationsbereich {
	position: absolute;
	top: 50px;
	left: 12px;
	width: 12px;
	height: 12px;
}

/*INHALT + MENU*/
#hintergrund_mitte table {
	margin-top: 10px;
	margin-bottom: 10px;
	cellpadding: 0px;
	cellspacing: 0px;
}
#hintergrund_mitte table tr {
	vertical-align: top;
}
#untermenu {
	width: 120px;
	height: 500px;
	
	font-family: tahoma, arial;
	font-size: 13px;
	font-weight: bold;
	color: #404040;
	text-align: left;
	 
}
#untermenu ul {
	list-style-type: none;
	margin-top: 8px;
	
	font-weight: normal;
	color: #606060;
	line-height: 12px;
}
#untermenu ul li {
	color: #404040;
	text-decoration: none;
}
#untermenu ul li a {
	color: #808080;
	text-decoration: none;
}
#untermenu ul li a:hover {
	color: #404040;
}
#text_untermenu {
	width: 630px;
	
	font-family: tahoma, arial;
	font-size: 13px;
	line-height: 19px;
	color: #303030;
	text-align: justify;
	}
#text_untermenu p {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 7px
}
#text_ganz {
	width: 820px;
	
	font-family: tahoma, arial;
	font-size: 13px;
	line-height: 19px;
	color: #303030;
	text-align: justify;
}
#text_ganz p {
	margin-top: 7px;
	margin-bottom: 7px;
}

/*SCHRIFT*/
h1 {
	margin-top: 15px;
	margin-left: 25px;
	margin-bottom: 20px;
	
	font-family: tahoma, arial;
	color: #303030;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	clear: left;
	clear: right;
	margin-top: 30px;
	margin-left: 55px;
	margin-bottom: 10px;
	
	font-family: tahoma, arial;
	color: #800080;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
h3 {
	clear: left;
	clear: right;
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom: 10px;
	
	font-family: tahoma, arial;
	color: #303030;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#hauptmenu a {
	text-decoration: none;
}
#hauptmenu a span:hover {
	color: #606060;
}
#text_untermenu a {
	color: #808080;
	text-decoration: underline;
}
#text_ganz a {
	color: #808080;
	text-decoration: underline;
	}
#text_untermenu a:hover {
	color: #404040;
	text-decoration: underline;
}
#text_ganz a:hover {
	color: #404040;
	text-decoration: underline;
}
.textinput {
	font-family: tahoma, arial;
	font-size: 13px;
	line-height: 19px;
	color: #303030;
}

/*WEITERES*/
img {
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	margin-left: 5px;
	
}
ul {
	list-style: none;
}
#logo {
	border: none;
	position: absolute;
	top: 8px;
	right: 50px;
	height: 50px;
}
.tabelle {
	cellpadding: 0px;
	cellspacing: 0px;
	
	font-family: tahoma, arial;
	font-size: 13px;
	color: #000000;
	text-align: justify;
}
.tabelle tr td {
	vertical-align: middle;
	height: 26px;
}