div#coImp {
	background-image: url(../images/layout/shadowBottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
}

div#coAddress { 
	clear: both;
	font-size: 11px;
	color: #A16318;
	background: #FCF3D9;
	text-align: center;
	background-image: url(../images/layout/bgBottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

div#coLeftSpacer {
	width: 210px;
	height: 216px;
}

div#coContent {
	background: #FCF3D9;
	background-image: url(../images/layout/shadowContent.gif);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 450px;
	
}

div#coLogo {  
	height: 147px;
	width: 647px;
	background-image: url(../images/layout/bgTop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	}
	
div#coMainMenu {
	height: 25px;
	clear: both;
}

table#coTable {
	border-width: 0;
	border-collapse: collapse;
	}
	
td#coTableTdLeft {
	width: 210px;
	vertical-align: top;
	}
	
td#coTableTdMain {

	width: 647px;
	vertical-align: top;
	}
	
td#coTableTdRight {
	width: 210px;
	vertical-align: top;
	}

div#coMain {
	width: 1067px;
	margin: 0 auto;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	}

body {
	background: #A06317;
	background-image: url(../images/layout/bgMain.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: verdana, arial, sans-serif;
	height: 100%;
}
html { heitgh: 100%; }

* {
	margin: 0px;
	padding: 0px;
}