/*
  Stylesheet für die Anordnung der Seitenelemente
*/

#layoutPageContainer {
	min-width							: 50em;
	width								: auto;
	margin								: 101px 0 0 0;
}

/* verhindert float-Probleme beim IE/Win siehe Referenz zu float */
* html #layoutPageContainer {
	/* \*/
	/* word-wrap							: break-word; */
}

#layoutTopMenu {
	background							: #0099cb;
	margin								: 0px 0 0.3em 0;
	padding								: 0.1em 15em 0.1em 0.1em;
	text-align							: right;
	color								: #ffffff;
}

#layoutOuterContainer {
	border-left							: 14em solid #ffffff;
	border-right						: 14em solid #ffffff;
}

#layoutInnerContainer {
	border-width						: 0 1px 0 1px;
	border-style						: solid;
	border-color						: #0099cb;
	margin								: 0 -1px;
	width								: 100%;
	z-index								: 1;
}

#layoutContent {
	padding								: 1em;
}

#layoutLeft, #layoutMiddle, #layoutRight, #layoutSOWrap {
	overflow							: visible;
	position							: relative;
}

#layoutSOWrap {
	float								: left;
	margin								: 0 -1px 0 0;
	width								: 100%;
	z-index								: 3;
}

#layoutMiddle {
	float								: right;
	margin								: 0 0 0 -1px;
	width								: 100%;
	z-index								: 5;
}

#layoutLeft {
	float								: left;
	margin								: 0 1px 0 -14em;
	width								: 14em;
	z-index								: 4;
}

#layoutMainMenu {
	padding								: 1.6em 0.5em 3em 1em;
}

#layoutRight {
	float								: right;
	width								: 14em;
	margin								: 0 -14em 0 1px;
	padding								: 0;
	z-index								: 2;
}

#layoutExtraMenu {
	padding								: 1.6em 0.5em 3em 0.3em;
}

#layoutFooter {
	margin								: 1em 1em 0 1em;
	padding								: 0.1em 0 0 14em;
}

#layoutButtonInternet {
	position							:absolute;
	top									:9px;
	left								:25px;
	width								:85px;
	height								:81px;
	padding								:0;
}

#layoutButtonOutdoor {
	position							:absolute;
	top									:9px;
	left								:172px;
	width								:85px;
	height								:81px;
	padding								:0;
}

#layoutBottomAd {   
	padding							: 0;
	width							: 110px;
	height							: 32px;	
	overflow						: hidden;
	margin							: auto;
	text-align						: left;

}

#layoutGoogleAdBottom {
	padding							: 0;
	margin							: 0;
	float							: right;
	width							: 110px;
	height							: 32px;
	background-color				: #ffffff;
	color							: #000055;
}

.layoutCleaner {
	clear								: both;
	height								: 1px;
	font-size							: 1px;
	border								: 0px none;
	margin								: 0; 
	padding								: 0;
	background							: transparent;
}
