body {
	background-color: #919db0;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#LayKopf {
	position:absolute;
	left:30px;
	top:0px;
	width:752px;
	height:110px;
	z-index:2;
	background-color: #FFFFFF;
}
#LayTitel {
	position:absolute;
	left:195px;
	top:110px;
	width:410px;
	height:25px;
	z-index:2;
	background-color: #e7e9ee;
}
#LayMainBG {	/* Weisser Hintergrund fuer LayMain */
	position:absolute;
	left:195px;
	top:135px;
	width:410px;
	height:576px;
	z-index:4;
	background-color: #ffffff;
}
#LayMain {
	position:absolute;
	left:20px;
	top:0px;
	width:385px;
	height:576px;
	z-index:4;
	background-color: #ffffff;
}
#LayNav {	/* Hauptnavigation link oben */
	position:absolute;
	left:30px;
	top:110px;
	width:164px;
	height:600px;
	z-index:1;
	background-color: #919db0;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#LayNav2 {	/* Navigation rechts oben */
	position:absolute;
	left:611px;
	top:110px;
	width:171px;
	height:600px;
	z-index:1;
	background-color: #c0c6d3;
}
#LayBlogTeaser { /* Blog-Teaser - 1ter unterhalb Navigation rechts */
	position:absolute;
	left:611px;
	top:161px;
	width:154px;
	height:155px;
	z-index:2;
	background-color: #e7e9ee;
	padding: 8px;
}
#LayQuote {	/* Quote of the week - 2ter unterhalb Navigation rechts */
	position:absolute;
	left:611px;
	top:345px; 
	width:168px;
	height:171px;
	z-index:5;
	background-color: #e7e9ee;
	padding: 1px;
	overflow: visible;
}
#LayTeaser { /* News-Teaser - 3ter unterhalb Navigation rechts */
	position:absolute;
	left:611px;
	top:529px; 
	width:154px;
	height:155px;
	z-index:2;
	background-color: #e7e9ee;
	padding: 8px;
}

#LayNav #NavLinksUnten {
	position: absolute;
	top: 497px;
	left: 0px;
}

/* eCard in Menue - nur auf HOME-Page */
#LayCard {	position:fixed;
	left:154px;
	top:265px;
	width:41px;
	height:27px;
	z-index:5;
}

