body
{
	position:absolute;
}
html, body
{
	top:0; left:0; right:0;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
	background-color:#000000;
}

#footer {
	position: fixed;								/* Positionierung des Footer für Nicht_IE-Browser */
	z-index: 5;
	left: 0;
	width: 100%;
	height: 70px;
	bottom: 0;
	background: url(/img/frame/footer.jpg) no-repeat;
}

#frtop1
	{
	position:fixed;
	top:0; left:0; right:0;
	margin:0;
	height:125px;
	z-index:3;
}
#frtop2
	{
	background-color:#000000;
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	height:100%;
	z-index:3;
	margin:0;
	padding:0;
}
#frleft
	{
	background: url(/img/frame/back.jpg) repeat;
	position:fixed;
	top:125px;
	left:0;
	width:125px;
	height:100%;
	padding: 0;
	z-index:4;
	color: #bbbbbb;
	font-family:Arial; font-size:10px;
	}
div#frleft a:visited, div#frleft a:link,div#frleft a:active
	{
	color:#bbbbbb;
	text-decoration:none;
	}
#frleft	a:hover  {color:#ff0000;}
#frleft	img		 {border:none;}
#frmidd
	{
	margin:0;
	width:868px;
	max-width:868px;
	font-size:10pt;
	padding-top:135px;
	padding-left:130px;
	padding-right:5px;
	padding-bottom:120px;
	z-index:1;
	color:silver;
	font-family: Arial;
	margin-bottom:80px;
}
#frmidd	a:visited, #frmidd a:link
{
	color:#FFFFFF;
	text-decoration:underline;
}

#frmidd	a:hover
{
	color:#FF0000;
	text-decoration:none;
}

#frmidd	a:active
{
	color:#EEEEEE;
	text-decoration:none;
}

/* Nun f&uuml;r den MSIE */
* html, * html body
{
	overflow:hidden;
	bottom:0;
	height:100%;
}
* html #frtop1
{
	position:absolute;
	width:100%;
	padding-right:16px;
}
* html #frleft
{
	position:absolute;
}
* html #frtop2
{
	height:100%;
	position:static;
}
* html #frmidd
{
	position:absolute;
	top:0; bottom:0; left:0; right:0;
	height:100%;
	width:expression("1020px");
	/*width:1022px;*/
	overflow:auto;
	margin:0;
}

	* html #header,* html #footer {
		position: absolute;					/* Positionierung für den IE */
	}

	* html #footer {						/* Fussleiste hat beim IE schwarze Pixel unten dran */
		bottom: -2px;
	}
	/* fix IE 6 float/margin bug */
	* html #header img, * html #header a {
		margin-left: -3px;
	}
/* end fix/hide */
