body {
	margin: 0px;
	background-image: url('../IMG/bodybg.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ececec;
}

body, table, div {
	font-family: verdana;
	font-size: 12px;
}

.wrapper {
	clear: both;
}

#MainContainer {
	position: relative;
	width: 990px;
	background-image: url('../IMG/page-top.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 40px;
	text-align: left;
}
/* IE FIX */

#HeadSpace {
	position: relative;
	float: left;
	width: 970px;
	height: 170px;
	margin: 10px;
	margin-bottom: 0px;
}

#Menu1Cont {
	position: relative;
	float: left;
	margin-top: 120px;
	margin-left: 15px;
	background-image: url('../IMG/navigator.png');
	background-repeat: no-repeat;
	width: 890px;
	padding-left: 50px;
	height: 50px;
}

#Logo {
	position: absolute;
	top: 20px;
	left: 15px;
}

#HausExtra {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 5;
}

#LangFlags {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 10;	
}

#ContentSpace{
	position: relative;
	float: left;
	width: 970px;
	min-height: 400px;
	background-image: url('../IMG/pagebg.png');
	background-position: top left;
	background-repeat: repeat-y;
	margin: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
}
* html #ContentSpace { height: 400px; }

#LeftCol {
	position: relative;
	float: left;
	width: 225px;
	min-height: 400px;
	margin-left: 15px;
	background-image: url('../IMG/Column/aqua.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#LeftColNoBgr {
	position: relative;
	float: left;
	width: 225px;
	min-height: 400px;
	margin-left: 15px;
}

* html #LeftColNoBgr  { height: 400px; }
* html #LeftCol { height: 400px; }

#Content1 {
	position: relative;
	float: left;
	margin-left: 15px;
	width: 460px;
}

#Content2 {
	position: relative;
	float: left;
	margin-left: 15px;
	width: 700px;
}

#Content3 {
	position: relative;
	float: left;
	margin-left: 15px;
	width: 940px;	
}


#FooterSpace {
	position: relative;
	float: left;
	width: 970px;
	height: 100px;
	background-image: url('../IMG/footerbg.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 10px;
	margin-top: 0px;
}