html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:#FFFFFF;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;

	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:#FFFFFF;
	background-image:url(../img/bg_main2.jpg);
	background-position:top center;
	}
	

#content {
	display:block; 
	overflow:hidden; 
	position:absolute; 
	z-index:3; 
	top:178px; 
	bottom:95px; 
	width:980px; 
	margin-left:-490px; 
	left:50%;
	background-color:#FFFFFF;
	background-image:url(../img/bg_main_ie.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
	}

* html #content {
	top:0px;
	bottom:0px;
	height:100%;
	width:980px;
	background-color:#FFFFFF;
	background-image:url(../img/bg_main_ie.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	border-top:178px solid #fff; 
	border-bottom:95px solid #fff;
	}

#head {
	position:absolute;
	margin-left:-490px;
	left:50%;
	top:0;
	width:980px;
	min-width:980px;
	height:178px;
	background:#333;
	font-size:1em;
	z-index:5;
	background-color: #FFF;
	}

* html #head {
	top:0px; width:980px; height:178px;
	}



#foot {
	text-align:center;
	position:absolute; 
	margin-left:-490px; 
	left:50%; 
	bottom:0; 
	width:980px; 
	min-width:980px; 
	height:95px; 
	background-color:#FFF;
	font-size:1em; 
	z-index:5; 
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	color:#000;
	}

* html #foot {
	bottom:0px; width:980px; height:95px;
	}


#content p {
	padding:15px; text-align:justify;
	}

.boldhead {
	font-size:1.5em; 
	font-weight:bold;
	}
.bold {font-weight:bold;}
.left {float:left; margin:10px; border:1px solid #000;}
.right {float:right; margin:10px; border:1px solid #000;}
.lefttext {float:left; width:300px; text-align:justify;}
.righttext {float:right; width:300px; text-align:justify;}

* html .lefttext {float:left; width:310px; text-align:justify;}
* html .righttext {float:right; width:310px; text-align:justify;}

.font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	}
	
.ueber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.mainframe {
overflow-x:hidden;
overflow-y:auto;}