body { 
    margin: 10px;
    padding: 0; 
	font-family: 'Courier',Arial,Helvetica,sans;
	font-size: 9pt;
	line-height:12pt;
    background-color: #666;
	}

*{
	margin:0px;
	padding:0px;
	}

#main{
	min-height:100%;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:630px;
	text-align:left;
	position:absolute;
	top: 0px;
	left: 230px;
	}

* html #main {
	height: 100%;
	}

a {
	text-decoration: underline;
	color: #996666;
	}

a:focus { outline:none }

img { 
	border: none; }
	
	
a img { 
	border: none; }

h2{
	font-family: Helvetica,Arial, sans;
	font-size: 16pt;
	line-height:18pt;
	}

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

/* This affects appearance when Javascript is turned off */
.csw {width: 630px; height: 100%; background: #fff; text-align:left; padding:0 30px; z-index: 2;
}
/* This is applied while slider is loading */
.csw .loading {margin: 200px 0 300px 0; text-align: left}

.stripViewer { /* This is the viewing window */
	text-align: left;
	position: relative;
	overflow: hidden; 
	border: none /* this is the border. should have the same value for the links */
	margin: auto;
	width: 630px !important; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 100%;
	min-height: 250px;
	clear: both;
	background: #fff;
	}

.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. */
	}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 620px; /* 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;
	}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	padding-bottom: 34px;
	}

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

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

.stripNav a { /* The nav links */
	margin:0; line-height:22px; padding:3px 10px; color:#000; text-decoration:none;
	}

.stripNav li a:hover {
	text-decoration:underline;
	}

.stripNav li a.current {
	color: #000;
	text-decoration:underline;
	}

.wrapper img{
	margin-left:0px;
	border: 1px solid #EDEDEC;
	}
	
.strasse {
	position: fixed;
	bottom: 10px;
	left: 20px;
	z-index: -1;	
	outline: 0 none;
	}	
	
.sign {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;	
	outline: 0 none;
}
