/* =====================================================================
Stylsheet für Christians Seite 
Datei: bildschirm.css
Datum: 29.11.2015
Autor: Christian Krämer
Aufbau: 1. Kalibrierung und allgemeine Styles
        2. Styles für Layoutbereiche 
        3. Stonstige Styles
=====================================================================*/

/*===================================================================

               1. Kalibrierung und allgemeine Styles

=====================================================================*/
* {padding: 0; margin: 0; }


h2, p, ul, ol {
    margin-bottom: 1em;}

ul ul { margin-bottom: 0;}

li {margin-left: 1em;}

/*                           Allgmeiene Selektoren          */
html {height: 101%;}
body {
    color: white;
    background-image:           url(./graphik/black-Linen/black-Linen.png);
    font-family:'Istok Web', sans-serif; 
    font-size: 1.1em}

h1 {font-size: 200%}
h2 {font-size: 160%}
h6 {text-align: right;
    font-size: 130%;
    color: darkred}                
h5 {font-size: 130%}
h3 {text-align: center;
}
address {
    text-align: center;
    font-size: 80%;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1.5em}

table{
    width: 100%;
}

/*                         Allgemeine Hyperlinks                  */

#navibereich ul{
                margin-bottom: 0em;
                }

#navibereich a {color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;}

#navibereich a:visited {color: white;}
#navibereich a:hover {
    color: black;
    background-color: white;
    text-decoration: none;
    outline: none;
}

#navibereich a:active {
    color: white;
    background-color: white;}

#navibereich a:focus {
                            font-weight: bold;
}

#mailgesendet{
    text-align: center;}
#emaillink{
        color:black;
}
#startseite #navi01 a, 
#audioseite #navi02 a ,
#vitaseite #navi03 a,
#kontaktseite #navi05 a, 
#denkartseite #navi04 a,
#presseseite #navi06 a,
#programmseite #navi07 a,
#unterrichtseite #navi08 a
{
                        font-weight: bold;
}



/*                         Allgemeine Classen und IDs                  

*/
blockquote p:before { content: ' „ ' ' '; }
blockquote p:after { content: ' ' ' “ ';  }

/*===================================================================

               2. Styles für die Layoutbereiche 

====================================================================
*/
#kopfbereich {
    color: black;
    padding-top: 3em;
    padding-left: 4em;
    padding-bottom: 2em;
    padding-right: 4em;

    }

#navibereich {
    color: white;
    background-color: #000303;
    background-image:url(./graphik/black-Linen/black-Linen.png);

    border-top: 2px solid white;
    padding-left: 2.5em;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 9px;
        
    
}

#navibereich li {
                display: inline;
                list-style-type: none;}

#textbereich {
    overflow: hidden;
    padding-top: 2em;
    padding-left: 3em;
    padding-bottom: 2em;
    padding-right: 3em;

}

#formulare {
    font-style: italic;
}

#wrapper {
    color:black;
    background-color: white;
    width: 1000px;
    border-top: 2px solid #808080;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;}
#fussbereich {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #808080;
    margin-top: 20px;}
#fussbereich a { 
                color:black;
                text-decoration: none;
                font-weight: bold;}
#formulare li {
            
            display: inline;
            list-style-type: none;
}

#textbereich a {    color: black;
                font-style: italic;
                   margin-left: auto;
                margin-right: auto;
                text-decoration: none;
                padding:0px;
                margin-right: 0px;
                border-bottom: 2px solid black;
                               
}


#box1 {
float: right;
width: 330px;
margin-top: 20px;
min-height:400 px;

} 

#box2, #box3, #box4 {
float: left;
width: 500px;
min-height: 200px;
padding-top: 18px;
padding-bottom:9px;
border-bottom:  solid black 6px ;    
  
} 

#box6 {
float: left;
width: 500px;
min-height: 200px;
padding-top: 18px;
padding-bottom:9px;
border-bottom: 6px ;    
  
} 

#box7 {
    margin-top: 20px;
   
}

#box8 {
    float: right;
    padding-top: auto;
    margin-right: 50%;
}

#box2 img{
            -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    border-radius: 10px;
}

#box5 {
    float:left;
    margin: 20px;
    width: 45%;
    min-height: 315;
    
}


#textbereich h3 {
                display: block;
    margin-left: auto;
    margin-right: auto
                font-size: 150%;
                margin-top: 6px;
                border-top: 6px ;
                padding-top: 6px;
                padding-bottom: 6px; 
}


.left    { text-align: left; }
.right   { text-align: right; }
.center  { text-align: center; }
.justify { text-align: justify;}
.start   { text-align: start; }
.end     { text-align: end; }
.clearing {clear: both;}
.clearfix {
    clear:both;
}

#container{
    width: 330px;
    min-height: 400px;
    background: white;
    overflow: auto;
    margin: 15px auto;
    border: black solid 2px;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    border-radius: 10px;
    font-family: "Arial", sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    
}   

#audio-img{
    position: relative;
    overflow: hidden;
    height: 200px;
    margin-bottom: 2px;
}

.cover {
        width: 100%;
        z-index: 1;}

#audio-info{
    color: white;
    text-align: center;
    background:url(graphik/black-Linen/black-Linen.png);
    padding: 10px;
}

#audio-info:artist{
    font-weight: bold;
}

input#volume{
    width: 95%;
    -webkit-appearance: none !important; 
    margin-left:2%;
    background: #ccc;
    height:1px;
    margin-bottom: 20px;    
}

input#volume::-webkit-slider-thumb{
     -webkit-appearance: none !important;
    background:url(./graphik/buttons/knob.png) no-repeat;
    height: 11px;
    width: 11px;    
} 

#audio-buttons {
    width:180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    border: 2px solid black;
}

button#play{
    width: 45px;
    height: 45px;
    background:url(graphik/buttons/play45.png) no-repeat;
    float:left;
}

button#pause{
    width: 45px;
    height: 45px;
    background:url(graphik/buttons/pause45.png) no-repeat;
    float:left;
}

button#stop{
    width: 45px;
    height: 45px;
    background:url(graphik/buttons/stop45.png) no-repeat;
    float:left;
}

button#prev{
    width: 45px;
    height: 45px;
    background:url(graphik/buttons/prev45.png) no-repeat;
    float:left;
}

button#next{
    width: 45px;
    height: 45px;
    background:url(graphik/buttons/Next45.png) no-repeat;
    float:inherit;
}
#playlist {
    background:url(graphik/black-Linen/black-Linen.png);
    color: white;
    list-style: none;
    padding: 10px;
}

#playlist li{
    
    cursor: pointer;
    margin: 5px;
    
}

#playlist li.active{
    color: black;
   font-weight: bold;
    padding: 3px;
    background: white;

}

#progressbar{
    width: 80%;
    margin-left: 2%;
    margin-bottom:20px;
    margin-top: 9px;
    height: 10px;
    background:url(graphik/buttons/progress_bar_0.png) no-repeat;
    float: left;
}

#progress{
    height: 10px;
     background:url(graphik/buttons/progress_bar_100.png) no-repeat;
    display: inline-block;
}

#duration {
    color: white;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 4px 8px;
    background: #000;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
}

#tracker {
    position: relative;
    width: 100%;
}


/*===================================================================


                   Sonstige Styles


====================================================================*/
/* Das Kontaktformular */

fieldset.kontaktForm {
    border: 0px solid transparent;
    background-color: #FFF;
    padding: 0;
    margin: 5em;
    color: #000;
    width: 15em;
        
}

fieldset.kontaktForm legend {
                            font-size: 120%;
                            font-weight: bold;
                            margin-bottom: 0.5em;    
                            color: black}

dd input {
                            width: 15em;
}

#bundesland{
                    width: 15em;
}
fieldset.kontaktForm dd {
                        margin-bottom: 0.5em;
                        }

dt.label {
    cursor: pointer;
    font-size: 50%;}

dd input.button {
    float: left;
    width: 15em;
    margin: 0 0.025em 0 0;
    background: grey; 
    color: #FFF;
    height: 1.7em;
}

input#email:focus,
input#stadt:focus,
input#postleitzahl:focus,
input#name:focus,
input#vorname:focus,
input#titel:focus,
textarea:focus {
                background-color: #d9d9d9}

td.categorie {
    font-size: 120%; 
    font-weight: bold;
     padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 9px;
}

/*<style> .tall-row td {   height: 100px; }*/
 td.time {
    width: 30%;
     font-style: italic;        


}

td.happening {
    font-style: italic;
      padding-bottom: 9px;
}
div.pressebeitrag {
                padding-top: 30px;
                padding-bottom: 40px;
                border-bottom: 1px solid grey;
}
div.pressebeitrag a{
                text-decoration: none;
                padding:1px;
                margin-right: 10px;
                border-bottom: 2px solid black;
                float: right;                  
}
div.pressebeitrag a:visited {color: black;}

div.epk a{      color: black;
                font-style: italic;
                   margin-left: auto;
                margin-right: auto;
                text-decoration: none;
                padding:1px;
                margin-right: 10px;
                border-bottom: 2px solid black;
                               
}
div.pressebeitrag a{
                 color: black;
                text-decoration: none;
                padding:1px;
                margin-right: 10px;
                border-bottom: 2px solid black;
                float: right;                  
}

div.epk a:visited {color: black;}


div.rezital {
    padding: 30px;
    border: 2px solid black;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
      -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    
  
}

div.Anmeldung{
    padding: 20px;
}
td.composer {
    padding-left: 30px;
    padding-right: 10px;
    width: 200px;
    vertical-align: top;
}
td.pause {
    width: 200px;
}

td.work {
    padding-left: 10px;
    padding-right: 10px;
    width: 250px;
    vertical-align: top;
}
td.work ul{list-style: none;}
/*===================================================================

                Ende des Stylesheets

====================================================================
*/


