/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: url(../img/bg.gif) fixed;
}

#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	background: url(../img/bgContainer.gif) center repeat-y;
}

#header {
	position: relative;
	left: 50%;
	margin-left: -440px;
	width: 880px;
	height: 75px;
	background: url(../img/header.jpg) no-repeat;
}

#buttons {
	position: absolute;
	right: 11px;
	bottom: 7px;
	height: 31px;
}

#buttons a {
	display: block;
	float: left;
}

#buttons .en {
	background: url(../img/en.jpg) no-repeat;
}

#buttons .en:hover {
	background: url(../img/enHover.jpg) no-repeat;
}

#buttons .de {
	background: url(../img/de.jpg) no-repeat;
}

#buttons .de:hover {
	background: url(../img/deHover.jpg) no-repeat;
}

#topBar {
	height: 35px;
	background: url(../img/bgTopBar.png) repeat-x;
}

#menu {
	margin: 0 auto;
	width: 880px;
	padding-top: 4px;
}

#menuItems {
	margin: 0 10px 0 10px;
	height: 25px;
}

#menuItems a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #505E85;
	font-weight: bold;
	padding: 0 10px 0 10px;
	display: block;
	line-height: 25px;
	float: left;
	text-decoration: none;
}

#menuItems a:hover, #menuItems a.active {
	background-color: #505E85;
	color: #FFFFFF;
}

#cContainer {
	position: relative;
	margin: 0 auto;
	background: url(../img/bgCContainer.jpg) center repeat-y;
}

#content {
	position: relative;
	left: 50%;
	margin-left: -440px;
	width: 880px;
}

#leftCol {
	position: relative;
	margin-left: 4px;
	padding-bottom: 159px;
	width: 225px;
	float: left;
}

#rightCol {
	float: left;
	width: 617px;
	margin-left: 17px;
	display: inline;
	margin-bottom: 5px;
	margin-top: 10px;
}

#submenu {
	position: absolute;
	bottom: 0;
	left: 4px;
	width: 225px;
	height: 159px;
	background: #92A5B4 url(../img/shadow.png) repeat-x bottom;
}

#submenu ul, #submenu li {
	width: 190px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#submenu ul {
	margin-left: 17px;
	margin-top: 4px;
}

#submenu li {
	margin-top: 7px;
}

#submenu li a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	line-height: 28px;
	text-align: center;
	background: url(../img/bgSubmenuItem.jpg) no-repeat;
	text-decoration: none;
	text-transform: uppercase;
}

#bottomBar {
	margin-top: -6px;
	height: 35px;
	background: url(../img/bgBottomBar.png) repeat-x;
}

#bottomMenu {
	margin: 0 auto;
	width: 880px;
	padding-top: 10px;
	text-align: center;
}

#bottomMenuItems {
	height: 25px;
}

#bottomMenuItems a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #B5B5B5;
	padding: 0 10px 0 10px;
	line-height: 25px;
	text-decoration: none;
}

#bottomMenuItems a:hover {
	color: #000000;
}

#powered {
	margin: 0 auto;
	width: 880px;
	text-align: right;
	padding-right: 8px;
	padding-top: 3px;
}

#powered a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #B5B5B5;
	text-decoration: none;
}

#powered a:hover {
	color: #000000;
}

.clearer {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}