body {
	font-family: Verdana, Geneva, sans-serif;
	}
html, body {
	height: 100%;
}
* html body
{
	text-align: center;	/* hack to center this under IE5 */
}
* html #pageWrapper
{
	text-align: left;	/* keep the content left-aligned */
}

#pageWrapper
{
	width: 995px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #D2BB83;
	}
#menue1 {
	background-color: #8C8C8C;
	border: 1px solid #6D6D6d;
	margin: 2px 2px 0 2px;
	position: relative;
	}
#menue1 ul {
	margin: 0;
	padding: 0;
	}
#menue1 li {
	margin: 3px 10px;
	display: inline;
	list-style-type:none;
	}
#menue1 a:hover {
	color: #FFFFFF;
	}
#menue1 a {
	text-decoration: none;
	}
#menue1 a.itemlistpassive {
	color: #000000;
	}
#menue1 a.itemlistactive {
	color: #FFFFFF;
	}
#menue1 a.itemlistmouseover {
	color: #FFFFFF;
	}
#menue2 {
	background-color: #8C8C8C;
	border-left: 1px solid #6D6D6d;
	border-right: 1px solid #6D6D6d;
	border-bottom: 1px solid #6D6D6d;
	margin: 0 2px;
	}
#menue2 ul {
	margin: 0 5px;
	padding: 0;
}
#menue2 li {
	margin: 3px 5px;
	display: inline;
	list-style-type:none;
	}
#menue2 a:hover {
	color: #FFFFFF;
	}
#menue2 a {
	text-decoration: none;
	}
#menue2 a.itemlistpassive {
	color: #000000;
	}
#menue2 a.itemlistactive {
	color: #FFFFFF;
	}
#menue2 a.itemlistmouseover {
	color: #FFFFFF;
	}


#header {
	border: 1px solid #8C8C8C;
	margin: 2px 2px 2px 0;
	}
#contentwrapper {
	position: relative;
	margin: 0 2px;
	}
#contentarea {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 970px;
	border: 1px solid #8C8C8C;
	padding: 10px;
	}
* html #contentarea {
	left: -2px;
	width: 993px;
	}
* html #contentwrapper {
	position: absolute;
	}
.contenttext {
	font-size: 11px;
	color: #000000;
	}
div.clear {
	clear: both;
	}
