/* ---------- 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:			10%;
	top:			0px;
	position:		absolute;
}

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

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

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

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

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

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

#IndexFooter #IndexFooterRight {
	width:			30%;
	float:			right;
}

/* -------- 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:		20px 0px 0px 0px;
}

#TemplateText {
	padding:		20px 20px;
	margin-bottom:	20px;
	height:			260px;
}

#TemplateText.ContactText {
	padding:		0px;
	white-space:	normal;
}

#ImpressumText {
	padding:		20px 0px;
}

#TemplateSubContent #TemplateText {
	width:			400px;
	overflow:		auto;
	overflow-x:		hidden;
	overflow-y:		auto;
}

#TemplateText.TemplateTextFull {
	padding:		20px 20px;
	height:			350px;
	
}

#TemplateText.NewsText {
	padding:		20px 0px;
	height:			350px;
	width:			620px;
	overflow:		auto;
	overflow-x:		hidden;
	overflow-y:		auto;
}

#TemplateImage_Right {
	width:			620px;
	height:			390px;
	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 {

}

/* ----- Sonderformat ----- */

#TemplateSubMenu {
	width:			180px;
	height:			390px;
	float:			left;
	overflow:		hidden;
}

#TemplateSubContent {
	width:			440px;
	height:			inherit;
	float:			right;
	overflow:		hidden;
}

#TemplateTeamList {
	width:			220px;
	height:			350px;
	float:			left;
	overflow:		hidden;
}

#TemplateTeamPreview {
	width:			410px;
	height:			390px;
	float:			left;
	overflow:		hidden;
	white-space:	nowrap;
}

.TemplateTeamDetail {
	width:			370px;
	height:			370px;
	padding:		10px;
	float:			left;
	overflow:		hidden;
}








