BODY {
	margin: 0;
	padding: 0;
	font: 10pt Arial;
	background: #851B1F;
	text-align: center;
}

DIV#container {
	position: relative;
	width: 940px;
	min-height: 300px;
	margin: 0 auto;
	padding: 0 6px 10px 6px;
	background: #FFF url(../img/background_container.jpg);
	text-align: left;
}

* html DIV#container {
	width: 952px;
}

DIV#header {
	height: 178px;
	background: url(../img/background_header.jpg) no-repeat;
	border-bottom: 6px solid #FFF;
}

DIV#finder {
	width: 146px;
	height: 167px;
	padding: 20px 0 0 25px;
	float: left;
	overflow: hidden;
}

* html DIV#finder {
	width: 181px;
	height: 177px;
}

DIV#finder_label {
	position: absolute;
	top: 0;
	left: -22px;
	height: 133px;
	width: 22px;
	background: url(../img/background_finder_label.jpg) no-repeat;
}

UL#topmenu {
	margin: 0 0 0 190px;
	padding: 141px 0 0 0;
	list-style-type: none;
}

UL#topmenu LI {
	float: left;
}

UL#topmenu LI A {
	display: block;
	width: 92px;
	line-height: 29px;
	padding-top: 8px;
	text-align: center;
	background: url(../img/background_topmenu_item.jpg) no-repeat;
	color: #910A35;
	font-weight: bold;
	text-decoration: none;
}

UL#topmenu LI A:hover,
UL#topmenu LI A.active {
	background: url(../img/background_topmenu_item_hover.jpg) no-repeat;
}

DIV#left {
	clear: both;
	width: 170px;
	padding: 0 5px;
	margin-bottom: -30px;
	float: left;
}

* html DIV#left {
	width: 180px;
}

DIV#imprint {
	margin: 0 -5px;
	border-bottom: 3px solid #FFF;
}

UL#submenu {
	margin: 0 -5px 10px -5px;
	padding: 0;
	list-style-type: none;
}

UL#submenu LI A {
	display: block;
	line-height: 24px;
	padding: 0 5px 0 15px;
	color: #910A35;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 3px solid #FFF;
	background: url(../img/background_submenu_item.jpg) no-repeat;
}

UL#submenu LI A:hover,
UL#submenu LI A.active {
	background: url(../img/background_submenu_item_hover.jpg) no-repeat;
}

DIV#content {
	float: left;
	display: inline;
	width: 554px;
	padding: 0 13px;
	margin-bottom: -30px;
}

* html DIV#content {
	width: 580px;
}

DIV#right {
	float: left;
	display: inline;
	width: 170px;
	padding: 5px;
	margin-bottom: -30px;
}

* html DIV#right {
	width: 180px;
}

DIV#footer {
	margin: 0 auto;
	padding-top: 45px;
	width: 952px;
	height: 25px;
	background: url(../img/background_footer.jpg) top no-repeat;
	text-align: right;
	font-size: 8pt;
	color: #CA9799;
}

DIV#footer A {
	font-size: 8pt;
	color: #CA9799;
	font-weight: normal;
	text-decoration: none;
}

DIV#footer A:hover {
	color: #FFF;
}