/* ---------- Global ---------- */

html {
	width:			100%;
	height:			100%;
	min-width:		1240px;
	min-height:		770px;
}

body {
	padding:		0px;
	margin:			0px;
	width:			100%;
	height:			100%;
	min-width:		1240px;
	min-height:		770px;
	text-align:		center;				/* wird zur zentrierung der IndexBox gebraucht */
}


/* ---------- Index ---------- */

#IndexBox {								/* Äußerer Kasten - wird nicht benötigt, wenn die Seite eine Variable Größe hat !!! */
	width:			1240px;
	height:			750px;		
	margin:			0px auto;
	position:		relative;
	text-align:		left;
}

#IndexLogo {
	width:			434px;
	height:			130px;
	top:			650px;
	right:			410px;
	position:		absolute;
  
}

#IndexMenu {
	width:			1240px;
	height:			140px;
	top:			13px;
	left:			20px;
	position:		absolute;
}

#IndexContent {
	width:			1240px;
	height:			581px;
	top:			120px;
	position:		absolute;
	overflow:		hidden;
}

#IndexFooter {
	width:			1240px;
	height:			60px;
	top:			700px;
	position:		absolute;
	overflow:		hidden;
}

/* -------- Templates -------- */

#TemplateContent_Right {
	width:			520px;
	height:			390px;
	margin:			95px 42px 79px 0px;
	float:			right;
}

#TemplateContent_Left {
	width:			520px;
	height:			390px;
	margin:			15px 0px 42px 79px;
	float:			left;
}

#TemplateContent_Wide {
	width:			1097px;
	height:			390px;
	margin:			42px 42px;
	margin-top:		15px;
}

#TemplateTitle {
	padding:		1px 0px 2px 0px;
}

.IC200 #TemplateTitle{

	padding-top: 76px;

}
.IC3 #TemplateTitle{

	padding-top: 76px;

}
.IC400 #TemplateTitle{

	padding-top: 24px;

}
.IC500 #TemplateTitle{

	padding-top: 76px;

}
#TemplateText {
	width:			490px;
	height:			365px;
	margin:			56px 30px 0px 0px;
	overflow-x:		hidden;
	overflow-y:		auto;
}
.IC500 #TemplateText {
	width:			490px;
	height:			390px;
	margin:			56px 30px 0px 0px;
	overflow-x:		hidden;
	overflow-y:		auto;
}


.IC200 #TemplateText {
	width:			530px;
	height:			190px;
	margin:			28px 0px 0px 0px;
	overflow-x:		hidden;
	overflow-y:		auto;
}

.IC3 #TemplateText {
	width:			530px;
	height:			358px;
	margin:			16px 0px 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:			95px 79px 42px 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:			460px;
	padding:		0px;
	top:			0px;
	left:			0px;
	position:		absolute;
}



.IC4 #TemplateImage_Right {

	margin:			45px 79px 39px 0px;
	padding:		0px 8px 6px 0px;
}

.IC4 #TemplateText {
	height:			390px !important;
	margin:			0px 0px 0px 0px;
	width:			570px;
}

.IC6 #TemplateText {
	width:			520px;
	padding:		0px;
	overflow:		visible;
}


/* --------- Modules --------- */

#GoogleMaps {
	width:			100%;
	height:			100%;
}

#GoogleMapsInfo {

}

/* ----- Kontaktformular ----- */

















