/***************
* style.css - Stylesheet
* (c) Klangschaften.ch - Oktober 2009
* Autor: Wolfgang Drescher
***************/

@import url("general.css");

body {
  margin: 0;
  padding: 0;
  background: #808080 url(images/header.png) repeat-x center top;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Verdana, sans-serif;
}


.frame {
  margin: 0px auto 20px;
  width: 860px;
}

.header {
  height: 230px;
  margin: 0;
}

.header h1 {
  padding: 190px 0 0 8px;
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #FFF;
}

.nav {
  padding: 0px 5px 0px 11px;
  margin: 0px;
  font-size: 13px;
  background: url(images/nav.png) repeat-x;
  height: 25px;
  border-top: 1px solid #878787;
  border-bottom: 1px solid #9C9C9C;
  -moz-border-radius-topleft: 11px;
  -moz-border-radius-topright: 11px;
  -webkit-border-top-left-radius: 11px;
  -webkit-border-top-right-radius: 11px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.content {
  font-size: 13px;
  background: #FFF;
  padding: 11px;
  line-height: 17px;
  -moz-border-radius-bottomleft: 11px;
  -moz-border-radius-bottomright: 11px;
  -webkit-border-bottom-left-radius: 11px;
  -webkit-border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}

.footer {
  width: 350px;
  border-top: 1px solid #999;
  margin: 0 auto;
  font-size: 10px;
  color: #CCC;
  margin-top: 10px;
  padding-top: 3px;
  text-align: center;
}

h2 {
  margin: 0 0 23px 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1.7px;
}

a:hover {
/*  background: #669900;*/
  color: #669900;
  text-decoration: underline;
}

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

/* Isolator */

.isolate.hidden {
  visibility: hidden;
}

/* Navigation */

div.nav ul {
  padding: 0px;
  margin: 0px;
}

div.nav ul li {
  display: inline;
  list-style: none;
  margin-right: 0px;
}

div.nav ul li a {
  color: #424242;
  padding: 4px 6px 5px 6px;
  text-decoration: none;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.3px;
}

div.nav ul li a:hover {
  background: url(images/nav_hover.png);
  color: #FFFFFF;
}

div.nav ul li a:active, div.nav ul li.active a {
  background: url(images/nav_active.png); /* 96A5BB */
  color: #FFFFFF;
}


/* Sonstiges */

table.browsetable tr td {
  font-weight: bold;
}

table.browsetable tr td + td {
  font-weight: normal;
}

div.browseinfo label {
  float: none;
  display: block;
}

/* Memory */

.memory .audios {
  margin: 0 44px 0 44px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}

.memory .audios .player {
  margin: 0 0 5px 0;
  height: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
}

.memory .audios .player #playerdata {
  float: left;
}

.memory .audios .player object {
  margin: 5px 10px 0 0;
  float: left;
}

.memory .audios .number {
  float: left;
  height: 30px;
  width: 30px;
  margin: 0 5px 0 0px;
  border: 1px solid #999;
  line-height: 30px;
  font-family: Garamond, Georgia, serif;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.memory .index {
  margin: 0 0 0 36px;
}

.memory .index .thumb {
  text-align: center;
  position: relative;
  border: 1px solid #CCC;
  padding: 10px 10px;
  margin: 10px;
  float: left;
/*  float: left;*/
  height: 100px;
  width: 150px;
  overflow: hidden;
  position: relative;
}

.memory .index .thumb:hover {
  background: #CCC;
  border-color: #999;
}

.memory .index .thumb .number {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 40px;
  margin: 0 5px 0 0px;
  line-height: 40px;
  font-family: Garamond, Georgia, serif;
  font-size: 50px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.memory .index .thumb .zoom {
  padding: 7px 0 0 7px;
  height: 18px;
  width: 18px;
  background: #FFF;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  -moz-border-radius-topleft: 22px;
  -webkit-border-top-left-radius: 22px;
  border-top-left-radius: 22px;
}

.memory .index .thumb .zoom:hover {
  background: #EEE;
}

/* Ton-Memory */

.memory.ton .index .thumb {
/*  background: url(images/memory_bg.jpg);*/
}

.memory.ton .player {
  padding: 0 0 10px 0;
  height: 32px;
  margin: 0 44px;
  border-bottom: 1px solid #CCC;
  margin-top: 10px;
}

/* Stadtrundgang */

.tour .navi {
  margin: 20px 0 25px 0;
  padding: 10px 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.tour .navi a {
/*  padding: 3px 5px;*/
  margin: 0 5px;
/*  border: 1px solid #CCC;*/
}

/* Kontaktformular */

.mailer label {
  float: left;
  display: block;
  width: 100px;
  text-align: right;
  margin: 3px 8px 8px 0;
  
}
