* {
	font-size: 1em;
	font-family: Arial;
}

body {
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #392c27;
}

#page {
	position: absolute;
	width: 1022px;
	height: 588px;
	top: 50%;
	left: 50%;
	margin: -294px 0 0 -511px;
}

#page #header {
	position: relative;
	margin: 0;
	padding: 0 35px 20px 31px;
	
}

#page #header h1 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 18pt;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0.1em;
}

#page #header h1 .small {
	font-size: 14pt;
	text-transform: none;
}


#page #header h1 .brown {
	color: #A89D92;
}

#page #content {
	position: relative;
	background-color: #fff;
	border: 1px #96908d solid;
	padding: 9px 9px 9px 9px;
}

#page #content #contentBlockContainer {
	position: relative;
	height: 500px;
	width: 1000px;
	border: 1px #b6afa6 solid;
	overflow: hidden;
}

#page #content .contentBlock {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 500px;
	background-color: #E2F0CE;
	display: none;
}

#page #content div.current {
	display: block !important;
}

#page #content .contentBlock .next {
	position: absolute;
	bottom: 8px;
	left: 464px;
	width: 28px;
	height: 28px;
}

#page #content .contentBlock .previous {
	position: absolute;
	bottom: 8px;
	left: 8px;
	width: 28px;
	height: 28px;
}

#page #content .contentBlock .image {
	position: relative;
	width: 500px;
	height: 500px;
	border-right: 1px #dde3d8 solid;
	background-color: #fff;
}

#page #content .contentBlock .innerContent {
	position: absolute;
	width: 388px;
	height: 434px;
	top: 48px;
	left: 557px;
	color: #392c27;
	font-size: 12pt;
	line-height: 1.3em;
}

#page #content .contentBlock .innerContent h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: bold;
	font-size: 14pt;
}

#page #content .contentBlock .innerContent a {
	border-bottom: 1px #392c27 dotted;
	text-decoration: none;
	color: #392c27;
}

#page #content .contentBlock .innerContent a:hover {
	border-bottom: 1px #392c27 solid;
}

#page #content .contentBlock .innerContent p {
	margin: 0 0 10px 0;
}

#page #content .color02 {
	background-color: #A89D92 !important;
}

#page #content .color02 .innerContent h2 {
	color: #fff !important;
}

#page #content .color02 .innerContent {
	color: #fff !important;
}

#page #content .color02 .innerContent a {
	color: #fff !important;
	border-bottom: 1px #fff dotted !important;
}

#page #content .color02 .innerContent a:hover {
	border-bottom: 1px #fff solid !important;
}

#page #content #blockNavigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1000px;
	text-align: center;	
	height: 8px;
	z-index: 120;
	background-color: #fff;
	display: none;
	padding: 0;
	line-height: 1.1em;
}

#page #content #blockNavigation a {
	display: none;
}

#page #content .blockNavigationActive {
	background-color: #fff !important;
	height: 60px !important;
}

#page #content .blockNavigationActive a {
	position: relative;
	display: inline !important;
}

#page #content .blockNavigationActive a img {
	margin: 4px;
	padding: 2px;
}


#page #content .blockNavigationActive a.current img,
#page #content .blockNavigationActive a:hover img {
	border: 1px #b6afa6 solid;
	margin: 4px;
	padding: 1px !important;
	background-color: #E2F0CE;
}

a img {
	border: 0;
}

#footer {
	position: relative;
	padding: 17px 0 0 0;
}

#footer ul {
	list-style-type: none;
	margin: 0 0 0 25px;
	padding: 0;
	border: 0;
}

#footer ul li {
	line-height: 1em;
	float: left;
	border-left: 1px #A89D92 solid;
	padding: 2px 10px 2px 10px;
	margin: 0;
}

#footer ul li.first {
	border-left: 0px !important;
}


#footer ul li a {
	line-height: 1em;
	color: #fff;
	font-size: 12pt;
	text-decoration: none;
	padding: 0;
	margin: 0;
}


#footer ul li a:hover,
#footer ul li.current a {
	color: #80c149;
}


#footer #imprintLink {
	position: absolute;
	right: 12px;
	top: 17px;
}

#footer #imprintLink a {
	color: #A89D92;
	font-size: 8pt;
	text-decoration: none;
}

#footer #imprintLink a:hover,
#footer #imprintLink a.current {
	color: #80c149;
}