* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background: url(../images/back-inhalt.png);
  color: #fff;
  font: 14px/14px verdana,arial,helvetica,sans-serif; 
}

.coda-slider-wrapper {
  width: 980px;
  margin: 0 auto;
  clear: both;
  overflow: auto;
  padding-bottom: 20px;
}
  
  .panel h2.title {
    display: none;
  }
  
  .panel h1 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  
  .panel h3 {
    margin-bottom: 20px;
    font-size: 14px;
  }   
  
  .panel p {
    margin-bottom: 20px;  
  }
  
  ol, ul {
	 margin-left: 20px;
	 margin-bottom: 20px;
  }  
  
  a {
    color: #fff;
  }
    
  a img {
    border: 0;
  }
  
  img {
    margin-bottom: 20px;
    float: right;
    margin: 20px 0 20px 20px;
    border: 1px solid #3d342f;
  }
  
	noscript div { background: #ccc; border: 0px solid #900; margin: 20px 0; padding: 15px }
	
	p.website-title {
    margin: 0 auto;
    width: 900px;
    padding: 20px 0 20px 20px;
    font-size: 26px;
    color: #fff;
    font-weight: bold; 
  }
  
  .website-title a {
    text-decoration: none;
  }
  
  .website-title a:hover {
    text-decoration: none;
    color: #3d342f; 
  }

/* Most common stuff you'll need to change */
	
  .coda-slider { 
    background: url(../images/back-inhalt.png) top left;
    border-top: 4px solid #3d342f; 
    border-bottom: 4px solid #3d342f;
    border-left: 1px solid #3d342f; border-right: 1px solid #3d342f;
  }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 900px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
    width: 900px;
    background: #888888;
  }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 0px; width: 37px }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */                                                       
	
	.coda-nav { margin-bottom: 20px; }
	.coda-nav ul { clear: both; display: block; margin: 0 auto; overflow: hidden; width: 974px !important; text-align: center; }
	.coda-nav ul li { display: inline }
	
	.coda-nav ul li a {
    background: url("../images/cellshade.png") repeat-x scroll 0 0 #3399cc;
    color: #000;
    display: inline-block;
    font: 20px/20px verdana,arial,helvetica,sans-serif; 
    margin: 0 5px 0 0;
    padding: 10px 15px 15px 15px;
    text-align: center;
    text-decoration: none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomleft: 5px;  
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;  
}

	.coda-nav ul li a:hover {
    color: #fff;
}
  
  .coda-nav ul li a.current {
    background: #3d342f;
    color: #fff;
  }
	
	/* Miscellaneous */
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	
	.coda-nav-left, .coda-nav-right {
    float: left;
  }
	
  .coda-nav-left a, .coda-nav-right a {
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 60px;
  }
  
  .coda-nav-left a {
    height: 80px;
    background: url(../images/arrows.png) no-repeat -37px -20px;
    text-indent: -9999px;
  } 
  
  .coda-nav-left a:hover {
    height: 80px;
    background: url(../images/arrows.png) no-repeat -37px -130px;
    text-indent: -9999px;
  } 
  
  .coda-nav-right a {
    height: 80px;
    background: url(../images/arrows.png) no-repeat 0 -20px;
    text-indent: -9999px;
  }
  
  .coda-nav-right a:hover {
    height: 80px;
    background: url(../images/arrows.png) no-repeat 0 -130px;
    text-indent: -9999px;
  }
  
  
  
div.wrap {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

div#top div#nav{
  float: left;
  clear: both;
  width: 900px;
  height: 52px;
  margin: 22px 0 0;
  background: url url(../images/nav-bg.png) 0 0 no-repeat;
}

div#top div#nav ul{
  float:left;
  width:700px;
  height:52px;
  list-style-type:none;
}

div#nav ul li{
  float:left;
  height:52px;
}

div#nav ul li a{
  border:0;
  height:52px;
  display:block;
  line-height:52px;
  text-indent:-9999px;
}

div#header{
  margin:-1px 0 0;
}

div#video-header{
  height:683px;
  margin:-1px 0 0;
}

div#header div.wrap{
  height: 278px;
  background: #3d342f;
  border-left: 1px solid #3D342F; border-right: 1px solid #3D342F; border-bottom: 4px solid #3D342F; border-top: 4px solid #3D342F;
}

div#header div#slide-holder{
  z-index:40;
  width: 900px;
  height: 278px;
  position: absolute;
}

div#header div#slide-holder div#slide-runner{
  width:900px;
  height:278px;
  overflow:hidden;
  position:absolute;
}

div#header div#slide-holder img{
  margin:0;
  display:none;
  position:absolute;
}

div#header div#slide-holder div#slide-controls{
  left:0;
  bottom:225px;
  width:900px;
  height:46px;
  display:none;
  position:absolute;
}

div#header div#slide-holder div#slide-controls p.text{
  float:left;
  color:#fff;
  display:inline;
  font-size:10px;
  line-height:16px;
  margin:15px 0 0 20px;
  text-transform:uppercase;
}

div#header div#slide-holder div#slide-controls p#slide-nav{
  float:right;
  height:24px;
  display:inline;
  margin:11px 15px 0 0;
}

div#header div#slide-holder div#slide-controls p#slide-nav a{
  float:left;
  width:24px;
  height:24px;
  display:inline;
  font-size:11px;
  margin:0 5px 0 0;
  line-height:24px;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  background-position:0 0;
  background-repeat:no-repeat;

}
div#header div#slide-holder div#slide-controls p#slide-nav a.on{
  background-position:0 -24px;
}

div#header div#slide-holder div#slide-controls p#slide-nav a{background-image:url(../images/silde-nav.png);}
div#nav ul li a{background:url(../images/nav.png) no-repeat;} 	