/* -------------------------------------------------------------- 
  
   Bermuda 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: black;
	font-size: 13px;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
}


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

#warning {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffea00;
  border-bottom: 1px solid #ffae00;
  padding: 8px 20px;
  z-index: 999;
}

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

.nachtruhe {
    position: absolute;
    right: 100px;
    bottom: 150px;
    z-index: 9999;
}

.map {
  position: relative;
  overflow: hidden;
  background-image: url(../img/paper.jpg);
  background-position: 0 107px;
}

.map .map {
  background-image: url(../img/paper_top.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.map .map .map {
  background-image: url(../img/paper_bottom.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.map .content {
  position: relative;
  padding: 665px 20px 0;
}

.content .logo {
  position: absolute;
  left: 24px;
  top: 35px;
  z-index: 99;
  cursor: pointer;
}

.slogan {
  position: absolute;
  right: 68px;
  top: 64px;
  font-weight: bold;
  font-size: 1.2em;
  text-align: right;
  z-index: 99;
}


.menu {
  position: absolute;
  right: 348px;
  top: 80px;
  font-weight: bold;
  font-size: 1.2em;
  text-align: right;
  z-index: 99;
}

#bermudamap {
  position: absolute;
  left: 24px;
  top: 108px;
  width: 588px;
  height: 548px;
  overflow: hidden;
  background: url('../img/map-3eck-preview.jpg') no-repeat;
}

#fb {
  position: absolute;
  right: 68px;
  top: 108px;
}

#logos {
  margin: 0 0 30px 0;
  text-align: center;
  width: 888px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
}
#logos img {
  vertical-align: middle;
    width: 140px;
    height: 50px;
}

#logos ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  width: 888px;
}

#logos li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    width: 140px;
    height: 50px;
}

.lokalname {
  position: absolute;
  right: 388px;
  top: 150px;
  z-index: 99;
  color: black;
  font-size: 2em;
  font-weight: bold;
  background-color: white;
  padding: 10px;
  display: none;
  opacity: 0.7;
  filter:Alpha(opacity=70);
}

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

.footer {
  color: white;
  font-size: 0.7em;
  text-align: center;
}
.footer a {
  color: white;
}

.dev {
  position: absolute;
  left: 50%;
  margin-left: -444px;
  width: 888px;
  clear: both;
  color: white;
}

.dev input {
  width: 888px;
}
