@page {
	size: portrait;
	}
@media screen {

body {
	background-color: #E7E7E7;
	}
#CenterContainer1 {
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 101%;
	height: 101%;
	}
#CenterContainer2 {
	padding: 0px;
	position: relative;
	margin: auto;
	width: 900px;
	}
#PageContainer {
	visibility: visible;
	width: 900px;
	position: absolute;
	background-repeat: repeat-y;

	text-align: left;
	padding: 0px;
	margin: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(hintergrund.gif);
/*	border: solid 1px blue;*/
	}


/* ----------------------------------------------------------------------------------------------------------   HeaderBox --------- */
#HeaderBox {
	position: relative;
	width: 900px;
	height: 90px;
	background-color: #FFF;
}
#HeaderBox .left, #HeaderBox .right {
	position:absolute;
	width: 414px;
	height:90px;
	background-image: url(welle2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#HeaderBox .right {
	right: 0px;
	width: 416px;
	background-position: top;
}
#HeaderLogo {
	position: absolute;
	width: 76px;
	height:90px;
	left:413px;
	background-image: url(HPlogoStill.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#HeaderLogo img {
	position: absolute;
	bottom: 0px;
	border: none;
}
#HeaderText {
	position: absolute;
	left: 500px;
	top: 14px;
}
#HeaderText img {
	border: none;
}

/* ----------------------------------------------------------------------------------------------------------   RootlineBox --------- */
#RootlineBox {
	background-color: #CED3CE;
	min-height: 1em;
	padding: 6px;
	padding-left: 20px;
	padding-right: 20px;
	width: 860px;
	border-bottom: solid 1px white;
	color: #424542;
	font-family: Verdana, sans-serif;
	font-size: 7pt;
}
#RootlineMenu {
	float: left;
}
#RootlineMenu a, #MetaMenu a {
	color: #424542;
	text-decoration: none;
}
#MetaMenu {
	float: right;
	text-align: right;
}
#MetaMenu UL {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#MetaMenu LI {
	margin-left: 1em;
	float: left;
	list-style-type: none;
}

/* ----------------------------------------------------------------------------------------------------------   MenuBox --------- */
#MenuBox {
	clear: both;
	padding: 0px;
	width: 205px;
	min-height: 100px;
	float: left;
/*	border: solid 1px red;*/
}

.listMenu {
	vertical-align: top;
	padding-top: 15px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:40px;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
}

.listMenu LI {
	list-style-type: none;
	list-style-position: outside;
}
* html .listMenu LI {
	height:1%;
         /* Holly-Hack for IE */
}


.listMenu A {
	text-decoration: none;
	margin:0px;
	display: inline;
         color: white;
}

.listMenu A:hover {
         color: rgb(112,102,67);
}
.listMenu UL LI, .listMenu UL {
         margin: 0px;
         padding: 0px;
}

/*  MENU 1, level 1, normal state (NO) */
.listMenu UL .no, .listMenu UL .act {
	padding-top: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid rgb(255,255,255);
	font-weight: bold;
}


/*  MENU 1, level 2, normal state (NO) */
.listMenu UL UL .no, .listMenu UL UL .act {
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	border-bottom: 0px;
	font-weight: normal;
}
.listMenu UL UL .no A {
	color: rgb(70,70,70);
}
.listMenu UL UL A:hover {
         color: rgb(112,102,67);
}
/*  MENU 1, level 3, normal state (NO) */
.listMenu UL UL UL .no, .listMenu UL UL UL .act {
	font-size: 10px;
}
.listMenu UL UL UL LI {
         padding-top: 2px;
}


/* ----------------------------------------------------------------------------------------------------------   ContentBox --------- */
#ContentBox {
	width: 500px;
	margin: 20px;
	float: left;
/*	border: solid 1px red;*/
}

/* ----------------------------------------------------------------------------------------------------------   RightBox --------- */
#RightBox {
	width: 145px;
	min-width: 145px;
	min-height: 100px;
	float: right;
/*	border: solid 1px red; */
}
#QuickMenu SELECT{
	margin: 10px;
	width: 125px;
}
#QuickMenu OPTION, #QuickMenu SELECT {
	font-family: Verdana, sans-serif;
	font-size: 7pt;
}

/* ----------------------------------------------------------------------------------------------------------   FooterBox --------- */
#FooterBox {
	clear:both;
	width: 520px;
	padding: 5px;
	padding-left: 220px;
	padding-right: 160px;
	background-color: #CED3CE;
	background-image: url(footer.gif);
	background-repeat: repeat-y;
	min-height: 10px;
	border-top: solid 1px white;
	border-bottom: solid 1px white;

	color: #848284;
	font-family: Verdana, sans-serif;
	font-size: 7pt;
/*	border: solid 1px red; */
}


} /* @media screen */