/* ---------- Global ---------- */

html {
	width:			100%;
	height:			100%;
	min-width:		1240px;
	min-height:		840px;
}

body {
	padding:		0px;
	margin:			0px;
	width:			100%;
	height:			100%;
	min-width:		1240px;
	min-height:		840px;
	text-align:		center;				/* wird zur zentrierung der IndexBox gebraucht */
}

#BodyLayer_1,
#BodyLayer_2 {
	width:			100%;
	height:			100%;
}

#preloader {
	position:		absolute;
	top:			0px;
	left:			0px;
	z-index:		-1;
	width:			1px;
	height:			1px;
}

/* ---------- Index ---------- */

#IndexBox {								/* Äußerer Kasten - wird nicht benötigt, wenn die Seite eine Variable Größe hat !!! */
	width:			1240px;
	height:			840px;		
	margin:			0px auto;
	position:		relative;
	text-align:		left;
}

#IndexLogo {
	width:			360px;
	height:			148px;
	top:			104px;
	left:			0px;
	position:		absolute;
}

#IndexMenu {
	width:			880px;
	height:			148px;
	top:			104px;
	right:			0px;
	position:		absolute;
}

#IndexContent {
	width:			1240px;
	height:			480px;
	top:			289px;
	position:		absolute;
	overflow:		hidden;
	z-index:		10;
}

#IndexFooter {
	width:			1240px;
	height:			15px;
	top:			825px;
	position:		absolute;
	overflow:		hidden;
}

/* -------- Templates -------- */

#TemplateContent_Right {
	width:			520px;
	height:			390px;
	margin:			45px 100px 45px 0px;
	float:			right;
}

#TemplateContent_Left {
	width:			550px;
	height:			390px;
	margin:			45px 0px 45px 45px;
	float:			left;
	overflow-y:		auto;
}

#TemplateContent_Wide {
	width:			1040px;
	height:			390px;
	margin:			45px 100px;
}

#TemplateTitle {
	padding:		1px 0px 2px 0px;
}

#TemplateText {
	width:			430px;
	height:			358px;
	margin:			14px 90px 0px 0px;
	overflow-x:		hidden;
	overflow-y:		auto;
}

#TemplateContent_Wide #TemplateText {
	width:			100%;
	height:			358px;
	margin:			14px 0px 0px 0px;
	overflow-x:		hidden;
	overflow-y:		auto;
}

#TemplateImage_Right {
	width:			520px;
	height:			390px;
	margin:			45px 92px 39px 0px;
	padding:		0px 8px 6px 0px;
	float:			right;
}

#TemplateImage_Left {
	width:			520px;
	height:			390px;
	margin:			45px 0px 45px 100px;
	float:			left;
}

#TemplateImage_Wide {
	width:			1240px;
	height:			480px;
	top:			0px;
	left:			0px;
	position:		absolute;
}

#TemplateNews {
	width:			254px;
	height:			440px;
	padding:		0px 30px 40px 30px;
	position:		absolute;
	top:			0px;
	right:			0px;
	z-index:		999;
}


/* --------- Modules --------- */

#GoogleMaps {
	width:			100%;
	height:			100%;
}

#GoogleMapsInfo {

}

/* ----- Kontaktformular ----- */

.B6 #TemplateText {
	width:			520px;
	padding:		0px;
	overflow:		visible;
}















