@import url(content.css);

body, html {
	border: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	position: relative;
	text-align: center;
	font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#seiten-wrapper {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 845px;
	position: relative;
	height: 100%;
}

#content-wrapper {
	position: absolute;
	top: 230px;
	left: 250px;
	width: 557px;
}
#content {
	position: relative;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 845px;
	height: 85px;
	z-index: 5;
	background: #ffffff;
}

#logo {
	position: absolute;
	right: 25px;
	top: 10px;
	width: 239px;
	height: 89px;
}

#topmenu {
	position: absolute;
	left: 22px;
	bottom: 10px;
}

#header2 {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 85px;
	width: 845px;
	height: 120px;
}

#rootline {
	text-decoration: none;
}

#copyright {
	padding: 20px 0 0 0;
	clear: both;
	font: normal 11px Arial,Helvetica,Verdana,sana-serif;
	color: #999999;
}

#left {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu li {
	float: left;
	display: block;
	position: relative;
	top: 4px;
	color: #000000;
	padding: 0 10px 0 0;
	font: normal 14px Verdana,Arial,Helvetica,sans-serif;
}

#topmenu li a {
	text-decoration: none;
	color: #000000;
}

#topmenu li a:hover {
	color: red;
}

#topmenu li.ACT {
	font-size: 18px;
	position: relative;
	top: 0px;
}

#leftmenu {
	margin: 236px 0 0 20px;
}

#leftmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftmenu li {
	text-decoration: none;
	font: normal 13px Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 0 5px 18px;
}

#leftmenu  li a {
	text-decoration: none;
}

#leftmenu li a:hover {
	color: red;
}

#leftmenu li a {
	color: #000000;
}

#leftmenu li.ACT,
#leftmenu li.CUR {
	background: url(../img/leftmenu-bg.gif) no-repeat;
	font-weight: bold;
	color: #000000;
}

#search {
	position: relative;
	left: 20px;
	top: 25px;
	width: 200px;
}

#header-image img {
	border-right: 1px solid silver;
}

#header-text {
	position: absolute;
	bottom: 20px;
	right: 35px;
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
}
