﻿.button {
	background-image: url('../images/design/button.gif');
	background-repeat: no-repeat;
	width: 150px;
	height: 25px;
	font-size: medium;
	color: #003366;
	font-weight: bold;
	display: block;
	overflow: visible;
	text-align: center;
}
.button a {
	text-decoration: none;
	color: #003399;
	display: block;
	overflow: visible;
}
.logo {
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	text-align: center;
	background-image: url('../images/design/banner_neu.gif');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.top {
	background-position: top;
	position: relative;
	width: 900px;
	z-index: 3;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/design/header.gif');
	background-repeat: no-repeat;
}
.line {
	border-top-style: dotted;
	border-top-width: 2px;
}
.heading {
	font-size: large;
}
.mid {
	background-position: center;
	position: relative;
	width: 900px;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/design/mid.gif');
	background-repeat: repeat-y;
}
.editable {
	position: relative;
	width: 96%;
	height: 100%;
	z-index: 0;
	margin-left: 18px;
	margin-right: 18px;
	text-align: center;
	color: #000000;
}
.bottom {
	background-position: bottom;
	position: relative;
	width: 900px;
	height: 50px;
	z-index: 4;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/design/footer.gif');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
.menubar {
	position: relative;
	width: 850px;
	height: 42px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	top: 5px;
}
body {
	font: normal small "trebuchet MS";
}
ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	width: 800px;
	display: block;
	position: relative;
	top: 8px;
	left: 40px;
}
ul li {
	position: relative;
	display: block;
	float: left;
}
li ul {
	position: absolute;
	left: 117px; /* Set 1px less than menu width */;
	top: 0;
	display: none;
}
ul li a {
	margin: 0px 4px 0px 4px;
	display: block;
	text-decoration: none;
	color: #003399; /* IE6 Bug */;
	z-index: 1;
	background-image: url('../images/design/button.gif');
	height: 25px;
	text-align: center;
	font-size: large;
	font-weight: bold;
	width: 150px;
	cursor: pointer;
}
* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}
ul li a:hover {
	background-image: url('../images/design/button_hover.gif');
	z-index: 2;
}
li ul li a {
}
li:hover ul {
	border-width: 2px;
	border-color: #EDEDED;
	display: block;
	float: left;
	position: absolute;
	width: 150px;
	height: 25px;
	top: 25px;
	left: 0px;
	right: 0px;
	z-index: 1;
	border-top-style: solid;
	border-bottom-style: solid;
}

li.over ul {
	border-width: 2px;
	border-color: #EDEDED;
	display: block;
	float: left;
	position: absolute;
	width: 150px;
	height: 25px;
	top: 25px;
	left: 0px;
	right: 0px;
	z-index: 1;
	border-top-style: solid;
	border-bottom-style: solid;
}

img.bild {
	border-color: #000000;
	border-width: 2px;
}

.editable_kontakt {
	position: relative;
	width: 97%;
	height: 100%;
	z-index: 1;
	margin-left: 13px;
	margin-right: 13px;
	text-align: left;
}
.werbung {
	text-align: center;
}









