
div#etBottom {
	background-image: url(../images/layout/bgBottom.jpg); 
	background-repeat: repeat-x; 
	background-position: left top;
	float: left;
	width: 880px;
	height: 106px;
	clear: both;
	}

div#etMenu {
	width: 880px;
	height: 32px;
	clear: both;
	background: #FFFFFF;
	}
div#etMenuLeft {
	background-image: url(../images/layout/menuDecor.jpg); 
	background-repeat: no-repeat; 
	background-position: left top;
	float: left;
	width: 184px;
	height: 32px;
	}
div#etMenuRight {
	background-image: url(../images/layout/menuBg.jpg); 
	background-repeat: repeat-x; 
	background-position: left top;
	float: left;
	width: 696px;
	height: 32px;
	}
div#etLangPos { 
	padding-left: 49px;
	padding-top: 6px;
	}
div#etLangPos img { padding-right: 6px; }
div#etLang {  
	height: 23px; 
	width: 292px;
	}

div#etTopRight { 
	float: right; 
	}
div#etTopLeft { 
	float: left; 
	}
div#etTop {
	height: 149px;
	background: #EEF4F7;
	}
div#etMainCenter {
	margin: 0 auto;
	width: 880px;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	text-align: left;
	background: #FFF;
	}

div#etMain {
	text-align: center;
	width: 910px; 
	margin: 0px auto;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	background-image: url(../images/layout/shadow.png); 
	background-repeat: repeat-y; 
	background-position: left top;   
	font-family: verdana, arial, sans-serif;
	}

body { 
	background: #E4EEF7; 
	background-image: url(../images/layout/bgMain.jpg); 
	background-repeat: repeat-x; 
	background-position: left top; 
	height: 100%;
	}
html {
	height: 100%;
	}

* { margin: 0; padding: 0; }
