/* ================ Druckausgabe ===========
* Firefox zeigt nur eine Seite in der Druckausgabe, IE8 und Opera ok*/
@media print {
    #nav {
        display: none;
    }
    body, #header, #haupt, #nav {
        width: 100% !important; /* dann paßt der ganze content in der Breite auf die Seite */
        overflow: visible !important; /* damit druckt auch Firefox alle Seiten */
    }
}
    
/* ================= Reset ================*/

* {
    margin: 0;
    padding: 0;
}

/* ========== eine div-Übersicht =======*/
/*div {
    border: 2px solid red;
} */ 

/* ================= Schriften und Layout ================*/

body {
    background: #D4D0C8;
    color: #394C65;
    font: normal 68.75%/1.2 verdana, arial, helvetica, sans-serif;
    max-width: 960px;
    min-width: 840px;
    margin: auto;
    text-align: center;  /*Zusatzangabe für IE6, der versteht margin auto nicht */
}

body * {
    text-align: left; /* Textausrichtung korrigieren */
}

h1, h2 {
    font-family: verdana, sans-serif;
    font-weight: normal;
}

h1 {
    background: url(bilder/logo.jpg) 100px 10px no-repeat;
    /*padding: 80px 0 20px 10px; */
    text-indent: -999em;
    height: 150px;
}

h2 {
    border-bottom: 1px solid #fff;
    font-size: 2.2em;
    padding: 20px 10px;
    text-indent: 10px;
}

h3 {
    padding: 20px 0 0 20px;
    font-size: 1.3em;
}

h4 {
    padding: 20px 10px;
    font-size: 1.6em;
}

a {
    color: #950025;
}

p {
    padding: 10px 20px;
    font: 1.2em calibri, verdana, sans-serif;
}

p.floatright {
    float: right;
 }

p.klein {
    font-size: 1.1em;
}

.trennlinie {
    padding: 20px;
    border-bottom: 5px solid #394C65;
}


/* ================= Listen ul ================*/

ul {
    font: 1.2em calibri, verdana, sans-serif;
    padding: 10px 0 10px 24px;
    list-style:url(bilder/pfeil.gif);
}
ul#linkliste {
    background: #DCD8D0;
    list-style: none;
    width:60%;
    padding: 2em;
    margin-top: 1em;
    border: 2px solid #D5D5D5 !important;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
}
ul#linkliste li {
    padding: .5em;
    border-bottom: 1px dotted #333;
}
ul#linkliste li a {
    font-size: 1.2em;
}
li {
    padding: 0 0 5px 0;
}


/* ================= Tabellen ================*/

table {
    width: 100%;
    font-size: 1.2em;
    padding: 10px;
    margin-bottom: 20px;
    border-collapse: collapse;
}

th {
    color: #fff;
    font-weight: normal;
    background-color: #979692;
    padding: 10px;
}

th a {
    color: #fff;
}

td {
    text-align: center;
    padding: 8px;
    border: 1px solid #fff;
}

/* ================= Ausrichtung Tabellenkopfzeile Seite Preis ================*/
.align-left {
    text-align: left;
}

/* Gleiche Breite der 60-Euro-Spalte, kann später wieder weg? */
.fixe-breite{
    width: 30%;
}

/* ================= Header ================*/

#header {
    height: 150px;
    background: #fff url(bilder/geige5.jpg) no-repeat right;
    /* width: 800px; */
}

* html #header {
    width: 840px;
} 

/* ================= Navigation ================*/

#nav {
    background: #737373;
    font-size: 1.2em;
    /* width: 790px; */
    height: 38px;
    color: #fff;
    font-variant: small-caps;
    padding-left: 10px;
}

* html #nav {
    width: 840px;  /* korrekte Breite für IE6 */
    height: 38px;
}

#nav a {
    color: #fff;
    text-decoration: none;
}

#nav a, #nav strong {
    height: 18px;
    display: block;
    float: left;
    border-right: 1px solid #fff;
    padding: 10px 9px;
}

* html #nav a, * html #nav strong {
    padding: 10px 8px;  /* für IE 6 */
}

#nav a:hover, #nav strong {
    color: #800000;
}
#nav strong {
    background: #eee;
}


/* ================= Content ================*/

#haupt {
    background: #EEEDEA;
    border-bottom: 3px solid;
    overflow: hidden;
    /* width: 780px; */
    position: relative;
    padding: 10px;
}

* html #haupt {
    width: 840px;  /* korrekte Breite für IE6, w\idth funktioniert nicht */
}

/* ================= Content: Seite Unterricht und Lehrer ================*/

p.alt1 {
    background: #D4D0C8;
    height: 140px;
    border: 2px solid #D5D5D5 !important;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
}

p.alt2 {
    background: #EEEDEA;
    height: 140px;
}
/* ================= Content: Seite Preise, Seminarraum ================*/

p.alt3 {
    background: #979692;
    color: #fff;
    border: 1px solid #fff;
    height: 60px;
    font-size: 1.4em;
    text-align: center;
}

/* ================= Content: Kontakt ================*/
 
.umbruch {
    display: block;
    padding-top: 5px;
}

.vcard {
    padding-left: 40px;
    font-size: 1.2em;
}

/* ================= Content: Sidebar, Aktuelles, Zitate ================*/

.sidebar_rechts {
    float: right;
    width: 264px;/*nur für große sidebar, original 224px*/
    padding-left: 10px;
}

.aktuell {
    border: 2px solid #fff;
    background: #CA5959;
    color: #fff;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
      border: 2px solid #D5D5D5 !important;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
}


.aktuell a {
    color: #fff;
}

.aktuell h2 {
    font-size: 1.6em;
    text-indent: 0;
    padding-left: 20px;
}

blockquote p {
    background: url(bilder/zitat.gif) no-repeat 1em .5em;
    font: italic 1.4em/1.2 georgia, serif;
    text-indent: 1.4em;
}

.zitat {
    display: block;
    text-align: right;
    padding: 1em 0 2em 0;
}

/* ================= Content: Bilder ================*/

img.floatleft {
    float: left;
    border: 2px solid #fff;
    margin: 0 25px 0px 20px;
}

img.floatright {
    float: right;
    border: 2px solid #fff;
    margin: 0 10px 10px 10px;
}

a img {
    border: none;
}

.clear{
    clear: both;
}

/* =========== Content: Test-Absätze auf der Seite Haus ================*/
.absatz_haus{
    padding: 50px 20px 20px 20px;
}

/* ================= Content: Player ================*/

.player {
    position: absolute;
    bottom: 30px;
    right: 50px;
}
  








