/* nur Standardkonform */
#contentLayer{
	position:relative;
	z-index:1;
    top:146px;
	left:250px; 
	/*right:0px;*/
    background:#ffffff;
    /* text-align:center; */
    padding:0px;
	overflow:hidden;
}
#header{
	z-index: 2;
    position:fixed;
	/*width:250px;*/
    top:0px;
	left:0px; 
	/*right:0px;*/
    /* background:#ffffff; */
    /* text-align:center; */
    padding:0px;
	/* overflow:hidden; */
}
#navigationLayer{
	/* z-index:3; */
 	position:fixed;
	top:146px;
}
#kringel{
	z-index:4;
    position:fixed;
	width:250px;
    top:500px;
	left:0px; 
	/*right:0px;*/
    background:#ffffff;
    /* text-align:center; */
    padding:0px;
	overflow:hidden;
}
a:link, a:visited{
	font-family: Verdana, Helvetica, sans-serif;
	/* font-size:0.75em; */
	font-weight: bold;
	color: #ff5e00;
	text-decoration: none;
}
a:active{
	font-family: Verdana, Helvetica, sans-serif;
	/* font-size:0.75em; */
	font-weight: bold;
	color: #ff5e00;
	text-decoration:none;
}
a:hover{
	font-family: Verdana, Helvetica, sans-serif;
	/* font-size:0.75em; */
	font-weight: bold;
	color: #ff5e00;
	text-decoration: underline;
}
/* Ende nur Standardkonform */
