#print_header {display:block;}

#left_container,
#right_container,
#bottom_content,
#top_container,
#breadcrumb {display:none;}


html {font-size:62.5%; height:auto;}

html, body {
background-color:#FFF;
}

body {
	height:auto; 
	width:95%;
	font-size:1.3em;
	font-family: Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin: 0px
	padding: 0px;
	background: #fff;
}

#container {
	width:100%;
	margin:0px;
	padding:0px;
	position:relative;
	min-height:100%;
	height:auto;
	background:none;
	}
html>body #container {width:auto; height:auto; position:none;}


	
#print_logo {
	float:left;
	width:140px;}
#print_address {
	padding-top:12px;
	margin-left:200px;
	font-size:0.8em;
	text-align:left;}

#print_info{
	margin-top: 15px;
	padding:15px 0px;
	font-size:0.9em;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	text-align:left;}
.print_info_left {
	float:left;
	width:200px;}
.print_info_right{}
	
	
	
	
	
	
#center_container {width:100%;
float:none;}
#center_content {
	padding:15px 0px 40px 0px;
	float:none;
	background-color:#fff;
	font-size:0.9em;}

	#center_content ul {list-style-image:url(aufzaehlungszeichen.gif); list-style-position:outside;}

#page_title {
	position: static;
	color:#000;
	margin-top:20px;
	text-align:left;
	font-weight:bold;
	font-size:1.1em;}


	
	
/* --------- bottom_content -------- */


#copyright{
	position:static;
	clear:both;
	height:20px;
	width:98%;
	font-size:0.8em;
	padding-top:5px;
	text-align:right;}

/* SLide show */
.slide-show {
	width: 100%;
	float: left;
	
}
.slide-show .navi a {
	width: 7px;
	height: 7px;
	background: transparent url(../images/points.png) left bottom repeat-x;
	display: block;
	float:  left;
	margin: 0px 2px;
}
.slide-show .navi a:hover,
.slide-show .navi a.active {
	background: transparent url(../images/points.png) 7px bottom repeat-x;
}
.scrollable {
	height: 310px;
	width: 524px;
	overflow: hidden;
	position: relative;
}
.scrollable .items {
	clear:both;
	position:absolute;
	width:20000em;	
}
.scrollable .items .item {
	float: left;
	cursor:pointer;
	float:left;
	width: 524px;
}
.items .item h2 {
	position: absolute;
	bottom: -24px;
	padding: 0px 0px 0px 10px;
	z-index: 1;
	font-weight: normal;
}

.slide-show .wrap-nav {
	background-color: #ededee;
	height: 28px;
	margin: -20px 0px 0px 0px;
}

.slide-show .next {
	background: transparent url(buttons-slider.png) left 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 100px;
	right: 0px;
	display: block;
	z-index: 20;
	text-indent: -10000px;
	cursor: pointer;
}
.slide-show .next:hover {
	background: transparent url(buttons-slider.png) 30px 30px;
}
.slide-show .prev {
	background: transparent url(buttons-slider.png) left top;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 100px;
	left: 0px;
	display: block;
	z-index: 20;
	text-indent: -10000px;
	cursor: pointer;
}
.slide-show .prev:hover {
	background: transparent url(buttons-slider.png) 30px top;
}
