﻿body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	background-color: #f2f2f2;
}
#hintergrund_o  {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	background-image: url('bilder/master/hintergrund_o.jpg');
	height: 5px;
	position: relative;
	background-position: bottom;
}
#hintergrund_u  {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	background-image: url('bilder/master/hintergrund_u.jpg');
	position: relative;
	z-index: 2;
}
#hintergrund {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('bilder/master/hintergrund.jpg');
	padding-left: -5px;
	background-repeat: repeat-y;
	background-attachment: scroll;
	position: relative;
	z-index: 2;
}
#kopf {
	width: 750px;
	position: relative;
	margin-left: 2px;
	height: 40px;
}
#logo {
	width: 130px;
	height: 130px;
	top: 0px;
	position: absolute;
}
#flash {
	position: absolute;
	width: 600px;
	height: 40px;
	right: 10px;
}
#mitte {
	background-position: left bottom;
	width: 750px;
	position: relative;
	margin-left: 2px;
	background-image: url('bilder/master/hintergrund_m.jpg');
	background-repeat: repeat-y;
	visibility: visible;
	overflow: visible;
	clear: both;
}
#menue{
	position: relative;
	width: 130px;
	height: 50px;
	float: left;
	top: 100px;
	visibility: visible;
}
#inhalt {
	margin: 10px;
	position: relative;
	width: 420px;
	float: left;
	visibility: inherit;
}
#news1 {
	border: 1px solid #808080;
	padding: 0px;
	margin: 10px;
	width: 150px;
	position: relative;
	height: 150px;
	float: right;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
}
#news2 {
	border: 1px solid #808080;
	margin: 10px;
	width: 150px;
	position: relative;
	height: 150px;
	float: right;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
}
#menue ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#menue li {
	border-style: solid;
	border-width: 0px;
	border-color: #d3d3d3;
	font-size: 10px;
	display: block;
	margin: 0;
	padding: 0;
	font-family: verdana;
}
#menue a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 2px;
	border-bottom: 1px solid #f2f2f2;
	border-bottom-width: 0px;
	border-bottom-color: 0;
}
#menue a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #f2f2f2;
	background-color: #F2F2F2;
	border-bottom-width: 0px;
}
#fusszeile {
	width: 750px;
	position: relative;
	z-index: 2;
	font-family: Verdana;
	font-size: x-small;
	margin-left: 2px;
	text-align: center;
	background-color: #666666;
	color: #FFFFFF;
	clear: both;
	overflow: auto;
}

#fusszeile p {
	font-size: 0.8em;
	color: #000000;
	margin: 2px;
	padding: 2px;
}
#fusszeile a {
	color: #FFFFFF;
	text-decoration: underline;
}
#fusszeile a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#unten {
	width: 750px;
	position: inherit;
	z-index: 1;
}
