@charset "utf-8";

/*------------------------------------------------
  filename:    style.css
  author:      Stefan Benicke
  copyright:   Stefan Benicke
  last update: 30.09.2009
------------------------------------------------*/

/*  global
----------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 10px;
  background-color: #6b0808;
  font: 75% verdana, arial, sans-serif;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 85%;
}
a img {
  border: none;
}
a:active, a:focus { /* FF Rahmen um aktive Links entfernen */
  outline: none;
}
.clear {
  clear: both;
}
/*  effects
----------------------------------------------------*/
#foxibox_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: #000;
}
#foxibox_loader {
  position: absolute;
  z-index: 102;
  width: 32px;
  height: 32px;
  background: url(img/foxibox-loading.gif) no-repeat;
}
#foxibox_container {
  position: absolute;
  z-index: 101;
  background: #fff;
}
#foxibox_details {
  position: absolute;
  z-index: 102;
  width: auto;
  height: auto;
  padding-top: 5px;
  font: 9pt 'trebuchet ms';
  color: #444;
}
#foxibox_title {
  width: auto;
  float: left;
  font-weight: bold;
}
#foxibox_nav {
  width: auto;
  float: right;
  overflow: hidden;
}
#foxibox_nav div {
  width: auto;
  float: right;
  margin-right: 8px;
  color: #888;
}
#foxibox_nav #prev {
  display: block;
  width: 20px;
  height: 16px;
  float: right;
  background: url(img/foxibox-arrows.gif) 0px 0px no-repeat;
}
#foxibox_nav #next {
  display: block;
  width: 20px;
  height: 16px;
  float: right;
  background: url(img/foxibox-arrows.gif) -20px 0px no-repeat;
}
#foxibox_details #scale {
  display: block;
  width: 20px;
  height: 16px;
  float: right;
  background: url(img/foxibox-arrows.gif) -60px 0px no-repeat;
}
#foxibox_details #close {
  display: block;
  width: 16px;
  height: 16px;
  float: right;
  background: url(img/foxibox-arrows.gif) -40px 0px no-repeat;
}
#foxibox_nav #prev:hover {
  background-position: 0px -20px;
}
#foxibox_nav #next:hover {
  background-position: -20px -20px;
}
#foxibox_details #scale:hover {
  background-position: -60px -20px;
}
#foxibox_details #close:hover {
  background-position: -40px -20px;
}
.foxitip {
  position: absolute;
  z-index: 100;
  padding: 10px;
  color: #000;
  background: #aaa;
  border: 1px solid #000;
}
.foxitip_title {
  font-weight: bold;
}
.foxitip_url {
  font-size: 85%;
}
/*  wrapper
----------------------------------------------------*/
#wrapper {
  width: 770px;
  margin: 0 auto;
  background: url(img/bg-main.png) top center repeat-y;
}
#wrapper-top {
  padding-top: 25px;
  background: url(img/bg-top.png) top center no-repeat;
}
#wrapper-bottom {
  padding-bottom: 10px;
  background: url(img/bg-bottom.png) bottom center no-repeat;
}
/*  menu
----------------------------------------------------*/
#menu {
  margin: 0 30px;
  border-bottom: 1px solid #000;
}
#menu li {
  float: left;
  width: auto;
  margin-right: 1em;
  margin-bottom: -1px;
  list-style-type: none;
}
#menu a {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  background-color: #eee;
  transition: background-color 100ms ease;
}
#menu a:hover {
  background-color: #ccc;
}
#menu a.activ {
  background-color: #fefffc;
  border-bottom: 1px solid #fff;
}
#menu a.activ:hover {
  background-color: #fefffc;
}
/*  content
----------------------------------------------------*/
#content {
  margin: 0 30px;
}
#content p {
  text-wrap: pretty;
}
#content p, #content ul {
  margin: 1em 0;
  line-height: 1.6;
}
#content li {
  margin-left: 2.5em;
  margin-bottom: 1em;
}
#content h1 {
  margin: 1em 0;
  font-size: 2em;
}
#content p.center {
  text-align: center;
}
#content p.right {
  text-align: right;
}
#content a {
  color: #6b0808;
}
#content a:hover {
  text-decoration: none;
  color: #000;
}
#content .fotos {
  text-align: justify;
}
#content .fotos span {
  display: inline-block;
  padding-left: 100%;
}
.contact-image,
#content .fotos a img {
  margin-bottom: 1em;
  padding: 2px;
  border: 1px solid #ccc;
}
#content .fotos a:hover img {
  border-color: #000;
}
#content .english p {
  color: #666;
  transition: color 1s ease;
}
#content .english p:hover {
  color: #000;
}
#content img.left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
#content img.right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
#content .bassisten, #content .werkstaetten, #content .foren, #content .favorites {
  width: 50%;
  float: left;
}
#content .bassisten p, #content .werkstaetten p, #content .foren p, #content .favorites p {
  padding: 0.5em 0 1em 0;
}
#content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2em;
}
#content th {
  font-weight: normal;
  text-align: left;
}
#content td, #content th {
  vertical-align: top;
  border-bottom: 1px dashed #999;
  padding: 0.5em 0;
  
}
/*  footer
----------------------------------------------------*/
#footer {
  margin: 0 30px;
  border-top: 1px solid #000;
}
#footer p {
  font-size: 0.9em;
  padding: 1em 0;
}
#footer a {
  color: #6b0808;
}
#footer a:hover {
  text-decoration: none;
  color: #000;
}
