                 /* §§§§§
                 Stylesheet für meyer-gitarre.de
                 Dateiname: umeyergitarre.css
                 Stand: 20.05.2010
                 Aufbau nach "Little Boxes":
                 1. Kalibrierung und Restauration
                 2. Allgemeine Styles
                 3. Styles für Layoutbereiche
                 4. Sonstige Styles            §§§§§ */


/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* Diese Notiz bezieht sich auf die Aufklappnavigation. Siehe impressum.html#aufklappmenu /
This comment refers to the flyout menu. Read also impressum.html#aufklappmenu. */

                         /* §§§§§ 1. Kalibirierung und Restauration §§§§§ */
html, body, div, span, applet, object, iframe,              /* Alles (fast) auf Null! */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }

body {
        line-height: 1;
        color: black;
        background: white;
}
ol, ul {
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {
        text-align: left;
        font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

html { height: 101% }                    /* erzwingt Scrollbar im Firefox */

h2, h3, h5, p, ul, ol {margin-bottom: 1em; }      /* abstand nach unten */

ul ul { margin-bottom: 0;                /* ul ul heißt "Listen in Listen, also verschachtelt. Hierdurch ohne Abstand */
  list-style: none;
}

li { margin-left: 1em; }                 /* Abstand von links */

li2
 { margin-left: 3em;                     /* Abstand von links */
  list-style: none;
}
li3
 { margin-left: 5em;                     /* Abstand von links */
  list-style: none;
}

                                         /* §§§§§ 2. BODY §§§§§ */
body {

  line-height: 1.2;
  background-color: #8c8c8c;             /* Farbhindergrund */
  background-image: url(back01a.gif);    /* Hintergrundgrafik */
  color: black;                          /* Schriftfarbe */
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1em;                        /* Schriftgröße, small, medium, large, 1em... */
}

h1 { font-size: 180%; }                  /* Überschriftengrößen */
h2 { font-size: 140%; }
h3 { font-size: 140%; font-weight: bold; }
h4 { font-size: 110%; font-weight: bold; }
h5 { font-size: 120%; font-weight: bold; }
h6 { font-size: 90%; }                   /* im fussbereich, unter kleinem Dachs */

a { text-decoration: underline; }        /* generelle Linkgestaltung; modifizieren in Navigation, Abschnitt! */
a:link { color: blue; }                  /* Linkfarbe unbesucht und besucht */
a:visited { color: blue; }
a:hover,
a:focus {
  background-color: #97bffb;
/*  border-bottom: 1px solid blue;*/
}
a:active {
  color: white;
  background-color: #5798f8;
}
.nuranker { text-decoration: none; }      /* Verhalten der Ziel-Anker; background-color:transparent bei hover, sonst geht's nicht! von Renatus */
.nuranker:hover, focus { background-color:transparent; border-bottom:none; }


                                         /* §§§§§ 3. WRAPPER §§§§§ */
#wrapper {
  background-color: #EDF3FF;
  color: black;
  width: 960px;                          /* Breite des Inhaltsbereichs */
  margin: 10px auto 10px auto;           /* Margin des wrappers */
  border-top: 1px solid blue;            /* Rand in blue oben und links */
  border-right: 1px solid #1171e3;
  border-bottom: 1px solid #1171e3;
  border-left: 1px solid blue;
}

                                         /* §§§§§ 4. KOPFBEREICH §§§§§ */
#kopfbereich {                           /* mit dem großen Dachs */
  position: relative;
  height: 28px;
  background-image: url(back01d.gif);
  background-color: #EDF3FF;
  color: black;
  padding: 0px 20px 0 26px;
  border-bottom: 1px solid #1171e3;
}
#kopfbereich p {
  position: absolute;
  top: 60px;
  left: 270px;
  font-size: 200%;
  padding: 5px 0 5px 0;
  margin-bottom: 0;
}
#kopfbereich a:hover,
#kopfbereich a:focus {
  border-bottom: 0px solid blue;
}
#kopfbereich a:active {
  color: white;
  background-color: #5798f8;
}
.skiplink {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
img#logo {                               /* Gestaltung des logo "großer Dachs" */
  float: right;
  background-color: white;
  color: black;
  padding: 2px;
  border: 2px solid #005ed6;
  margin: 0 0 0 16px;
}

                                         /* §§§§§ 5. NAVIGATION §§§§§ */
#navibox {                               /* enthält navibereich und editorial */
  width: 940px;
  background-image: url(back01d.gif);
  padding: 5px 0px 7px 20px;
  border-bottom: 1px solid #1171e3;
}
.menu {
  position: absolute;
  z-index:1000;
  float: left;
  width: 209px;
  text-align: center;
  letter-spacing: 0.2px;
  color: black;
  background-image: url(back01c.gif);
  background-color: #EDF3FF;
  padding: 0px;            /* padding für die Schalterflächen außen */
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin: 0;
list-style-type:none;
width:209px;     /* bewirkt nichts? */
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#d4d8bd;
height:24px;
  width: 209px;               /* bewirkt nichts? */
  list-style-type: none;                /* ohne Aufzählungspunkte */
  margin: 0;              /* regelt Breite und Abstände der Schaltflächen */
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block;
text-decoration: none;
height: 24px;
line-height: 22px;
width: 209px;
padding: 0px;
color: white;          /* text-indent:5px; */
 /* background-image: url(back01b.gif);*/      /*geändert für css2 */
  background-color: #0759c9;
  background-image: url(back02a.gif);
  border-color: navy;
  border: 1px solid navy;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background-image: url(back02b.gif); width:209px; w\idth:208px;}
/* style the link hover */
* html .menu a:hover {color:black; font-weight: bold; background-image: url(back01a.gif);}

.menu li strong {
  width: 209px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  display: block;
  background-image: url(back01a.gif);
  height: 24px;
  line-height: 22px;
  padding: 0px;
  border: 1px solid navy;
  background-color: white;
}
.menu :hover > a,
.menu :focus > a {
color: black;
  font-weight: bold;
  background-image: url(back01a.gif);
  padding: 0px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:210px; /*negativer Wert Unternavigation links RL*/
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
visibility:visible;
}
</style>
/* [if IE 7]>
<style type="text/css">
.menu li {float:left;} */
.menu a:active {
  color: black;
  background-image: none;          /* zum canceln des bgimage aus hover & focus */
  background-color: white;
}
#editorial {                             /* §§§§§ Feld neben Navigation für Überschrift, in Navibox enthalten §§§§§ */
  float: right;
  width: 667px;
  background: transparent;
  color: black;
  text-align: justify;
  padding: 0px 20px 0px 40px;
}
                                         /* §§§§§ 6. TEXTBEREICH §§§§§ */
#textbereich {
  text-align: justify;
  background-color: #EDF3FF;
  padding: 20px 20px 20px 20px;
}

.abschnitt {                             /* §§§§§ ÜBERSCHRIFTENBOX §§§§§ von Renatus */
  text-align: left;
  width: 916px;
  height: 22px;
  padding: 3px;
  font-size: 106%;
  font-weight: bold;
  color: black;
  background-color: #1c7efa;
  background-image: url(back01c.gif);    /* geändert für css2*/
  margin: 20px 0 20px 0;
}
.abschnitt span {                        /* Die Links aus class=abschnitt2 in Span-Tag <html> */
  position:absolute;                     /* ohne einen Wert nutzt position nichts. Ändern!! */
  right:1px;                             /* top, bottem, left, right, auch negative Werte gehen. */
}                                        /* position bezieht sich auf div head-nav */

.abschnitt span a {                      /* Abstand zwischen den Links */
  padding-left:2px;
  padding-right:2px;
  text-decoration: none;
  font-weight:100;
  font-size:90%;
  font-family: arial;
}

.abschnitt-nav  {                        /* Neue Klasse für die Zeile mit Überschrift und Navigation */
  position:relative;                     /* position:relative bezieht sich auf Div Textbereich */
  width:906px;
}
.abschnitt-nav a:hover {
 /* border-bottom: 1px solid white;*/
  color: white;
  background-color:#005ed6;
  font-weight: 100; }

                                         /* §§§§§ BILDER §§§§§ */
.bildlinks {
  float: left;                           /* Bild links mit Rand, ohne Text */
  background-color: #EDF3FF;
  color: #333333;
  padding: 1px;
  border: 2px solid #1171e3;
  margin: 5px 15px 15px 0;
}
.bildlinkstext {
  float: left;                           /* Bild links ohne Rand, potentiell mit Text; Text meist in .textbox; sonst entsprechend "<p>&nbsp;<br /></p>" einfügen */
  color: #333333;
  background-color: #EDF3FF;
  font-style: italic;
  padding: 0px;
  border: 0px solid #5798f8;
  margin: 5px 10px 10px 0;
}

.bildrechts {                            /* Bild rechts mit Rand, ohne Text */
  float: right;
  background-color: #EDF3FF;
  color: black;
  padding: 1px;
  border: 2px solid #1171e3;
  margin: 5px 0px 15px 15px;
}

.bildrechtstext {                        /* Bild ohne Rand links; siehe .bildlinkstext  */
  float: right;
  color: #333333;
  background-color: #EDF3FF;
  font-style: italic;
  padding: 0px;
  border: 0px solid #5798f8;
  margin: 5px 0px 5px 15px;
}
.bildtext {                               /* für breite Bilder, etwa mittig */
  background-color: #EDF3FF;
  font-style: italic;
  padding: 0px;
  margin: 5px 10px 5px 10px;
}

.bild {                                  /* §§§§§ KLEINER DACHS §§§§§ */
  background-color: white;               /* im Textbereich so zentrieren: style="display:block;margin-left:auto;margin-right:auto;" */
  color: black;                          /* (siehe "Musik", Adresse") */
  padding: 1px;
  border: 2px solid #005ed6;
  margin: 2px auto 2px auto;
}
.bildtext p {
  font-style: italic;
  color: #333333;
}
.textbox {                               /* width innerhalb des tags; font-style auch */
  float: left;
  background-color: #EDF3FF;
  color: #333333;
  margin: 5px 10px 10px 0;
}
.textboxright {                               /* width innerhalb des tags; font-style auch */
  float: right;
  color: #333333;
  background-color: #EDF3FF;
  margin: 5px 0px 10px 10px;

}
.textboxgruen {
  width: 910px;
  float: left;
  background-color: #d7fde4;
  border:1px solid #5798f8;
  margin: 5px 10px 10px 0;
  padding: 3px 3px 0px 3px;
}
.textboxblau {
  width: 910px;
  float: left;
  background-color: #d7e6fd;
  border:1px solid #5798f8;
  margin: 5px 10px 10px 0;
  padding: 3px 3px 0px 3px;
}
.textboxrot {
  width: 910px;
  float: left;
  background-color: #FFEAFF;
  border:1px solid #5798f8;
  margin: 5px 10px 10px 0;
  padding: 3px 3px 0px 3px;
}
.textboxgelb {
  width: 910px;
  float: left;
  background-color: #FFFFE5;
  border:1px solid #5798f8;
  margin: 5px 10px 10px 0;
  padding: 3px 3px 0px 3px;
}

                                         /* §§§§§ SITEMAP von Renatus §§§§§ */
#sitemap1 {
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  width: 20%;
  text-align: center;
  display:block;
}
#sitemap1 ul li a { text-decoration: none; }
#sitemap1 ul li a:hover {color: white;
  background-color:#005ed6; }

#sitemap1 ul.mitte {
  list-style: none;                      /* Die list-style-angabe bezieht sich auf ul, nicht auf li.  */
  margin-left:auto;
  margin-right:auto;
}
#sitemap1 li {
  font-size: 95%;
  background-color: #97bffb;
  margin: 1px 2px 1px 2px;
  padding:5px; }

li.top {
  font-weight: bold;
  text-align: center;
  color: black;
}

#sitemap2 ul.links1, #sitemap2 ul.links2, #sitemap2 ul.mitte,   /* Zusammenfassung von Renatus */
#sitemap2 ul.rechts1, #sitemap2 ul.rechts2 {
  float:left;
  width: 20%;
  text-align: center;
  list-style:none;
  display:block;
}
#sitemap2 ul li a { text-decoration: none; }
#sitemap2 ul li a:hover {color: white;
  background-color:#005ed6; }

#sitemap2 li {
  font-size: 95%;
  background-color: #97bffb;
  margin: 1px 2px 1px 2px;
  padding:5px;
}
ul li.top {
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  color: black;
}
ul li.top2 {
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  color: black;
}

#scrollbox {                             /* §§§§§ SCROLLBOX §§§§§ */
  width: 918px;
  height: 250px;
  overflow: scroll;
  border: 3px solid #064fb2;
  border-style: double;
}

table {                                  /* §§§§§ TABELLEN §§§§§ */
 /* width: 912px;*/
  background-color: #EDF3FF;
  border-collapse: collapse;
  border: none;
}
thead {
  background-image: url(back01b.gif);
  color:black;
  font-size: 100%;
}
tfoot {
  background-image: url(back01b.gif);
  color:black;
  font-size: 100%;
  border-top: 1px solid #999;
}
td, th {
 /* width: 16%;*/
  text-align: left;
  padding: 0.5em 1em;
}

form {                                   /* §§§§§ KONTAKTFORMULAR §§§§§ */
  background-color: #eee;
  background-image: url(back01b.gif);
  color:black;
  width: 600px;
  padding: 10px;
  border: 1px solid #8c8c8c;
}

label {                                  /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer;                       /* Mauszeiger wird zur Hand */
}
input#absender,
textarea {
  width: 580px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
input#betreff,
textarea {
  width: 580px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}

textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #EDF3FF;
}

hr { border:solid #97bffb 1px; clear: both; }
                                         /* §§§§§ 7. FUSSBEREICH §§§§§ */
#fussbereich {
  background-color: #EDF3FF;
  background-image: url(back01a.gif);
  padding: 10px 20px 20px 20px;
  border-top: 1px solid #1171e3;         /* Linie oben */
  margin-top: 0;                         /* oberhalb Linie */
}

#fussbereich {
  text-align: center;
  font-size: 90%;
}
#fussbereich a:hover,
#fussbereich a:focus {
  text-decoration: none;
    border-bottom: 0px solid blue;
}
#fussbereich a:active { color: white; }

                                         /* §§§§§ 8. SCHRIFKLASSEN UND FARBEN §§§§§ */
span.bold { font-weight: bold; }
span.italic { font-style: italic; }
span.space {letter-spacing: 0.3em; }
span.blue { color: blue; }
span.navy { color: navy; }
span.green { color: green; }
span.greenb { color: green; font-weight: bold; }
span.lgreen { color: #33CC00; }
span.dgreen { color: #004400; }
span.grey { color: #333333; }
span.orange { color: #FF6600; }
span.red { color: red; }
span.dred { color: #C60000; }
span.purple { color: purple; }


            /* background-image: url(back01a.gif) Farbverlauf Hintergrund ;
            background-image: url(back01b.gif) Farbverlauf Schalter inaktiv ;
            background-image: url(back01c.gif) Farbverlauf Abschnitt ;
            background-color: #EDF3FF; hellblau (Hintergrund)
            background-color: #d7e6fd; dunkleres hellblau, Hintergrund für mittlere Felder
            background-color: #97bffb; mittleres blau
            background-color: #5798f8; dunkelblau aus Farbverlauf
            background-color: #064fb2; neues dunkelblau für css2
            background-color: #005ed6; neues helleres dunkelblau für css2
            background-color: #1c7efa; neues noch helleres dunkelblau für css2
            farbe für border in css2: #1171e3 */

            /* §§§§§ Ende des Stylesheets §§§§§ */