html {
/*	background: #65B0D8 url(../images/bg_content.jpg) center repeat-y;*/
height: 101%;
}

#center
{
  	position: absolute;
	left: 50%;
	top: 0px;
	width: 1000px;
/*	height: 100%;*/
	margin-left: -500px;
	z-index:1;
	background: #65B0D8 url(../images/bg_content.jpg) center repeat-y;
}







#bg_oben
{
  	position: absolute;
	left: 0px;
	top: 30px;
	width: 1000px;
	height: 140px;
	z-index: 3;
	background-image:url(../images/bg_oben.jpg);
}


#bg_oben_blau
{
  	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 30px;
	z-index: 4;
	background-color: #66AFD8;
}


#bg_grau_ecke
{
  	position: absolute;
	left: 730px;
	top: 170px;
	width: 40px;
	height: 40px;
	z-index: 5;
	background-image:url(../images/bg_grau_ecke.jpg);
}


#bild_links
{
  	position: absolute;
	left: 20px;
	top: 170px;
	width: 280px;
	height: 480px;
	z-index: 6;
}


#bg_navig_transparent
{
  	position: absolute;
	left: 90px;
	top: 170px;
	width: 210px;
	height: 480px;
	z-index: 7;
	background-color: #007ABE;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}


#logo
{
  	position: absolute;
	left: 150px;
	top: 90px;
	width: 100px;
	height: 63px;
	z-index: 8;
}






#content_rechts
{
  	position: absolute;
	left: 790px;
	top: 240px;
	width: 180px;
	height: 400px;
	z-index: 10;
}

#content
{
	margin: 0px 0 0 330px;
	padding: 220px 30px 30px 50px;
	width: 360px;
	z-index: 9;
	min-height: 450px;
}
* html #content
{
	height: 700px;
}


#content_unten
{
	width: 1000px;
	height: 40px;
	z-index: 11;
	background-image:url(../images/bg_content_unten.jpg);
	text-align: center;
}


#kontakt_oben
{
  	position: absolute;
	left: 790px;
	top: 50px;
	width: 200px;
	height: 20px;
	z-index: 13;
}


#navig_rahmen_bg
{
  	position: absolute;
	left: 100px;
	top: 260px;
	width: 190px;
	height: 200px;
	z-index: 14;
}


#navig_bg
{
  	position: relatvie;
	width: 190px;
	height: 19px;
	z-index: 15;
	margin-bottom: 3px;
	background-color: #000000;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
}


#navig_text_bg
{
  	position: absolute;
	left: 110px;
	top: 260px;
	width: 170px;
	height: 200px;
	z-index: 16;
}

#navig
{
  	position: relatvie;
	width: 190px;
	height: 19px;
	z-index: 17;
	margin-bottom: 3px;
}



