/* 


	layer.css enthält die Angaben zur
	Positionierung, Größe etc. der <div>-Elemente



*/
#container {
	margin: 0px auto;
	width: 1000px;
	_height: 400px;
	min-height: 400px;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 100px;
	z-index: 10;
}
#navigation {
	position: absolute;
}
#navigation li {
	display: inline;
	padding: 0 10px 0 0;
}
#selLang {
	width: 1000px;
	text-align: right;
}
#selLang a {
	padding: 0 0 0 10px;
}
#navigation a, #selLang a {
	color: #000;
}
#navigation li.firstEntry a {
	color: #999;
}
#navigation li.firstEntry a:hover {
	text-decoration: none;
}
#content {
	width: 1000px;
	height: 602px;
	background: url(../_img/bg/imagesCntLeft.jpg);
	margin: 10px 0 0;
}
#contentColLeft {
	width: 398px;
	height: 602px;
	float: left;
}
#contentColLeft ul {
	margin: 280px 0 0 10px;
}
#contentColLeft p {
	margin: 10px;
}


#contentColRight {
	position: absolute;
	margin-left: 398px;
	background: url(../_img/bg/imagesCnt.jpg);
	width: 602px;
	height: 602px;
}
#contentColRight h1 {
	font-size: 16px;
	margin: 100px 0 150px 100px;
}
#contentColRight h2 {
	font-size: 12px;
	margin: 20px 0 10px 100px;
}
#contentColRight p {
	margin: 0 20px 10px 100px !important;
}
#bioScroll {
	float: right;
}



#navigationReihen {
	position: absolute;
	margin-top: 32px;
	z-index: 50;
	width: 170px;
	padding: 15px;
	background-color: #BDBDBD;
	visibility: hidden;
}

#content_left {
	width: 190px;
	height: 500px;
	float: left;
}
#content_index_left {
	width: 190px;
	height: 230px;
	float: left;
}
#content_img_left {
	width: 190px;
	float: left;
}
#content_bio_left {
	margin-top: 145px;
	width: 190px;
	height: 350px;
	float: left;
}
#content_right {
	margin-left: 10px;
	width: 500px;
	height: 500px;
	text-align: left;
	float: left;
	background-image: url(../_img/bg/CntRight.jpg); 
}
#content_index_right {
	margin-left: 10px;
	width: 500px;
	height: 510px;
	float: left;
	overflow: hidden;
	text-align: left;
}
#content_img_right {
	width: 500px;
	height: 500px;
	float: left;
	overflow: hidden;
	text-align: right;
	margin-left: 10px;
	background-image: url(../_img/bg/CntRight.jpg); 
}