html, body {height:100%;}
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width: 990px;/* for mozilla*/
	background-color: #010100;
	color: #000;
	z-index: 1;
}
#outer {
	position: relative;
	min-height:100%;
	width: 990px;
	border: 0;
	color: #000;
	text-align:left;
	margin:auto;
	background: url(../gfx/fullbackground.jpg) repeat-y center center;
}
* html #outer {
	height: 100%;
}
#naviframe {
	position:relative;
	float: left;
	width: 136px;
	margin-left: 38px;
	margin-top: 81px; /* platz für header */
	color:#ffffff;
}
html>body #naviframe {
	margin-left: 76px;
}
#main {
	position:relative;
	margin-top: 58px; /* platz für header */
	width: 696px;
	float: right;
	margin-right: 41px;
	color:#000000;
	clear:both;
	z-index:100;
}
html>body #main {
	margin-right: 82px;
}
#leftframe {
	position:relative;
	width: 492px;
	float:left;
	height:100%;
	margin-bottom: 10px;
	z-index: 10001;
}
#rightframe {
	width: 202px;
	float:right;
	margin-right: 1px;
}
.clear {width:100%;height:2px;clear:both}
#header {
	position:absolute;
	background-image:url(../gfx/header_1.jpg);
	background-repeat:no-repeat;
	width: 990px;
	height: 81px;
	top: 0;
	left: 0;
}
#header_fransen_l {
	position:absolute;
	top: 50px;
	width:705px;
	height:8px;
	left:0;
}
#header_fransen_r {
	position: absolute;
	top: -8px;
	left: 493px;
	width: 203px;
	height:8px;
	z-index: 10000;
}
#footer {
	text-align: center;
	clear: both;
	margin-top: 30px;
}
#mainfooter {
	position: absolute;
	bottom: 0;
	height: 17px;
	width: 493px;
	margin-left: 212px;
}
* html #mainfooter {
	bottom: -1px;
}
#teaser {
	position: relative;
	top: 10px;
	width: 465px;
	height: 90px;
	background-image: url('../gfx/teaser_back.gif');
	margin-left: 12px;
	margin-bottom: 10px;
	z-index: 40000;
}
#teaser_girl {
	position: absolute;
	width: 250px;
	height: 215px;
	right: -37px;
	top: -68px;
	z-index: 40500;
}
#teaser_text_oben {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	font-size: 27px;
	color: #FF9B00;
	font-weight: 100;
	letter-spacing: 0.001em;
	padding-left: 20px;
	padding-top: 6px;
}
#teaser_text_unten {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	font-size: 27px;
	color: #FFDC55;
	font-weight: 100;
	letter-spacing: 0.001em;
	padding-top: 9px;
	padding-left: 75px;
}

