@charset "utf-8";
.arrowlistmenu {
	position: absolute;
	height: 622px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 110%;/*line-height set to 110% in order to*/
	/*have the navigation elements better separated*/
	width: 28%;
	background-repeat: no-repeat;
	margin-left: 0px;
	background-position: left;
	top: 194px;
	left: 3px;
	
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	/* background: black url(titlebar.png) repeat-x center left; */
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 30px; /*header text is indented 10px*/
	cursor: pointer;
	margin-top: 4px;
	padding-left: 75px;
	position: relative;
	left: 0;
	top: 0px;
	width: auto;
	height: 26px;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/


}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/

}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	background: url() no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 4px 0 0 0; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px solid #dadada;
	font-size: 14px;
	width: 130px;
	margin-left: 0px;
	padding-left: 55px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	padding-left: 55px;

}

.Inhalt {/*this is the main content area*/
	/*declare a color together with a contrasting background color*/
    color: #000;/*breathing space for the text*/
	padding: 3px 10px 5px 3px;/*space to separate navigation and content*/
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	width: 429px;
	height: 512px;   /*to insure that NN4.xx renders the background-color of the content area*/
	background-repeat: no-repeat;
	position: absolute;
	overflow: auto;
	top: 194px;
	margin-left: auto;
	margin-right: auto;
	left: 251px;
    }

.arrowlistmenu2 {
	position: absolute;
	height: 622px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 110%;/*line-height set to 110% in order to*/
	/*have the navigation elements better separated*/
	width: 119px;
	background-repeat: no-repeat;
	top: 194px;
	padding-left: 0px;
	left: 696px;
	background-position: right;
	margin-right: 0px;
	border: 0;
}
.arrowlistmenu2 .menuheader2 {
	font: bold 14px Arial;
	color: white; /*header text is indented 10px*/
	cursor: pointer;
	margin-bottom: 2px;
	margin-top: 4px;
	padding: 4px 0px 4px 0px;
	padding-left: 25px;
	height: 26px;
	text-transform: uppercase;
	top: 0px;
	width: auto;
}

.content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/test.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 800px;
	background-position: center;
	padding-top: 20px;
}

body {
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	background-image: url(images/dynamic-background-test.gif);
}


font {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}


h1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	font-size: 9px;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	
}

h6 {
	font-size:8px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.floatright {
	float: right;
	margin: 0px 10px 10px 10px;
}

.copyright {
	font-size:10px;
	font-family: "Times New Roman", Times, serif;
	border: 3px;
	position: absolute;
	left: 354px;
	top: 781px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #666;
}
