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

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

#IndexTop {
	width:			100%;
	height:			15%;
	top:			0px;
	position:		absolute;
}

#IndexLogo {
	width:			50%;
	height:			25%;
	top:			15%;
	left:			0px;
	position:		absolute;
	float:			left;    
}

#IndexMenu {
	width:			50%;
	height:			25%;
	top:			15%;
	right:			0px;
	position:		absolute;
	float:			right; 
}

#IndexContent {
	width:			100%;
	height:			50%;
	bottom:			10%;
	position:		absolute;
	overflow:		hidden;
}

#IndexFooter {
	width:			100%;
	height:			10%;
	bottom:			0px;
	position:		absolute;
}

#IndexFooter #IndexFooterLeft {
	width:			30%;
	float:			left;
}

#IndexFooter #IndexFooterMiddle {
	width:			40%;
	float:			left;
}

#IndexFooter #IndexFooterRight {
	width:			30%;
	float:			right;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			17px;
	background-color:	#ffc78b;
}

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

#TemplateContent_Right {
	width:			50%;
	height:			100%;
	float:			right;
	top:			0px;
	right:			0px;
	position:		absolute;
}

#TemplateContent_Left {
	width:			50%;
	height:			100%;
	float:			left;
	top:			0px;
	left:			0px;
	position:		absolute;
}

#TemplateContent_Wide {
	width:			100%;
	height:			100%;
	top:			0px;
	left:			0px;
	position:		absolute;
}

#TemplateTitle {
	padding:		3px 4px;
}

#TemplateText {
	padding:		30px 40px;
	height:			56%;
}

#TemplateImage_Right {
	width:			50%;
	height:			100%;
	float:			right;
	top:			0px;
	right:			0px;
	position:		absolute;
}

#TemplateImage_Left {
	width:			50%;
	height:			100%;
	float:			left;
	top:			0px;
	left:			0px;
	position:		absolute;
}

#TemplateImage_Wide {
	width:			100%;
	height:			100%;
	top:			0px;
	left:			0px;
	position:		absolute;
}

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

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

#GoogleMapsInfo {

}

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


















