﻿/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  */

/* der für alle displays gültige Teil */
body {
        font-family: verdana, tahoma, arial, sans-serif;
        font-size: 96%;
        letter-spacing: 0.05em;
        color: #FF0000;
        background-color: #000000;
        line-height: 160%;
        margin: 0;
        padding: 0;
        text-align: center;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}


#header h1 {
        margin: 0 20px;
        padding: 0;
        height: 192px;
        color: #FF0000;
        font-size: 1%;
        }


h2 {
        margin: 0;
        font-size: 140%;
        font-weight: bold;
        }



h3 {
        margin:0;
        font-size: 110%;
        font-weight: bold;
        line-height: 120%;
        }

h4{
        font-family: verdana, tahoma, arial, sans-serif;
        margin: 0.8em auto;
        font-size: 100%;
        font-weight: bold;
        letter-spacing: 0.05em;
        }

h5{
        font-family: verdana, tahoma, arial, sans-serif;
        margin: 0.8em auto;
        font-size: 100%;
        font-weight: normal;
        letter-spacing: 0.05em;
        }


#wrapper-menu-top {
        background: url('images/bg01-black-top.png') left bottom;
}


#upper-corner {
        background: url('images/bg01-black-left.png') no-repeat left bottom;
}

#menu-top {
        background: url('images/bg01-black-right.png') no-repeat right bottom;
        width: 100%; /* rechte Schattenlinie im menu-top wird ohne das unter IE nicht dargestellt */
        overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
        margin: 0 29px 0 30px; 
        padding: 1em 0 0 0;
        list-style: none;    
        font-style: normal;
        font-size: 90%;
        font-weight: bold;
        float: left;
}

#menu-top li {
        display: inline;
        float: left;
}

#menu-top a {
        float: left;
        background:url('images/menuleft.png') no-repeat left top;
        margin:0;
        padding:0 0 0 4px;
        text-decoration:none;
        line-height: 1.5em;
}

#menu-top a span {
        background: url('images/menuright.png') no-repeat right top;
        padding:5px 15px 4px 6px;
        color:#000000;
        display: block;
        float: left;
        cursor: pointer; 
}
/* IE doesnt display the hand when you roll over the link for some reason. cursor pointer fixes it */


/* den rechten Balken des Menüs vervollständigen */
#menu-top-fill {
        background: url('images/menufill.png') repeat-x right top;
        margin: 1em 29px 0 30px; 
        padding: 1px 15px 4px 6px;
        font-size: 90%;
        font-weight: bold;
        color:#000000;
        cursor: arrow; 
}




/* die aktuelle Registerkarte im oberen Menu hervorheben */


#menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span { background-position:100% -42px; }

#menu-top a:active { background-position:0% -84px; }
#menu-top a:active span { background-position:100% -84px; }


#wrapper-header {
        background: black left top;
}


#header-bg {
        background: black ;
}


#header {
        background: black url('images/banner.jpg') no-repeat center top;
}

#wrapper-header2 {
        background: url('images/bg02-black-left.png') no-repeat left top;
}

#wrapper-header3 {
        background: url('images/bg02-black-right.png') no-repeat right top;
}

#wrapper-content {
        background: #000000 url('images/bg03-black-left.png') repeat-y left top;
        text-align: justify;
}


#content {
        background: url('images/bg03-black-right.png') repeat-y right top;
        min-height: 840px;
        padding: 5px 340px 5px 50px;
}

#content a:link { color: #FF0000; text-decoration: none}
#content a:visited { color: #FF4F00; text-decoration: none}
#content a:hover { color: #FF4F00; text-decoration: underline}



#wrapper-footer {
        background: #000 url('images/bg05-black-top.png') repeat-x left top;
        min-height: 13px;
        text-align: center;
        margin:auto;
}

#footer-text {
        background: url('images/bg05-black-right.png') no-repeat right top;
        text-align: center;
        overflow: hidden;
        font-size: 75%;
        color: #FF0000;
        clear: both;
}

#footer-text a:link { color: #FF0000; text-decoration: none}
#footer-text a:visited { color: #FF0000; text-decoration: none}
#footer-text a:hover { color: #FF0000; text-decoration: underline}


#lower-corner {
        background: url('images/bg05-black-left.png') no-repeat left top;
}

.fader { position: relative; display: inline-block; }
.fader img { vertical-align: top; }
.fader img.next { position: absolute; top: 0; left: 0; }


#content-pic-l {
        margin-right: 20px;
        margin-bottom: 5px;
        margin-top: 0.4em; 
        background: black;
        width: 200px;
        color: #000000;
        font-size: 105%;
        font-style: italic;
        font-weight: bolder;
        text-align: left;
        float: left;
}


#content-pic-r {
        position: relative; 
        background: transparent url('images/bg02-black-right.png') repeat-y right top;
        margin-right: 50px;
        margin-bottom: 10px;
        margin-top: 30px; 
        background: #000;
        max-width: 260px;
        color: #000000;
        font-size: 105%;
        font-style: italic;
        font-weight: bolder;
        text-align: right;
        float: right;
}


/* für das Logo */
#logotext {
        margin:0;
        font-style: italic;
        font-size: 110%;
        font-weight: bold;
        line-height: 120%;
        }




/* Die Konzert-Seite */
#concert-box {
	background-color:#150000;
	padding:5px 10px 10px 10px; 
    border: 2px solid; 
    border-color: #500A00;   
}

/* 	box-shadow:  0px 0px 5px 3px #910; */


#concert-text {
        min-height: 300px;
}

#concert-pic-l {
        margin-right: 20px;
        margin-bottom: 10px;
        margin-top: 0.4em;
        background: #FF8F00;
        width: 220px;
        max-height: 293px;
        color: #000000;
        text-align: left;
        float: left;
}


#concert-pic-l a:link { color: #000000 } /* Unterdrückt im IE8 eine Rahmenlinie um das als Link deklarierte Bild */
#concert-pic-l a:visited { color: #000000 }
#concert-pic-l a:hover { color: #FF4F00; opacity: 0.6  } /* Lässt in allen Browsern (IE ab v9) das Bild orange leuchten, in IE8 einen Rahmen erscheinen */


#concert-pic-r {
        margin-left: 20px;
        margin-bottom: 10px;
        margin-top: 0.4em;
        background: #FF8F00;
        width: 220px;
        max-height: 293px;
        color: #000000;
        text-align: right;
        float: right;
}


#concert-pic-r a:link { color: #000000 } /* Unterdrückt im IE8 eine Rahmenlinie um das als Link deklarierte Bild */
#concert-pic-r a:visited { color: #000000 }
#concert-pic-r a:hover { color: #FF4F00; opacity: 0.6 } /* Lässt in allen Browsern (IE ab v9) das Bild orange leuchten, in IE8 einen Rahmen erscheinen */



#tr-logo-r {
        right: 20px;
        bottom: 20px;
}

#list-box {
          margin-left: 15px;
          text-align:left;
          /****Aufhebung von globaler Schriftauszeichnung für die list-box*********/
          }



/** Die Tabelle der Setlist **/
.sltable {
         width:100%;
         border:0px solid; 
         vertical-align:top; 
         overflow:hidden; 
         text-align: left; 
         padding:0 0 0 20px; 
         }


/** Die Tabelle des Gästebuchs **/
.gbtable {
         width: 100%;
         padding: 0px;
    	 background-color:#000000;
         border: 2px solid;
         border-color: #500A00;   
         border-collapse: collapse;
         }
/*         border-left-color: #FF7F7F;
         border-top-color: #FF7F7F;
         border-right-color: #7F0000;
         border-bottom-color: #7F0000;
*/

.gbheader {
         background-color: #B00000;
		 padding-left:5px;
 		 padding-right:5px;
         text-align: left;
         color: #000000;
         font-style: normal;
         font-weight: bolder;
         font-size: smaller;
         }

.gbtext {
         padding: 5px;
    	 background-color:#150000;
         }

#gblist a:link { color: #000000; text-decoration: none; font-style: italic;}
#gblist a:visited { color: #000000; text-decoration: none; font-style: italic;}
#gblist a:hover { color: #FF7F00; text-decoration: underline; font-style: italic;}


/********codecheck vom Gästebuch*****************/
#codecheck{
    background: url('images/tape.jpg') no-repeat left top;
    vertical-align: middle;
    padding: 5px 20px;
}

/************ Fußnote im Gästebuch-Eingabeformular ***************/
#note {
         font-style: normal;
         font-size: 80%;
         line-height: 120%;
         }

/*********** blindes Eingabefeld im GB *****************/
.futsch {
         display: none;
}

/********Popup vom Gästebuch*****************/
#gbpopup{
	    margin: 30px;
	    padding: 25px;
        box-shadow: 0px 0px 10px 5px #FF0000;
}

/********der Container für Mitteilungen*****************/
@font-face { font-family: 'handwritten'; 
             src: url('ttf/desyrel.ttf') format('truetype'); 
}



#info-top {
      background: url('images/note-ru.jpg') no-repeat right top;
     margin-bottom:0px;
     margin-top:0px;
     max-height: 90px;
     max-width: 752px;
     overflow: hidden;
}

#info-bottom {
      background: url('images/note-rl.jpg') no-repeat right top;
     margin-bottom:0px;
     margin-top:0px;
     max-height: 120px;
     max-width: 752px;
     overflow: hidden;
}
      
#info{
      background: #FFFF99 url('images/note-bg.jpg') left top;
     font-family: handwritten, fantasy, Courier, monospace;
     font-style: normal;
     font-weight: bold;
     border: 10px #FFFF99;
     font-size:180%;
     color: #C00000;
     line-height:49px;
     text-align: left;
     margin-left:18px;
     margin-right:24px;
     margin-bottom:0px;
     margin-top:0px;
     padding:15px 30px 15px 30px;
     max-width: 650px;
     overflow: hidden;
}

/* die Boxen auf der media Seite */
#media-box {
	background-color:#150000;
	margin: 0px;
	padding:  1% 1% 0% 1%; 
    border: 2px solid; 
    overflow: hidden;
    border-color: #500A00;
    font-size:0%;
}



/* Die Photo-Thumbs in der media box */

figure, figcaption {
  margin: 0;
  padding: 0;
}

figure.pic-thumb {
  margin:1% 1% 1% 1%;
  position: relative;
  display: inline-block;
  width: 30%;
}

figure img {
  width: 100%;
  display: block;
}

figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: medium;
  text-align: center;
  line-height: 3em;
  background: rgba(0,0,0,0.5);
}



.pic-thumb a:link { color: #FF0000 } /* Unterdrückt im IE8 eine Rahmenlinie um das als Link deklarierte Bild */
.pic-thumb a:visited { color: #FF4F00 }
.pic-thumb a:hover { color: #FF4F00; opacity: 0.5; text-decoration: underline} /* Lässt in allen Browsern (IE ab v9) das Bild dunkler werden */
.pic-thumb a:focus { color: #FF4F00;text-decoration: underline }  
.pic-thumb a:active { color: #FF4F00;text-decoration: underline; }


/* Die Photothumbs auf der media-pic Seite */
#photothumb { 
	margin:0%;
	border:0px;
    padding: 0%;
    letter-spacing:normal;
    color: #150000;
    line-height:100%;
    text-align:justify;       
    background: transparent;
    font-size:0px;
    display:inline;
}


#photothumb a:link { color: #000000 } /* Unterdrückt im IE8 eine Rahmenlinie um das als Link deklarierte Bild */
#photothumb a:visited { color: #000000 }
#photothumb a:hover { color: #000000; opacity: 0.5 } /* Lässt in allen Browsern (IE ab v9) das Bild dunkler werden */
#photothumb a:focus { color: #000000 }  
#photothumb a:active { color: #000000 }


/* die Audiothumbs */
#audiothumb {
    border: 0px;
    padding: 0px;
    background-color: #000000;
    font-size: 94%;
    text-align: left;
    overflow: hidden;
}


/************************ Cookie OptIn ********************/
#tr-cookie {position: fixed; top: 0; left: 0; right: 0; background: #EB7C68; padding: 20px; font-size: 96%; font-family: verdana; color:#000}
#tr-cookie a.button {cursor: pointer; background: #E83A26; padding: 8px 20px; margin-left: 10px; border-radius: 5px; font-weight: bold; float: right; color:#000}
#tr-cookie a.button:hover {background-color: #AE291C; }
#tr-cookie p.cookietext {display: block; padding: 0; margin: 0;}
    