/* -------------------------------------------------------------- 
  
   CSW Screen Style
   * by nckck.com
   * uses parts of boilerplate and 960.gs
   
-------------------------------------------------------------- */


@import "reset.css";
@import "typography.css";
@import "960.css";



/* Page
------------------------*/

body {
	background: #000;
	background-image: url(../img/rockstory_background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	color: #fff;
	font-size: 13px;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
}


/* Header
------------------------*/

#top {
  position: relative;
}

#top .home {
  position: absolute;
  left: 0;
  top: 15px;
  width: 600px;
  height: 180px;
}

#top .oeffnungszeiten {
  position: absolute;
  right: 0;
  top: 50px;
}

#main {
  margin-top: 200px;
}

.countdown {
	font-size: 140%;
}

.countdown span {
	color: #E04914;
}


/* Menu
------------------------*/

#menu {
  background-image: url(../img/liniedick.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 33px;
  padding-left: 10px;
}

#menu ul {
  list-style-type: none;
}

#menu li {
	position: relative;
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
}

.bermuda3eck {
	position: absolute;
	top: -7px;
}


/* Content
------------------------*/

#content {
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
}

#content a {
	color: white;
}

.csc-header-date {
	margin-bottom: 3px;
	margin-top: 5px;
}

h1 {
	margin-bottom: 0;
}

h2 {
	margin-top: -20px;
}

#content .schmalespalten {
    clear: both;
}

.grid_2-5 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_2-5 {
	width: 195px;
}

.slideshow {
	position: relative;
    width: 850px;
}

#controls {
	position: absolute;
	display: none;
	z-index: 999;
    width: 850px;
	height: 100%;
}
#controls #next {
	position: absolute;
	z-index: 999;
	right: 20px;
	top: 160px;
}
#controls #prev {
	position: absolute;
	z-index: 999;
	left: 20px;
	top: 160px;
}
#controls #pause,#controls #play {
	position: absolute;
	z-index: 999;
	left: 400px;
	top: 160px;
}
#controls img {
	margin: 5px;
}


/* Footer
------------------------*/

#footer {
  background-image: url(../img/linie.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 30px;
	clear: both;
	padding: 3px 0 0 10px;
	margin-top: 20px;
}

#footer #adresse {
	margin-left: 50px;
}

#footer ul {
  list-style-type: none;
}

#footer li {
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
}
