@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 10px 0 30px 0;
	background-color: #D29B64;
	background-image: url(../gfx/page_background_default.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
	/* set min-height according to background-image size */
	min-height: 700px;
}

* html body {
	text-align: center;	
}

#pageOuterContainer {
	text-align: center;
	margin: auto;
	width: 990px;
}

#pageInnerContainer {
	text-align: left;
	min-height: 714px;
}

* html #pageInnerContainer {
	height: 714px;
}

#logo {
	background: fffff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

	width: 290px;
	height: 70px;
	margin-left: 497px;
	margin-bottom: 10px;
}

#navigation {
	float: right;
	width: 373px;
}

#contentContainer {
	position: relative;
	float: left;
	width: 517px; /* 557 brutto */
	background: #1F4260;
	margin-left: 50px;
	padding: 20px 20px 50px 20px;
	min-height: 350px;
	/*
	filter:alpha(opacity=80);
	*/
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

* html #contentContainer {
	height: 512px;
	margin-left: 25px;
}

#contentContainerFooter {
	clear: both;
 	position: absolute;
	bottom: 20px;
	padding: 0;
}

#footer {
	clear: both;
	padding: 4px;
	text-align: left;
	font-family: arial, sans-serif;
	color: #663300;
}

#footer a {
	color: #663300;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}
