/* Style Sheet für die blauen Seiten */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	background-image: url(bilder/background_red.gif);
	background-repeat: repeat-y;
}
#Menue {
	position:absolute;
	left:0px;
	top:118px;
	width:150px;
	height:237px;
	background-color: #E3B5B5;
	z-index: 3;
}
#Menue a{
	background-color:#E3B5B5;
	color:#000000;
	padding-left:8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	display: block;
	width:100%;
}

#Menue a:hover{
	background-color:#F8EDED;
	color:#000000;
	display:block;
}
#uebreschrift {
	position:absolute;
	left:190px;
	top:154px;
	width:748px;
	height:auto;
	border-bottom-color: #000000;
	border-bottom: 1px;
	border-bottom-style: solid;
	padding-bottom: 5px;
}
#Text {
	position:absolute;
	left:190px;
	top:217px;
	width:748px;
	height:auto;
}
#TopBar {
	position:absolute;
	left:158px;
	top:0px;
	width:803px;
	height:5px;
	background-color: #E3B5B5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D59090;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #D59090;
}
