@import url(layout.css);
@import url(layout_home.css);
@import url(layout_content.css);
@import url(navigation.css);
@import url(text.css);
@import url(modules.css);
/*
@import url(scrollable-horizontal.css);
@import url(scrollable-buttons.css);
*/

html {
   height: 100%;
   margin: 0px;
   padding: 0px;
} 

body {

   height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: transparent url(images/bg.jpg) repeat-x scroll 0 0;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size:0.70em;
	color:#333333;
	line-height:1.5;
}

hr{
 border: 0px; /* FŸr Firefox und Opera */
 border-top: solid 1px #FFF;
 border-bottom: transparent;
}


#breadcrumb {
background:transparent url(images/arrow_right.jpg) no-repeat scroll left top;
float:left;
line-height:20px;
margin-left:0px;
padding-left:27px;
}

.line {
	width: 295px;
	border: 1px solid #fff;
	background-color: #fff;
	height: 1px;
}

.borders {
	border: 3px solid #fff;
}

.borders1 {
	border: 3px solid #fff;
	margin-right: 10px; 
}

.borders_ohne {
	border: 0px solid #fff;
	margin-right: 10px; 
}

.firstone {
	margin-top: 15px;
}

		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; }
				
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 625px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 460px;
			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: 625px; /* 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;
		}
		
		.wrapper img {
		float:left;
		margin-right: 15px;		
		}
		.wrapper .ohne {
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
		}
		
		.wrapper p {
		margin-top: 80px;
		}
		
		
		
		.wrapper h3 {
		margin-left: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display: none;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			float:left;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 20px;
			width: 86px;
		}
		
		.stripNavL {
			margin-left: 215px;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/back_once.jpg") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/forward_once.jpg") no-repeat center;
		}

#cholder {
	width: auto;
}

a.next {
	display:block;
	width:30px;
	height:30px;
	margin-top: 55px;
	margin-left: 10px;
	margin-right: 10px;
	float:left;
	cursor:pointer;
	font-size:1px;
	background:url(images/but_links.gif) no-repeat;
}

a.prev {
	display:block;
	width:30px;
	height:30px;
	margin-top: 55px;
	margin-left: 10px;
	margin-right: 10px;
	float:left;
	cursor:pointer;
	font-size:1px;
	background:url(images/but_rechts.gif) no-repeat;
}

.anyClass ul {
margin:0;
padding:0;
}

.anyClass li {
height:150px;
list-style:none outside none;
margin:0;
padding:16px 0 0 4px;
}

.anyClass {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 500px;
	height:150px;
	border:0px solid #ccc;
	float: left;
	background:url(images/rahmen.gif) no-repeat center center;
}
