#col0 h3 {
	position: relative;
	top: 250px;
}

#col1 {
	position: relative;
	top: -63px;
	width: 100% !important;
	z-index: 10;
}

#col2 {
	display: none;
}

#col1 .slider_header {
	width: 723px;
	height: 260px;
	border: 2px solid #f1ebe7;
	background: url(../img/slider/geschichte.gif) bottom no-repeat;
}

#col1 .slider_header h3 {
	width: 270px;
	left: 40px;
	top: 40px;
}

#col1 .slider_header p {
	width: 270px;
	padding: 40px 0 0 40px;
}

#col1 ul.slidertree {
	position: absolute;
	top: 60px;
	left: 470px;
	z-index: 20;
}

#col1 ul.slidertree {
	list-style: none;
}

#col1 ul.slidertree li {
	position: absolute;
	background: none;
	display: none;
}

.imageright {
	float: right;
	margin: 0 0 10px 10px;
	width: 300px;
}

.imagecaption {
	position: relative;
	float: none;
	padding: 3px 0;
	width: 300px;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

#col1 .stripViewer h3 {
	width: 410px;
	height: auto;
	margin-bottom: 12px;
	text-indent: 0;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: -45px 0;
	position: relative;
	width: 727px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 727px;
	height: 170px;
	background: transparent;
	overflow: scroll;
}

.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
}

.stripViewer { /* This is the viewing window */
	position: relative;
	top: 50px;
	overflow: hidden; 
	margin: 0;
	padding: 0 0 50px 0;
	width: 727px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: auto;
	clear: both;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 727px;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 727px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px 0;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0 0 0 50px;
	width: 653px !important;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	padding: 0 2px;
	background: none;
}

.stripNav a { /* The nav links */
	color: #797979;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
	background: #e1e1e1;
	text-decoration: none;
	display: block;
	padding: 0 4px;
}

.stripNav li a:hover,
.stripNav li a.current {
	background: #797979;
	color: #ffffff !important;
	text-decoration: none !important;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 0;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 17px;
	width: 19px;
	overflow: hidden;
}

.stripNavL {
	left: 10px;
	background: url("../img/slider/scroll_left.gif") no-repeat center;
}

.stripNavR {
	right: 10px;
	background: url("../img/slider/scroll_right.gif") no-repeat center;
}
