html, body {
	background-color: black;
	font: 0.85em Arial,Helvetica,sans-serif;
	color: white;
	padding: 0;
	margin: 0;
	height: 89%;
}

h1 {
	margin: 0;
	height: 179px;
	width: 800px;
	background: url(images/header.jpg) no-repeat;
}
h1 span {
	visibility: hidden;
}

#menue {
	position: absolute;
	width: 177px;
	height: 215px;
	background: url(images/menu-runter1.jpg) repeat; /* Aaaaah! */
}

#menue ul {
	background: url(images/menu.jpg) no-repeat top left;
	height: 276px;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
#menue a {
	display: block;
	width: 138px;
	position: relative;
	right: 4px;
	top: 40px;
	font-family: "Courier New",Courier,monospace;
	color: white;
	text-decoration: none
}
#menue a:hover/*, #menue a:active*/ {
	background-color: #444
}
#hier {
	background-color: #333
}



#content {
	width: 534px;
	background: url(images/menu_bottom.jpg) repeat-y left #280037;
	padding: 20px 20px 20px 197px;
}

#h2-lu, #content-lu {
	padding: 10px 20px
}

#h2-lo {
	background: url(images/h2-lo.jpg) no-repeat top left #54016D;
	margin: 0 0 15px 0
}
#h2-ro {
	background: url(images/h2-ro.jpg) no-repeat top right
}
#h2-ru {
	background: url(images/h2-ru.jpg) no-repeat bottom right
}
#h2-lu {
	background: url(images/h2-lu.jpg) no-repeat bottom left;
}

h2 {
	margin: 0;
	font-size:1.8em;
	font-weight: normal
}

#content-lo {
	background: url(images/content-lo.jpg) no-repeat top left #890AAF
}
#content-ro {
	background: url(images/content-ro.jpg) no-repeat top right
}
#content-ru {
	background: url(images/content-ru.jpg) no-repeat bottom right
}
#content-lu {
	background: url(images/content-lu.jpg) no-repeat bottom left
}
#endcontent1 {
	background: url(images/endcontent1.jpg) no-repeat bottom left;
	height: 8px;
	width: 751px
}
#endcontent2 {
	background: url(images/endcontent2.jpg) no-repeat bottom left;
	height: 14px;
	width: 177px
}