BODY {
	height: 100%;
	padding: 0;
	background-color: #dfdede;
	margin: 0px;
	width: 100%;
}
HTML {
	height: 100%;
	width: 100%;
}
/* ----------------------------------------------------- */

#frame {
	width: 840px;
	height: 310px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -155px;
	margin-left: -420px;
}

#frame_innen {
	width: 840px;
	height: 310px;
	border: 1px solid #999;
}

/* --------------------------------*/

.titel_container {
	width:840px;
	/*padding-left:0px;
	padding-right:0px;*/
	height:142px;
}

.titel {
	width:840px;
	height:100px;
	text-align: left;
	/*float: left;*/
}

.titel_navigation {
	width:820px;
	height:40px;
	text-align: right;
	/*clear:both;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-right:20px;
}

/* --------------------------------*/

.main_intro {
	width:840px;
	height:310px;
	
}
.main_introtext_li {
	width:840px;
	height:40px;
	
	text-align: left;
	float: left;
}
.main_introtext_re {
	width:420px;
	height:135px;
	
	text-align: right;
	float: left;
}

/* --------------------------------*/

.footer_container {
	width:800px;
	height:20px;
	margin-left: 10px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.footer_links {
	width:250px;
	height:20px;
	float: left;
}
.footer_rechts {
	width:549px;
	height:20px;
	float: left;
	text-align:right;
}
.footer_intro {
	width:799px;
	height:20px;
}

/* --------------------------------*/














/* ----------------------------------------------------- */

