body {
	margin:0;
	padding:0;
	background:#000;
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;
	font-size:13px;
	color:#888;
}

img {
	display: inline;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #000;
}

#chapter1 img.buttonxl, #chapter2 img.buttonxl, #chapter3 img.buttonxl, #chapter4 img.buttonxl {
	padding: 0;
	background-color: #000;
	border: 0;
	margin: 0 0 0 293px;
}

#home img.buttonxl, #homexl img.buttonxl {
	display: none;
}

#data img {
	padding: 0;
	background-color: transparent;
	border: 0;
}

#content img {
	margin-right: 22px;
	margin-top: 12px;
	margin-bottom: 12px;
}

img.icon {
	position: relative;
	float: left;
	top: 44px;
	left: 789px;
	background-color: transparent;
	border: 0;
}

img.collage {
	margin: 0 0 0 290px;
	background-color: transparent;
	border: 0;
}

h1#logo {
	position:absolute;
	left:0px;
	top:0px;
	margin:0;
	padding:0;
	/*background-image: url('spider-rock.png');*/
	background-repeat: no-repeat;
	background-position: 0 0;
	width:360px;
	height:64px;
	text-indent:-8000px;
	z-index: 3;
}

#homexl h1#logo {
	width:400px;
}

h1#logo a {
	display:block;
	height:64px;
}

h2.intro {
	font-size:18px;
	font-weight: bold;
	color:#fff;
	letter-spacing: 0em;
}

h2	{
	font-size:13px;
	color:#fff;
	clear: both;
}

h3	{
	font-size:12px;
	color:#cbd0d4;
}

p {
	line-height:20px;
}

#content p.intro {
	color:#ccc;
	font-size:15px;
	padding-top: 24px;
}

#content ul.introlist {
	margin: 0 0 0 293px;
	list-style-position: inside;
	padding: 0;
	list-style-type: square;
}

#content ul.introlist li {
	color:#ccc;
	font-size:15px;
	padding-bottom: 1em;
}

#content p.intro b {
	color:#fff;
}

#content ul.linklist {
	margin: 4em 0 2em 293px;
	list-style-position: outside;
	padding: 0;
}

#content ul.linklist li {
	list-style: none;
	color:#ccc;
	font-size:15px;
	font-weight: bold;
	padding-bottom: 1em;
}

a	{
	color:#fff;
	text-decoration:none;
}

p a {
	color:#e3e8ec;
}

p.footer a {
	color:#6a6f73;
}

a:hover, p a:hover, p.footer a:hover {
	color:#fff;
	text-decoration:underline;
}

.hidden {
	display:none;
}

.left {
	float:left;
	margin:0;
	margin-right:10px;
}

.clear {
	clear:both;
}

*a {position:relative;} /*fix for links not being clickable in IE*/


/* ---------------------------------- menu ---------------------------------- */

#menu, #submenu {
	width: 1001px;
}

#menu {
	position: absolute;
	z-index: 2;
}

#header {
	position: relative;
	/*background-image: url('menu.background.png');*/
	background-repeat: repeat-x;
	border-bottom: 4px solid #fff;
	height:64px;
	z-index: 1;
}

#menu, #menu li {
	margin:0;
	padding:0;
	list-style:none;
	height:64px;
}

#menu li {
	display:inline;
	float:left;
	height:64px;
	line-height:64px;
	text-indent:-8000px;
	margin-left: 0px;
	/*width: 1024px;*/
}

#menu li a {
	display:block;
	height:64px;
	background-position:0 0;
	background-repeat:no-repeat;
}

#menu li a:hover,
body#chapter1 #menu li#menu1 a,
body#chapter2 #menu li#menu2 a,
body#chapter3 #menu li#menu3 a,
body#chapter4 #menu li#menu4 a {
	background-position:0 -64px;
}

/*li#menu1 {margin-left:649px;width:102px;}*/
li#menu2 {margin-left:751px;width:75px;}
li#menu3 {width:98px;}
li#menu4 {width:74px;}

li#menu1 a {background-image: url('menu1.png');}
li#menu2 a {background-image: url('menu2.png');}
li#menu3 a {background-image: url('menu3.png');}
li#menu4 a {background-image: url('menu4.png');}


/* ---------------------------------- content ---------------------------------- */

#data {
	margin-left: 264px;
	margin-bottom: 0;
	width: 686px;
}

#video {
	margin-left: 294px;
	margin-top: 1em;
}

#data table {
	position: absolute;
	/*margin-right: 200px;
	margin-top: 160px;*/
	margin-left: 240px;
	margin-top: 0px;
	color: #fff;
	border-collapse: collapse;
}

#data table th, #data table td {
	text-align: left;
	padding: 6px;
}

#data table td {
	text-align: left;
}

#data table th {
	text-align: right;
	color: #999;
	border-bottom: 1px solid #333;
	padding-top: 20px;
	padding-bottom: 14px;
}

#data table .unit {
	text-align: right;
	color: #666;
}

#data table #first {
	padding-top: 20px;
}

#content table.preise {
	margin-left: 293px;
	border-collapse: collapse;
	text-align: left;
	color:#82878b;
	width: 460px;
}

#content table.preise tr th, #content table.preise tr td {
	height: 2em;
	padding: 0;
	width: 258px;
}

#content table.preise tr td.wide {
	width: 400px;
}

#content table.preise tr td.right {
	text-align: right;
}

#content table.preise table {
	border: 1px solid #ccc;
	width: 333px;
	border-collapse: collapse;
	text-align: left;

}

#content table.preise table th {
	background-color: #999;
	color: #000;
}

.white {
	color: #fff;
}

.yellow {
	color: #fff200;
	background-color: #262b2f;
}

.grey {
	background-color: #262b2f;
}

.separation {
	height: 16px;
	margin-bottom: 49px;
	/*background-image: url('separation.png');*/
	background-repeat: repeat-x;
}

#content {
	margin-top: 0;
	/*background-image: url('content.background.png');*/
	background-repeat: repeat;
	padding-bottom: 85%;
}

p, h2, h3 {
	margin-left: 277px;
	padding-right: 16px;
	padding-left: 16px;
	width: 444px;
}

#content ul.thumbnails li {
	list-style: none;
	display: inline;
	float: left;
	font-size:11px;
	text-align: center;
}

p.thumbnails {
	width: 640px;
}

p.thumbnails img {
	width: 112px;
	height: 112px;
}

#content ul.thumbnails {
	width: 640px;
	margin-left: 248px;
	padding-right: 16px;
	padding-left: 16px;
}

#content ul.thumbnails li img {
	display: block;
	width: 112px;
	height: 112px;
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 11px;
	margin-right: 11px;
}

#content ul.fotothumbnails {
	width: 640px;
	margin-left: 266px;
	padding-right: 16px;
	padding-left: 16px;
}

#content ul.fotothumbnails li img {
	display: block;
	/*width: 112px;*/
	/*height: 112px;*/
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 11px;
	margin-right: 11px;
}

#content ul.fotothumbnails li {
	list-style: none;
	display: inline;
	float: left;
	height: 154px;
	font-size:11px;
	text-align: center;
}

h2.intro {
	padding-top: 2em;
}

h2 {
	padding-bottom: 16px;
	margin-bottom: 24px;
}

#welcome {
	margin-top: 64px;
	margin-bottom: 56px;
}

#welcome h2 {
	/*border-bottom: 1px solid #2c2c2c;*/
	border-bottom: 1px solid #333;
}

#content h2.intro {
	border-bottom: 1px solid #aaa;
}

#content h2 {
	border-bottom: 1px solid #262b2f;
}

#content h3 {
	border-bottom: 1px solid #171c20;
	padding-bottom: 16px;
	margin-bottom: 24px;
}

#content .top {
	border-top: 1px solid #333;
	padding-bottom: 1em;
	padding-top: 1em;
	font-size: 10px;
}

#welcome p {
	color:#fff;
	line-height: 20px;
	font-weight: bold;
}

#content p {
	margin-bottom: 24px;
	color:#82878b;
}

#content p.footer {
	/*color:#393e42;*/
	color:#6a6f73;
	font-size:11px;
	margin-top: 48px;
	margin-left: 277px;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	width: 700px;
	border-top: 1px solid #393e42;
}


/* ---------------------------------- home ---------------------------------- */

body#home {
	/*background:#000 url(../angebot/_content/keyvisual.jpg) no-repeat;*/
}

#home img, #homexl img {
	position: relative;
	float: left;
	top: 8px;
	padding: 0;
	background-color: transparent;
	border: 0;
}

#homeintro img {
	position: relative;
	/*float: left;*/
	/*top: 8px;*/
	/*padding: 0;*/
	background-color: transparent;
	border: 0;
}

#homeintro #bilder img {
	top: 78px;
}

#homeintro #bilder {
	height: 358px;
}

#homeintro #bilder .fluganlagen {
	margin-left: 170px;
}

#homeintro #bilder .kletterfelsen {
	margin-left: 612px;
}

#homeintro #content .fluganlagen {
	margin-left: 273px;
}

#homeintro #content .kletterfelsen {
	margin-left: 120px;
}

#home img.spider, #homexl img.spider {
	position: absolute;
	left: 144px;
}

#home img#rocks {
	position: absolute;
	top: 20px;
	left: 820px;
}

#homexl iframe#facebookbox {
	position: absolute;
	top: 72px;
	left: 766px;
}

#home #welcome h2, #homexl #welcome h2	{
	font-size:16px;
	line-height:22px;
}

#home .separation, #homexl .separation {
	margin-bottom: 32px;
}

#home #content,#homexl #content {
	position: relative;
	margin-top: -92px;
	z-index: 998;
}

#home #content p.footer, #homexl #content p.footer {
	margin-left: 277px;
	width: 700px;
}

#home p, #home h2, #home h3, #homexl p, #homexl h2, #homexl h3 {
	margin-left: 277px;
	width: 444px;
}


/* ---------------------------------- submenu ---------------------------------- */

#submenu, #submenu li {
	margin:0;
	padding:0;
	list-style:none;
	height:315px;
}

#submenu li {
	display:inline;
	float:left;
	width:106px;
	height:315px;
	line-height:315px;
	text-indent:-8000px;
	margin-left: 30px;
}

#submenu li a {
	display:block;
	height:315px;
	background-position:0 0;
	background-repeat:no-repeat;
}

#submenu li a:hover {
	background-position: 0 -315px;
}

li#submenu1 {margin-left: 180px}

/*li#submenu1 a {background-image: url('submenu1.png');}
li#submenu2 a {background-image: url('submenu2.png');}
li#submenu3 a {background-image: url('submenu3.png');}
li#submenu4 a {background-image: url('submenu4.png');}
li#submenu5 a {background-image: url('submenu5.png');}
li#submenu6 a {background-image: url('submenu6.png');}
li#submenu7 a {background-image: url('submenu7.png');}*/


/* ---------------------------------- ImageFlow ---------------------------------- */

#bilder { 
	/*position:relative; für Anzeige im IE? */
	width: 888px;
	height: 452px; /* notwendig?*/
	margin: 42px 0 0 100px;
	z-index: 999;
}

#bilder img { 
	position:absolute; 
	top:0px;
	border:none;
}

#bild { 
	width: 888px;
	height: 452px;
	z-index: 999;
}

#bild img { 
	position:absolute; 
	top:98px;
	margin-left: 108px;
	border:none;
}

#images{
	visibility:hidden;
}
#loading{
	margin: 0 auto;
	text-align:center;
	width:100%;
}
#loading img{
	margin: 10px auto auto 195px;
	position:relative; 
}
#captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	color: #eee;
	z-index:1000;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:1001;
}
#slider{
	position:absolute;
	margin-top:-8px;
	margin-left:-8px;
	z-index:1002;
	background-image:url(../_design/slider.png);
	background-repeat:no-repeat;
	width:16px;
	height:16px;	
}
#imageflow{
	/*margin-left:350px;*/
	text-align:left;


/* ---------------------------------- float fix ---------------------------------- */

#content:after, #container:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content, #container{display: block;}
/* Hides from IE-mac \*/
#content, #container{min-height:1%;}
* html #content, * html #container{height: 1%;}
#content, #container{display: block;}
/* End hide from IE-mac */
/* end float fix */

