BODY {
	margin: 0;
	padding: 0;
	font: 10pt Arial;
	color: #000;
	background: #FFF url(../img/background.png) repeat-y;
}

DIV#header {
	width: 1036px;
	height: 130px;
	text-align: right;
	background: #FFF;
}

DIV#topmenu {
	height: 41px;
	background: #060D69;
	overflow: hidden;
}

UL#topmenu_items {
	list-style-type: none;
	margin: 10px 0 0 270px;
	padding: 0;
}

UL#topmenu_items LI {
	float: left;
	margin-right: 5px;
}

UL#topmenu_items LI A {
	display: block;
	width: 96px;
	padding: 0 4px;
	line-height: 31px;
	text-decoration: none;
	background: url(../img/background_topmenu_item.jpg) no-repeat;
	color: #060D69;
	font-weight: bold;
	text-align: center;
}

* html UL#topmenu_items LI A {
	width: 104px;
}

UL#topmenu_items LI A:hover,
UL#topmenu_items LI A.active {
	background: url(../img/background_topmenu_item_hover.jpg) no-repeat;
}

DIV#container {
	width: 987px;
	margin-left: 49px;
	background: url(../img/background_container.png) repeat-y;
}

DIV#left {
	width: 183px;
	float: left;
	padding: 65px 10px 0 10px;
	color: #383C61;
}

* html DIV#left {
	width: 203px;
}

DIV#imprint {
	margin: 0 -10px;
}

UL#submenu {
	margin: 15px -10px;
	padding: 0;
	list-style-type: none;
}

UL#submenu LI {
	margin-bottom: 12px;
}

* html UL#submenu LI {
	margin-bottom: 0px;
}

UL#submenu LI A {
	display: block;
	line-height: 26px;
	text-decoration: none;
	padding: 0 5px 0 20px;
	color: #332A57;
	background: url(../img/background_submenu_item.jpg) repeat-y;
	font-weight: normal;
}

UL#submenu LI A:hover,
UL#submenu LI A.active {
	background: url(../img/background_submenu_item_hover.jpg) repeat-y;
}

DIV#center {
	float: left;
	width: 540px;
	padding: 35px 20px 10px 20px;
}

* html DIV#center {
	width: 580px;
	display: inline;
}

DIV#right {
	float: left;
	width: 184px;
	padding: 10px;
	color: #383C61;
}

* html DIV#right {
	width: 204px;
	display: inline;
}

DIV#teaser {
	margin: -51px -10px 15px -10px;
	padding-top: 41px;
	background: url(../img/teaser_top.jpg) no-repeat;
}

DIV#footer {
	line-height: 30px;
	padding-left: 400px;
	background: #060D69;
	overflow: hidden;
	color: #D3D0E3;
	font-size: 8pt;
}

DIV#footer A {
	color: #D3D0E3;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

DIV#footer A:hover {
	text-decoration: underline;
}

DIV#finder {
	position: absolute;
	top: 0;
	left: 31px;
	width: 238px;
	height: 162px;
	padding: 65px 0 0 0;
	background: url(../img/background_finder.png);
}

* html DIV#finder {
	width: 238px;
	height: 227px;
}
