@charset "UTF-8";
/* CSS Document */

/*html {
	height: 100%; 
}
*/
body {
	margin: 0px;
	background-image: url(../img/bg/bg_start3.jpg);

}
#head_balken {
	z-index: 2;
	position:relative;
	width: 100%;
	height: 110px;
	top: 0px;
	left: 0px;
}
#head {
	z-index: 3;
	position:relative;
	width: 1000px;
	  /* margin: 0 auto;    Zentrierung */
	left: 210px;
	height: 110px;
	top: 0px;
}
#head_line {
	z-index: 4;
	position:absolute;
	width: 100%;
	height: 22px;
	top: 110px;
	background-image: url(../img/bg/bg_headline.gif);
}
#content {
	z-index: 5;
	position:relative;
	width: 1000px;
	  /* margin: 0 auto;      /* Zentrierung */
	left: 210px;
	height: 660px;
	top: 0px;
}
#main {
	z-index: 6;
	position:absolute;
	width: 100%;
	top: 132px;
	bottom:0;
	height: auto;
}
#nav_line {
	position:absolute;
	width: 1px;
	height: 600px;
	top: 60px;
	background-image: url(../img/bg/bg_navline.gif);
	left: 155px;
}
/*#scrollbox {
	position:absolute;
	overflow:auto;
	width: 600px;
	height: 500px;
	top: 60px;
	left: 210px;
	overflow: visible;
}
*/
#titel {
	position:absolute;
	width: 420px;
	height: 50px;
	top: 60px;
	left: 210px;
}
#start_pic {
	position:absolute;
	width: 450px;
	height: 366px;
	top: 110px;
	left: 210px;
	border: 1px solid #6d6963;
	padding:2px;
}
#raum_pic {
	position:absolute;
	width: 400px;
	height: 299px;
	top: 110px;
	left: 210px;
	border: 1px solid #6d6963;
	padding:2px;
}
#picture {
	position:absolute;
	width: 600px;
	height: 450px;
	top: 70px;
	left: 0px;
}
#beschreibung {
	position:absolute;
	width: 600px;
	height: 50px;
	top: 530px;
	left: 0px;
}
#beschreibung2 {
	position:absolute;
	width: 580px;
	height: auto;
	top: 230px;
	left: 0px;
}
#beschreib_zwischen {
	position:absolute;
	width: 580px;
	height: 70px;
	top: 110px;
	left: 210px;
	border-bottom: 1px solid #6d6963;
}
#beschreib_zwischen2 {
	position:absolute;
	width: 290px;
	height: 400px;
	top: 210px;
	left: 210px;
}
#thumb_box {
	z-index:9;
	position:absolute;
	width: 400px;
	height: 300px;
	top: 110px;
	left: 210px;
}
#thumb_box_mittel {
	z-index:9;
	position:absolute;
	width: 400px;
	height: 160px;
	top: 110px;
	left: 210px;
}
#thumb_box_breit {
	z-index:9;
	position:absolute;
	width: 550px;
	height: 109px;
	top: 110px;
	left: 210px;
}
#thumb {
	float: left;
	width: 95px;
	height: 80px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#thumb_pict {
	width: 90px;
	height: 75px;
	border: 1px solid #6d6963;
	padding: 1px;
}
#fuss {
	position:absolute;
	width: 100%;
	height: 30px;
	bottom: 1px;
	left: 0px;
}

