body{
	border:0px solid white;
	margin:0px;
	font-family: Verdana;
	font-size: 12px;
	overflow-x: hidden;
	color:#333;
}

h__tml{
	overflow: hidden;
}
a:link,
a:visited{
	text-decoration: none;
	color:#333;
}


h1{
	font-size: 20px;
	color: #EC741B;
	font-weight: normal;
	
}
h2{
	font-size: 18px;
	color: #EC741B;
	font-weight: normal;
	
}

div.backimagecontainer{
	position: absolute;
	z-index: 1;
}

div.navigationboxwrapper{
	position: absolute;
	z-index: 3;
	top:30px;
	width: 100%;
	height: 100px;
}


div.translayer{
	position:absolute;
	width: 100%;
	height: 100%;
	z-index:4;
	padding: 0px 0px;
	background-color: #fff;
	filter: alpha(opacity=92); /* here you can set the opacity of box with text */
	-moz-opacity: 0.92; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.92; /* here you can set the opacity of box with text */
	opacity: 0.92; /* here you can set the opacity of box with text */
	color: #333;
}

#navigationboxtrans{
	height: 100px;
}
div.navigationboxsource{
	position: absolute;
	height: 100px;
	border:0px solid red;
	z-index:5;
	width: 100%;
}
div.navigation-content{
	position: absolute;
	border:0px solid red;
	height: 100px;
	vertical-align: bottom;
	left:590px;
	z-index: 9;
}
div.content{
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	border: 0px solid green;
}

div.contentboxwrapper{
	position: absolute;
	z-index: 3;
	width: 630px;
	height: 420px;
	border:10px solid white;
	top:0px;
}

div.contentboxsource{
	position: absolute;
	border:0px solid red;
	z-index:5;
	width: 100%;
	height: 420px;
}


div.textbox{
	margin-top:10px;
	margin-left:0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
}

--*+html .textbox{
	margin-top:30px;
	margin-left:0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 40px;
	position: absolute;
	width: 100%;
	border:0px solid red;
}


div.textNavigation{
	position: absolute;
	bottom: 0px;
	border: 0px solid green;
	display: block;
	width:100%;
}

div.content-target{
	position: absolute;
	border: 0px solid blue;
	top:0px;
}
div.navigationbox-target{
	position: absolute;
	width: 100%;
	top:0px;
}

a.forwardlink{
	position:absolute; 
	bottom:10px;
	right:30px;
}

a.backlink{
	position:absolute; 
	bottom:10px;
	left:30px;
}
ul{
	padding:0px;
	margin: 0px;
	margin-left:22px;
	margin-top: 2px;
	list-style-image:none;
	list-style: none;
	font-size: 12px;
}
li{
	list-style-image:none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

li.active{
	color:#EC741B;
	list-style-image: url(../images/listenelement.gif);
	vertical-align: baseline;
}


#imgbacklink{
	background-image: url(../images/Pfeile-links-60.png);
	width: 60px;
	height: 52px;
}

*html #imgbacklink{
	background-image: url(../images/Pfeile-links-60.gif);
	width: 60px;
	height: 52px;
}

#imgforwardlink{
	background-image: url(../images/Pfeile-rechts-60.png);
	width: 60px;
	height: 52px;
}

*html #imgforwardlink{
	background-image: url(../images/Pfeile-rechts-60.gif);
	width: 60px;
	height: 52px;
}
#ident{
	display: none;
}