* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		
		body {color: #666666;}
		
		a {color: #57c1e9;}

		a:hover	{color: #666666;}
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
		
		#RightLinks {
			margin-left: 10px;
			padding-left: 10px;
		}
		
		#RightLinks ul {
			top: 0px;
			vertical-align: top;
		}
		
		li {
			text-align: left;
			list-style-type: none;
			}
		
		.cross-link {
			color: #57c1e9;
			font-size: 15pt;
			font-style: normal;
			font-weight: lighter;
			text-transform: none;
			text-decoration: none;
		}
				
		a.cross-link:hover,
		a.cross-link:focus {
			
			color: #666666;
		}
		
		a.cross-link:active{
			color: #666666;
		}
		
		a.selected {
			color: #666666;
		}
		
		#footer a.back {
			color: #57c1e9;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11pt;
			font-style:normal;
			font-weight: bold;
			padding-top: 4px;
			text-decoration: none;
		}
		
		#footer a.back:hover	{
			color: #666666;
		}
		
		.bild-legende {
			text-align:left;
			font-size: 10pt;
			padding-bottom: 5px;
		}
					
		.line {
			width:100%; 
			border-top: solid 4px #000000; 
			text-align:left; color: #000000; 
			font-size:15px; font-style: normal; 
			font-weight:bold;
			padding-bottom: 20px;
		}
		
		.titel {
			border-top: 4px solid #030303;
			font-size: 24px;
			color: #030303;
			font-style: normal;
			line-height: normal;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			padding-bottom: 20px;
			padding-top: 5px;
			text-align:left;
			letter-spacing: 2px;
			text-transform: uppercase;
		}
		
		div.back_line {
			border-top: 1px solid #666666;
			padding-bottom: 10px;
			margin-top: 20px;
		}
		
		body {
			font-family: Verdana, Arial;
			background: #ffffff;
			color: #000;
			width: 800px;
			margin: auto;
			text-align: center;
			padding-bottom: 20px;
		}
		
		.MainContent {
			margin-top: 100px;
			margin-bottom: 20px;
			width: 100%;
			height: 100%;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.TxtLinks {
			float:left;
			padding-left:15px;
			font-size: 9pt;
			width: 250px;
			text-align: left;
			font-size: 10pt;
			font-style: normal;
			color: #666666;
		}
		
		/* These 2 lines specify style applied while slider is loading */
		.csw {
			width: 100%;
			height: 500px;
			background: #fff; 
			overflow: hidden; 
		}
		
		.csw .loading {
			text-align: center;
			margin: 250px;
			clear: both;
		}
				
		.stripViewer { /* This is the viewing window */
			position: relative;
			margin: 0;
			padding: 0;
			padding-bottom: 20px;
			overflow: hidden;
			margin: auto;
			width: 500px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 100%;
			float:left;
			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: 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: 500px; /* Also specified in  .stripViewer  above + a margin on the right if needed */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
		}
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			display: none;
			visibility: hidden;
		}
		
		.stripNav, #stripNav {
			display: none;
			visibility: hidden;
		}
			
		div#footer {
			clear:both;
			height: 50px;
			margin-top: 20px;
			text-align: left;
		}
		