div#etFlags { float: right; padding: 5px; padding-right: 17px; }
div#etFlags img { margin-left: 6px; }

table td.contentMain { vertical-align: top; }
table td.contentLeft { 
	vertical-align: top; 
	width: 240px; 
	background-image: url(../images/layout/bgLeft.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}
table.contentTable { 
	clear: both; 
	text-align: left; 
	background: #F1F2F6; 
	width: 100%; 
	height: 430px; 
	}


div#etTop { 
	clear: both; 
	height: 105px;
	background: #F1F2F6;
	}
div#etMenu { 
	clear: both;
	background-image: url(../images/layout/menuBg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 25px;
	}
div#etImp { 
	clear: both;
	background-image: url(../images/layout/bgImp.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 88px;
	}
div#etMainCenter {
	width: 840px;
	margin: 0px auto;
	}
div#etDeco { 
	clear: both;
	height: 7px;
	}
div#etMain { 
	width: 890px;
	margin: 0px auto;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	background-image: url(../images/layout/shadow.gif);
	background-position: left top;
	background-repeat: repeat-y;
	font-family: verdana, arial, sans-serif;
	}
body {
	text-align: center;
	background: #F2F3F3;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html { 
	height: 100%;
	}