@charset "UTF-8";

/*
 * @version $Id: structure.css 12 2008-11-21 09:46:39Z bwaidelich $
 */

html, body {
	height: 100%;
	overflow: auto;
}

body {
	text-align: center;
}

#container {
	position: relative;
	margin: 2% auto 0 auto;
	text-align: left;
	background: transparent url('../gfx/container_bg.jpg') 0 0 no-repeat;
	width: 1004px;
	height: 610px;
}

#headerNavigation {
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 10;
}

#content {
	position: absolute;
	left: 350px;
	top: 123px;
	overflow: hidden;
	width: 300px;
	height: 450px;
}

#mainNavigation {
	position: absolute;
	left: 20px;
	bottom: 7px;
	z-index: 10;
}

#logo {
	position: absolute;
	right: 34px;
	bottom: 9px;
	z-index: 10;
	width: 200px;
	height: 82px;
}

/* ### home ### */

#container.home #mainNavigation {
	top: 255px;
	left: 22%;
}
#container.home #mainNavigation ul li {
	margin-right: 47px;
}
#container.home #mainNavigation ul li a {
	font-size: 18px;
}

/* ### print ### */

body.print {
	margin: 20px;
	background: white;
	text-align: left;
}
body.print #printContent {
	margin-bottom: 20px;
	color: #333;
}
