
* {
	margin: 0;
	padding: 0;
	overflow:hidden
}

body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:12px;
	line-height:14px;
	color: #000;
	margin: auto;
	text-align: justify;
	margin-top: 33px;
	background-color: #534B44
}

.playground {
	width: 880px;
	height: 512px;
	background-image:url(v1.png);
	background-repeat: no-repeat;
	background-position:top center;
	margin: 0px auto;
}

.xtra {
	position: relative;
	background-color:#fff;
	background-image:url(himmel.jpg);
	background-repeat: no-repeat;
	background-position:bottom center;
	width: 833px;
	height: 492px;
	top:0px;
	margin: 0px auto;
}

#intro {
	position: relative;
	width: 100%;
	height: 107px;
	top:0px;
	margin: 0px auto;
	z-index:2;
}

#right{
	position: relative;
	width: 100%;
	text-align:right;
	height: 30px;
	top:5px;
	z-index:1;
}


		
a:focus {
	outline:none
}

h1 {
	border-bottom: 1px solid silver;
	margin-bottom: 15px;
	padding-bottom: 3px;
	text-align: left;
	text-transform:uppercase;
	font-weight:bold;
	font-size:19px;
	color:#1B0504;
}

.stripviewer img {
	padding:3px;
	margin: 3px;
	border: none;
}

a img {
	padding:3px;
	margin: 2px;
	border: 1px solid #000;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#overview {
float:left;
width:275px;
height:270px;
overflow:hidden;
margin-right:10px;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 10px 0 10px;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0px 0;
	position: relative;
	width: 100%;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 830px;
	height: 490px;
	overflow: hidden;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}
.stripViewer { /* This is the viewing window */
	position: relative;
	top: 30px;
	overflow: hidden;
	border: 0px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 320px;
}

.stripViewer p{ /* This is the viewing window */
font-size:13px;
}
.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: 100%;

	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: 800px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}
.stripNav { /* This is the div to hold the nav (the UL generated at run time) */
	position:relative;
	top: 7px;
	left: 0px;
	z-index:100;
	margin: 0px auto;
}


.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	color: #fff;
}
.stripNav ul li {
	float: left;
	margin-right: 1px;
	color: #fff; /* If change this, be sure to adjust the initial value of navWidth */
}
.stripNav a { /* The nav links */
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
	padding: 0 10px;
}

.stripNav li.tab5 a {
	color: #fff
}
.stripNav li a:hover {
	background: #ce6001
}
.stripNav li a.current {
	background: #CE6001;
	color: #fff;
}
.stripNavL, .stripNavR { 
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 0px;
	width: 0px;
	color: #fff;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
}
.stripNavR {
}
.small {
	font-size: 10px;
	color:#000;
}
.tab {
	font-size: 9px;
	color:#968175;
}

.stripViewer .panelContainer .panel .wrapper li { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	margin-left: 0px;
	list-style:circle;
}

