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

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

body {
	padding:		0px;
	margin:			0px;
	width:			100%;
	height:			100%;
	min-width:		1240px;
	min-height:		740px;
	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:			740px;	
	padding:		0px 10px;	
	margin:			0px auto;
	position:		relative;
	text-align:		left;
}

#IndexLogo {
	width:			350px;
	height:			95px;
	top:			0px;
	left:			10px;
	position:		absolute;
	float:			left;    
}

#IndexMenu {
	width:			890px;
	height:			45px;
	top:			10px;
	right:			20px;
	position:		absolute;
	float:			right; 
}

#IndexSubMenu {
	width:			890px;
	height:			45px;
	top:			50px;
	right:			10px;
	position:		absolute;
	float:			right; 
}

#IndexContent {
	width:			1240px;
	height:			550px;
	top:			135px;
	position:		absolute;
	overflow:		hidden;
}

#IndexFooter {
	width:			1240px;
	height:			25px;
	line-height:	25px;
	padding-top:	30px;
	top:			685px;
	position:		absolute;
	overflow:		hidden;
}

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

#TemplateContent_Right {
	width:			570px!important;
	height:			390px;
	margin:			100px 50px 45px -50px!important;
	float:			right;   
}

#TemplateContent_Left {
	width:			570px!important;
	height:			390px;
	margin:			50px 0px 45px 50px!important;
	float:			left;
	position:		relative;
}

#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!important;
	height:			390px;
	margin:			75px 92px 39px 0px;
	padding:		0px 8px 6px 0px;
	float:			right;
}

#TemplateImage_Left {
	width:			520px;
	height:			390px;
	margin:			75px 0px 45px 100px;
	float:			left;
}

#TemplateImage_Wide {
	width:			1220px;
	height:			460px;
	padding:		10px;
	top:			0px;
	left:			0px;
	position:		absolute;
	
}

.IC4 #TemplateContent_Left {
	width:			495px;
}

.IC4 #TemplateImage_Right {
	width:			570px;
	margin:			75px 67px 39px 0px;
	padding:		0px 8px 6px 0px;
}

.IC420 #TemplateText {
	height:			266px !important;
	margin:			14px 65px 0px 0px;
}



.IC443 #TemplateText {
	height:			370px !important;
	margin:			0px !important;
}

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


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

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

#GoogleMapsInfo {

}

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

















