@charset "utf-8";
/* CSS Document */

#main {
	float:left;
	width:441px;
	padding-top:15px;
}

.preise {
	width:300px;
	float:right;
	padding-top:75px;
}

/* Formatierung Preise MAIN Bereich */

.preise_liste {
	height:100px;
	clear:both;
	border:1px solid #780e00;
	border-right:none;
	padding:10px;
	margin-bottom:10px;
}

.preise_liste h1{
	font-size:12px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	margin-bottom:-15px;
	color:#780e00;
}

.preise_liste .bodytext {
	font-size:10px;
	line-height:12px;
}

/**/

.preistabelle {
	width:300px;
} 
.preistabelle a {
	color:#780e00;
	font-weight:normal;
}

.zeitraum {
	height:42px;
	font-weight:bold;
	background-color:#780e00;
	color:#efeccd;
	padding-top:10px;
	text-align:center;
}
	.zeitraum a {
		color:#efeccd;
	}

.ptop {
	clear:both;
}

	.ptop1,	.ptop2,	.ptop3,	.ptop4 {
		width:74px;
		float:left;
		text-align:center;
		background-color:#d7d2a8;
		color:#780e00;
		padding-top:5px;
		height:35px;
		border-left:1px solid #fff;
		padding-bottom:22px;
	}
	
	.ptop1 {
		width:75px;
		border-left:none;
	}


.single {
	border-top:1px solid #780e00;
	border-left:none;
	clear:both;
}

	.p1, .p2, .p3, .p4 {
		width:74px;
		float:left;
		background-color:#f0ebcd;
		height:120px;
		border-left:1px solid #fff;
		color:#780e00;
		font-weight:bold;
		text-align:center;
	}
	.single i {
		color:#000;
		font-weight:normal;
		font-style:normal;
	}
	
	.p1 {
		border-left:none;
		width:75px;
	}
	
	.p2 {
		background-color:#ede9c4;
	}
	
	.p3 {
		background-color:#eae7be;
	}
	
	.p4 {
		background-color:#e7e3b6;
		width:73px;
		border-right:1px solid #780e00;
	}

	.single .bodytext {
		padding-top:30px;
	}	
	
.preiseclear {
	border-top:1px solid #780e00;
	height:10px;
	background-color:#fff;
	clear:both;
}

/**********************************************************/
#slider {
  margin: 0 auto;
  position: relative;
}

.scroll {
  overflow: auto;
  overflow-x:hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF;
}
.scrollContainer div.panel {
  padding: 0;
}
.scrollButtons {
	cursor:pointer;
}
ul.navigation {
  white-space: nowrap;
  margin:0;
  padding:0 0 0 7px;
  list-style:none;
}

div#slider_nav {
	width:100%;
	float:left;
	background:#fff url("nav_bottom.gif") repeat-x bottom;
}
ul.navigation li {
  float:left;
  
  margin: 5px 5px 0 0;  
  padding: 0;
 
  border-left:1px solid #ccc;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
}
ul.navigation li.selected {
	border-bottom: 1px solid #fff;
}

ul.navigation a {
  float:left;
  display:block;
  color:#334;

  background:#ececec;
  
  padding:1px 11px 1px 8px; 
  text-transform: none;
  text-decoration:none;
  font-weight:normal;
  width: auto;
}

ul.navigation a:hover,
ul.navigation li.selected a { 
    background-color: transparent;
}

ul.navigation #current a {
  background-color:#fff;
  border-bottom: 1px solid #fff;
}

.scrollButtons {
    position: absolute;
    top: 17px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -25px;
	width:20px;
}

.scrollButtons.right {
    right: 5px;
	width:20px;
}

