@charset "UTF-8";
/* -----------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #FFF;
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
#top {
	float: left;
	width: 1px;
	height: 50%;
	margin-bottom: -390px;
}
/* -----------------------------------------------------*/


#container {
	position: relative;
	width: 980px;
	height: 754px;
	z-index: 1;
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #858484;
	border-right-color: #858484;
	border-bottom-color: #858484;
	border-left-color: #858484;
	height: 710px;
}
#menue {
	height: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #858484;
}
#menue ul {
	color: #a8a7a7;
	width: 100%;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
}
#menue ul li a {
	display:inline;
	float: left;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 6px;
	width: 194px;
	background-color: #fff;
	color: #5e2f3f;
	text-decoration: none;
	border-right: 1px solid #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#menue ul li a:hover {
	background-color: #e7e6e6;
	color: #000000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#menue .active {
	background-color: #dbd5e4;
	color: #5e2f3f;
	width: 195px;
}

#submenue {
	float: left;
	margin-top: 41px;
	margin-left: 23px;
	width: 185px;
}
#submenue ul {
	color: #a8a7a7;
	width: 100%;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 33px;
	letter-spacing: 0em;
}
#container #content #bottom #submenue ul .line {
	line-height: 22px;
}
#submenue ul li a {
	text-align: left;
	color: #a8a7a7;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#submenue ul li a:hover {
	color: #5e2f3f;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#submenue .bunt {
	color: #5e2f3f;
}
#submenue .klein {
	font-size: 16px;
}
#headline {
	font-size: 26px;
	color: #6b6d70;
	margin-top: 39px;
	margin-left: 209px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0em;
}
#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

#text {
	float: left;
	width: 735px;
	margin-top: 41px;
	font-size: 15px;
	line-height: 22px;

}
#footer {
	width: 932px;
	height: 191px;
	margin-left: 24px;
	margin-top: 30px;
	background-color: #CCC;
	position: absolute;
	left: 49px;
	top: 600px;
}
#container #content #bottom #text ul li {
	list-style-position: outside;
	margin-left: 21px;
}

#container #content #bottom #text a:link {
	color: #6B6D70;
	text-decoration: none;
}
#container #content #bottom #text a:visited {
	color: #6B6D70;
	text-decoration: none;
}
#container #content #bottom #text a:hover {
	color: #000;
	text-decoration: none;
}
#container #content #bottom #text a:active {
	color: #000;
	text-decoration: none;
}
