a {
	text-decoration: none;
}

body {
	padding: 0px;
	margin: 0px; 
	font-family: arial, sans-serif;
	background-color: #e8f4bb;
	background-image: url(bilder/background2.png);
}

/*  Header*/
#head {
	width: 800px;
	padding: 0;
	height: 100px;
	color: #ff0000;
	background-image: url(bilder/kopf.jpg);
}
/*  Navigation*/
#mainbar {
	text-align: center;
	font-family: arial;
	width: 800px;
	height: 27px;
	clear: both;
}
#mainbar ul {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	height: 27px;
}
#mainbar ul li {
	list-style: none;
	display: inline;
	font-weight: bold;
	margin: 0;
	float: left;
	margin-left: 0;
}
#mainbar li ul {
	display: none;
}
#mainbar li:hover ul {
	display: inline;
}
#mainbar ul li a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(bilder/menue.png);
	background-repeat: repeat-x;
	height: 22px;
	color: #f3f3f3;
	float: left;
	margin: 0;
}
#mainbar ul li a:hover span {
	font-weight: bold;
	text-decoration: none;
	background-image: url(bilder/menue2.png);
	background-repeat: repeat-x;
	height: 22px;
	color: #FFE500;
	float: left;
	margin: 0;
}
#mainbar ul li a.active {
	font-weight: bold;
	text-decoration: none;
	background-image: url(bilder/menue2.png);
	background-repeat: repeat-x;
	height: 22px;
	color: #FFE500;
	float: left;
	margin: 0;
}
#mainbar ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	background-image: url(bilder/menue2.png);
	background-repeat: repeat-x;
	color: #FFE500;
	float: left;
	margin: 0;
}
#mainbar ul li ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 0px;
	z-index: 900;
}
#mainbar ul li ul li {
	position: absolute;
	top: 135px;
	margin-left: -80px;
	z-index: 910;
}
#mainbar ul li ul li a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #737373;
	background-image: none;
}
#mainbar ul li ul li a {
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-image: none;
	z-index: 920;
}
/*  Breadcrumb*/
#breadcrumb {
	padding: 10px 35px 10px 35px;
	margin-bottom: 10px;
	background-position: top;
	height: 21px;
	width: 730px;
	background-color: #efefef;
	border:1px solid #dddddd;
	box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-op-box-shadow: 0px 0px 5px #000000;
}
/*  Content*/
#content {
	clear: both;
	width: 730px;
	padding: 10px 35px 30px 35px;
	background-color: #efefef;
	border:1px solid #dddddd;
	box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-op-box-shadow: 0px 0px 5px #000000;
}
/*  Footer*/
#footer {
	clear: both;
	text-align: right;
	color: #555555;
	padding: 20px 20px 40px 20px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: top;
}
/*  Container*/
#container {
	width: 800px;
	margin: 0px auto 0px auto;
	padding-top: 10px;
}
#logo {
	position: absolute;
	margin: 0px auto 0px 620px;
}
