/*
	GEWOBA Bremen - OTe
	André Buck
	Interwall GmbH, 2007
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
body * {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

#centerFrame {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 757px;
	height: 552px;
	margin-top: -276px;
	margin-left: -377px;
}
#navPanel {
	float: left;
	width: 400px;
	height: 21px;
}
#langPanel {
	display: none;
	float: left;
	width: 357px;
	height: 21px;
	margin: 0px 0px 0px auto;
	text-align: right;
}
#mainStage {
	clear: both;
	width: 755px;
	height: 495px;
	background-color: #000000;
	border: 1px solid #898787;
}

#mainStageImprint {
	clear: both;
	width: 755px;
	height: 495px;
	background-color: #000000;
	border: 1px solid #898787;
}

#mainStageContact {
	clear: both;
	width: 755px;
	height: 495px;
	background-color: #000000;
	border: 1px solid #898787;
}

#mainStageInfos {
	clear: both;
	width: 755px;
	height: 495px;
	background-color: #000000;
	border: 1px solid #898787;
}

	.submit {
		position: absolute;
		top: 445px;
		left: 610px;
		z-index: 22;
	}
	#contentContainer {
		position: absolute;
		top: 22px;
		left: 1px;
		width: 755px;
		height: 495px;
		background-color: #000000;
		z-index: 11;
	}
	#contentContainer.split {
		height: 239px;
		background-color: #FFFFFF;
	}
	
	#contentContainer.splitInfos {
		height: 239px;
		background-color: #000000;
	}
	
	#contentContainer.text {
		
	}
	
	#contentContainer.text a {
		width:250px;
		height:200px;
		position:absolut;
		top:90px;
		left:100px;
		color: #FFFFFF;
		font-size:13px;
	}
	
	
	#contentContainer .contentPic {
		position: absolute;
		top: 85px;
		left: 15px;
		width: 707px;
		height: 222px;
		z-index: 22;
	}
	#contentContainer.split .contentPic {
		position: absolute;
		top: 250px;
		left: 25px;
		width: 647px;
		height: 146px;
		z-index: 22;
	}
	#contentContainer .download {
		position: absolute;
		top: 380px;
		left: 25px;
		width: 645px;
		height: 44px;
		z-index: 22;
		border: 0px;
		text-align: right;
	}
	
	#contentContainer .download a{
		float:right;
		clear:both;
		width: 410px;
		height: 60px;
		border: 0px;
	}
	
	
	#mem {
		position: absolute;
		top: 260px;
		left: 25px;
		width: 710px;
		height: 235px;
		z-index: 22;
	}
	#mem .picsBox {
		width: 115px;
		height: 115px;
		float: left;
		margin: 0px 3px 3px 0px;
	}
	#mem .picsBox .breakPicsBox {
		float: none;
		clear: both;
	}
	
#switchPanel {
	width: 200px;
	margin: 7px auto 0px;
	text-align: center;
}



