* {
    border: 0;
}

html {
    /*overflow : scroll;*/
}

body {
  font-family : "Trebuchet MS", Arial, sans-serif;
  font-size : 8pt;
  color : #25292b;
  background-color: #e8e7e6;
  background-image : url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0;
}

h1, h2, h3 {
    color: #8f9192;
}

h1, h2, h3 {
    font-size: 11pt;
}

#submenue {
    color: #C2C2C2;
}

#website {
    margin: auto;
    width: 860px;
}

#header {
    width: 860px;
    height: 321px;
}

#header-top {
    width: 100%;
    height: 19px;
    background-image : url('images/header-top.png');
}

#nav{
    position: relative;
    z-index: 2;
        margin: 0;
        padding: 0;
        width: 860px;
        height: 45px;
        color: #e8e7e6;
        font-size: 9pt;
        font-weight: bold;
        background-image : url('images/navi/menu.jpg');
}

#nav li {
    position: relative;
        list-style-type: none;
        display: block;
        float: left;
    padding: 15px 15px 0 15px;
    vertical-align: middle;
}

#nav .submenu {
    position: absolute;
    top: 38px;
    margin: 0 0 0 -15px;
    padding: 5px 0 5px 15px;
    width: 135px;

    color: #222222;
    line-height: 22px;
    background:  url('images/navi/submenu.png');
    background-position: bottom;
    display: none;
}

#nav .top {
    position: absolute;
    margin: -15px 0 0 -15px;
    width: 150px;
    height: 10px;
    background:  url('images/navi/submenu-top.png');
}

#nav span {
    color: #cccccc;
    cursor: default;
}

#button-home {
        background: url('images/navi/home_1.jpg');
        width: 83px;
        height: 45px;
}

#button-uber {
        background: url('images/navi/about_1.jpg');
        width: 75px;
        height: 45px;
}

#button-termine {
        background: url('images/navi/dates_1.jpg');
        width: 69px;
        height: 45px;
}

#button-neuigkeiten {
        background: url('images/navi/news_1.jpg');
        width: 88px;
        height: 45px;
}

#button-cds {
        background: url('images/navi/cds_1.jpg');
        width: 59px;
        height: 45px;
}

#button-galerie {
        background: url('images/navi/gallery_1.jpg');
        width: 114px;
        height: 45px;
}

#button-gaestebuch {
        background: url('images/navi/gbook_1.jpg');
        width: 79px;
        height: 45px;
}

#button-shop {
        background: url('images/navi/shop_1.jpg');
        width: 53px;
        height: 45px;
}

#button-presse {
        background: url('images/navi/press_1.jpg');
        width: 69px;
        height: 45px;
}

#button-veranstalter {
        background: url('images/navi/veranstalter_1.jpg');
        width: 96px;
        height: 45px;
}

#button-links {
        background: url('images/navi/links_1.jpg');
        width: 65px;
        height: 45px;
}


#button-home:hover,
#button-uber:hover,
#button-termine:hover,
#button-neuigkeiten:hover,
#button-cds:hover,
#button-galerie:hover,
#button-gaestebuch:hover,
#button-shop:hover,
#button-presse:hover,
#button-veranstalter:hover,
#button-links:hover {
        background-position:100% -45px;
}

#blind-home { width: 83px; height: 45px }
#blind-uber { width: 75px; height: 45px }
#blind-termine { width: 69px; height: 45px }
#blind-neuigkeiten { width: 88px; height: 45px }
#blind-cds { width: 59px; height: 45px }
#blind-galerie { width: 114px; height: 45px }
#blind-gaestebuch { width: 79px; height: 45px }
#blind-shop { width: 53px; height: 45px }
#blind-presse { width: 69px; height: 45px }
#blind-veranstalter { width: 96px; height: 45px }
#blind-links { width: 65px; height: 45px }


#menu-bottom {
        width: 860px;
        height: 15px;
}

#main {
    position: relative;
    z-index: 1;
        width: 860px;
}

#main-page {
        width: 563px;
        vertical-align: top;
}


#main-column {
        width: 290px;
        vertical-align: top;
}

#newsletter-form {
        width: 290px;
        height: 44px;
        background: url('images/column-newsletter.jpg');
}


#footer {
        background: url('images/footer-bg.jpg');
        width: 100%;
        height: 40px;
        margin-bottom: 0;
        color: #7f7f7f;
}

.small {
        color: #6e7a80;
}

.big {
        font-size: 11pt;
}

.special-grey {
        color: #8f9192;
        text-decoration: underline;
        font-size: 8pt;
        font-weight: bold;
}

.clickable-button {
        cursor: pointer;
}

/*link */
a:link {
  text-decoration : none;
  color: #25292b;
  font-weight: bold;
}
a:visited {
  text-decoration : none;
  color: #25292b;
  font-weight: bold;
}
a:hover {
  color: #77876d;
}
a:active {
  color: #77876d;
}

a.brown:link {
  text-decoration : none;
  background: #c19e70; 
  color: #ffffff;
  font-weight: bold;
}
a.brown:visited {
  text-decoration : none;
  background: #c19e70;
  color: #ffffff;
  font-weight: bold;
}
a.brown:hover {
  background: #d9bb94;
  color: #ffffff;
}
a.brown:active {
  background: #d9bb94;
  color: #ffffff;
}

#nav a:link {
  text-decoration : none;
  color: #cccccc;
  font-weight: bold;
}
#nav a:visited {
  text-decoration : none;
  color: #cccccc;
  font-weight: bold;
}
#nav a:hover {
  color: #ffffff;
}
#nav a:active {
  color: #ffffff;
}


#nav .submenu a:link {
  text-decoration : none;
  color: #333333;
  font-weight: bold;
}
#nav .submenu a:visited {
  text-decoration : none;
  color: #333333;
  font-weight: bold;
}
#nav .submenu a:hover {
  color: #000000;
}
#nav .submenu a:active {
  color: #000000;
}

#footer a:link {
  text-decoration : none;
  color: #999;
  font-weight: normal;
}
#footer a:visited {
  text-decoration : none;
  color: #999;
  font-weight: normal;
}
#footer a:hover {
  color: #25292b;
}
#footer a:active {
  color: #25292b;
}

#kasse-form input {
    margin-right: 5px;
    width: 255px;
    height: 20px;
    line-height: 20px;
    color: #666666;
    background: #e8e8e8;
    padding: 3px 5px 3px 5px;
    border: 0;
}

/*Classes */

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.button-brown, #kasse-form .button-brown {
    background: #c19e70;
    color: #ffffff;
    cursor: pointer;
}

span.brown {
  background: #c19e70;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}

table .gray td, table .white td {
    color: #666666;
    background: #e8e7e6;
    padding: 2px 5px 2px 5px;
}

table .white td {
    background: #ffffff;
}

/*Blocs */

.bloc.small {
    position: relative;
    width: 290px;
}

.bloc.small .top {
    position: relative;
    height: 20px;
    background: url('images/bloc/bloc-top-s.png');
}

.bloc.small .bot  {
    position: relative;
    height: 20px;
    background: url('images/bloc/bloc-bot-s.png');
}

.bloc.small .mid {
    position: relative;
    background: url('images/bloc/bloc-mid-s.png');
}

.bloc.small .mid .content{
    padding: 0 20px 0 20px;
}

.bloc.medium {
    position: relative;
    width: 550px;
}

.bloc.medium .top {
    position: relative;
    height: 20px;
    background: url('images/bloc/bloc-top-m.png');
}

.bloc.medium .bot  {
    position: relative;
    height: 20px;
    background: url('images/bloc/bloc-bot-m.png');
}

.bloc.medium .mid {
    position: relative;
    background: url('images/bloc/bloc-mid-m.png');
}

.bloc.medium .mid .content{
    padding: 0 20px 0 20px;
}

.bloc .prev, .bloc .next {
    position: absolute;
    top: 30px;
    left: -4px;
    width: 20px;
    height: 28px;
    background: url('images/bloc/bloc-prev.png');
}

.bloc .next {
    background: url('images/bloc/bloc-next.png');
    left: auto;
    right: 0;
}


#shop-kart {
    width: 290px;
    height: 115px;
    background: url('images/bloc/bloc-cart.png');
}

.cart-table {
    border-bottom: 2px solid #cccccc;
}

.cart-table th {
    padding: 3px 8px 3px 8px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
}

.cart-table td {
    padding: 3px 8px 3px 8px;
}

#likebox-frame{
 border:2px solid #ffffff;
 width:250px;
 z-index:10;
 height: 255px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
}
#likebox-frame iframe{
  left:-5px;
  overflow:hidden;
  position:relative;
  top:-1px;
}
