@charset "utf-8";
    
/**
-----------------------------------------------
Regeln f�r allgemeine Elemente
-----------------------------------------------*/

/* Alle kritischen Werte instanziieren */
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  border-spacing: 0;
}

/* Farben und Hintergrund setzen */
body {
  color: rgb(93, 93, 93);
  background: #9B9D97 url(images/bg.gif) top left repeat-x;
}

/* Schriftgrösse kontrollieren */
body, td, th {
  font: normal 80% Verdana, sans-serif;
}
td, th {
  f\ont-size: 100%;
}

/* Links und Anker */
a:link {
  color: #BC0203;
  background-color: transparent;
}
a:visited {
  color: #818181;
  background-color: transparent;
}
a:hover,
a:focus {
  color: white;
  background-color: #BC0203;
}
a:active {
  color: #B0B0B0;
  background-color: #BC0203;
}
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
  border: 0;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
  color: #CB0203;
  background-color: transparent;
}
h1 {
  font-size: 1.5em;
  margin: 0 0 1.5em 0;
}
h2 {
  font-size: 1.4em;
  margin: 0 0 1.4em 0;
}

/* Absätze */
p {
  margin: .8em 0;
}

/* Bilder */
img {
  vertical-align: bottom;
}

/* Listen */
dt {
  font-weight: bold;
}
dd {
  margin: .5em 0 1em 3em;
}

/* Text layout */
.hervorhebung {
  color: #BC0203;
  font-weight: bold;
}
  

/**
------------------------------------------
Regeln f�r besondere Bereiche
------------------------------------------*/

/* Standardmässig nicht sichtbare Inhalte zur Erleichterung der
Orientierung mit assistiven Technologien (Bsp. Screenreader) */
.invisible {
  position: absolute;
  left: -9999px;
}

/** Hauptbereich
------------------------------------------*/
/** Hauptbereich horizontal zentrieren
------------------------------------------*/
div#top {
  color: rgb(93, 93, 93);
  background: white url(images/bg_top.gif) top left repeat-y;
  border: 1px solid #606060;
  border-top:0;
  width: 924px;
  margin: auto; /* reicht eigentlich */
}
/* f�r kaputte Browser */
body {
  /* Alle Inhalte horizontal zentrieren */
  text-align: center;
}
body * {
  /* textausrichtung korrigieren */
  text-align: left;
}

/** globale Navigation
-------------------------------------------*/
#head ul {
  font-size: .9em;
  margin: .8em 0;
}
#head ul,
#head li {
  float: left;
  list-style: none;
}
#head ul a,
#head ul strong {
  color: rgb(93, 93, 93);
  background-color: white;
  text-decoration: none;
  padding: .2em 1em;
}
#head ul a:hover,
#head ul a:focus {
  text-decoration: underline;
}

#head li.skiplink {
  padding: 0;
}
#head li.skiplink a {
  color: white;
  background-color: white;
}
#head li.skiplink a:focus {
  color: black;
  background-color: white;
}

/** Logo
--------------------------------------------*/
h1#logo {
  color: rgb(93, 93, 93);
  background: white url(images/bg_logo.gif) left bottom no-repeat;
  text-align: right;
  margin: 0;
}

/** Seitenspalte
--------------------------------------------*/
#sidebar {
  float: left;
  width: 264px;
  margin: 0 0 250px 0;
  background: url(images/bg_sidebar.gif) top left no-repeat;
}

/** Navigation
--------------------------------------------*/
ul#nav {
  margin: 54px 0 0 0;
  list-style: none;
}
#nav a,
#nav strong {
  color: white;
  background-color: #5D5D5D;
  display: block;
  padding: 5px 10px 7px 10px;
  text-align: right;
  border-bottom: 1px solid white;
  line-height: normal;
  /* Breitenangabe notwendig, um den IE-Leerraum-Bug bei
  Listen zu umgehen */
  width: 263px;
  wid\th: 243px;
}
#nav a:hover,
#nav a:focus,
#nav a:active,
#nav strong {
  color: #5D5D5D;
  background-color: #CCCAC2;
}

/** Kontaktfeld
--------------------------------------------*/
div#contact {
  color: rgb(93, 93, 93);
  background-color: white;
  padding: 10px;
}
#contact h2 {
  color: rgb(93, 93, 93);
  background-color: white;
  font-size: 1.3em;
  text-align: right;
  text-transform: uppercase;
}
#contact p.tel {
  font-size: 1.8em;
  font-weight: bold;
  text-align: right;
  margin: 0;
}
#contact p.address {
  text-align: right;
  margin: 0;
}

/** Rezept des Tages
--------------------------------------------*/
div#today {
  color: #CB0203;
  background-color: #B0B0B0;
  font-weight: bold;
  padding: 0 10px 10px 20px;
  border-top: 50px solid #EBE9DF
}
#today h2 {
  color: #D9D9D9;
  background-color: #CB0203;
  margin: 0 40px 1em -20px;
  padding: 2px 10px 3px 20px;
  text-transform: uppercase;
  font-size: 1.1em;
}
#today a {
  color: #CB0203;
  background-color: #B0B0B0;
}
#today a:hover,
#today a:focus {
  color: #D9D9D9;
  background-color: #CB0203;
}

/** Inhaltsbereich
--------------------------------------------*/
div#main {
  background: url(images/Pose_sidebar.jpg) left bottom no-repeat;
}

/** Content
-----------------------------------------*/
div#content {
  margin: 0 132px 0 264px;
  padding: 54px 20px 40px 60px;
  /* Behebt den 3-Pixel-Textsprung-Bug und andere Bugs im IE 6 */
  height: 1%;
}

/** Fusszeile
-----------------------------------------*/
div#footer {
  height: 70px;
  color: #B3B3B3;
  background: url(images/bg_footer.gif) bottom center no-repeat;
  font-size: .9em;
  text-align: center;
  padding: 5px 20px 0 20px;
  margin: 0;
  clear: both;
}
#footer p {
  font-size: 1em;
  padding: 1.5em 0 0 0;
}
#footer a {
  color: #B3B3B3;
  background-color: transparent;
}
#footer a:hover,
#footer a:focus {
  color: white;
  background-color: transparent;
}

/**
-------------------------------------------
Regeln f�r besondere Dokumente
-------------------------------------------*/

/** �ffnungszeiten Tabelle
-------------------------------------------*/
table#opening {
  border-collapse: collapse;
  empty-cells: hide;
  border: 1px solid #5d5d5d;
}
#opening td,
#opening th {
  border: 1px solid #5d5d5d;
  color: #5d5d5d;
  background-color: #ebe9df;
  padding: .5em 1em;
}
#opening caption {
  color: #ff6c0a;
  background-color: transparent;
  font-size: 1.3em;
  padding: 1em 0 .7em 0;
  font-weight: bold;
}
#opening thead th {
  color: #5d5d5d;
  background-color: #efd7cb;
  text-align: center;
}
#opening thead th.mainHeader {
  color: white;
  background-color: #FF6C0A;
  font-weight: bold;
}

#opening tbody th {
  color: #5D5D5D;
  background-color: #DDE6CB;
  text-align: center;
}
#opening tbody th.mainHeader {
  color: white;
  background-color: #93D50C;
  font-weight: bold;
}
#opening tbody td {
  color: #5D5D5D;
  background-color: #CCCAC2;
}
#opening tfoot td {
  text-align: center;
  font-size: .9em;
}

/** Kurse
-------------------------------------------*/
div.kurs fieldset {
  background-color: white;
  border: 1px solid #ADADAD;
  margin: 1em 0 1.2em 0;
  padding: .5em .8em;
}
.kurs legend {
  font-weight: bold;
  margin: 0;
  padding: 0 .5em;
  font-size: .9em;
}
.kurs fieldset p.hinweis {
  font-size: .8em;
  font-style: italic;
}
.kurs table {
  width: 100%;
  margin: 1em 0 0 0;
}
.kurs table th {
  font-size: .8em;
  font-weight: bold;
  padding: .2em 0 .2em .5em;
  color: white;
  background-color: #BC0203;
  border-bottom: 1px solid white;
}
.kurs table td {
  color: #BC0203;
  background-color: #EFD7CB;
  border-bottom: 1px solid white;
  padding: 0 8px;
}

/** Die Tänze
-------------------------------------------*/
div#verzeichnis {
  margin: 0 0 1em 1.5em;
}
#verzeichnis ul,
#verzeichnis li {
    list-style: none;
}
ul#inhalt a {
  font-size: .9em;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: .2em 1em;
}
div#liste {
  font-size: .9em;
  padding: .2em 0 .2em 1em;
}
#liste legend {
  color: #BC0203;
  font-weight: bold;
  padding: 0;
}
#inhalt ul a:hover,
#inhalt ul a:focus {
  text-decoration: underline;
}
#inhalt ul.unter {
  font-size: .9em;
  font-weight: normal;
  margin: 0;
  padding: .2em 1em;
}
p.oben a {
  color: white;
  text-decoration: none;
  background-color: #BC0203;
  text-align: right;
  padding: .1em 1em .1em .5em;
}
p.oben a:hover,
p.oben a:focus {
  color: #BC0203;
  background-color: #EFD7CB;
}
/** Über uns
-------------------------------------------*/
#ariadne ul {
  font-size: .9em;
  margin: .8em 0;
}
#ariadne ul a,
#ariadne ul strong {
  color: rgb(93, 93, 93);
  background-color: white;
  text-decoration: none;
  padding: .2em 1em;
  width: 450px;
}
#ariadne li,
#ariadne ul {
  float: right;
  list-style: none;
}
#ariadne ul a:hover,
#ariadne ul a:focus {
  text-decoration: underline;
}

/** Biografie
-------------------------------------------*/
div.box1 {
  float: right;
  margin: 5px;
}
.box2 {
  float: left;
  margin: 10px;
}
#bio,
#bio p {
  text-align: center;
  font-style: italic;
  font-size: 1.1em;
  margin: 1em 0 0 0;
}
#bio1,
#bio2 {
  text-align: justify;
}
#bio2 dl {
  text-decoration: none;
}

/** Vorzüge
--------------------------------------------*/
div#vorzuege {
  color: rgb(93, 93, 93);
  background-color: white;
  padding: 10px;
}
#vorzuege h2 {
  color: rgb(93, 93, 93);
  background-color: white;
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 0;
}
#vorzuege p.dienst {
  color: rgb(93, 93, 93);
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
#vorzuege p.tel,
#vorzuege p.address {
  margin: 0;
}
#vorzuege p.bon {
  font-size: 1.1em;
}
#vorzuege p.bon em {
  font-weight: bold;
}

/** Links
--------------------------------------------*/
div#partner {
  color: rgb(93, 93, 93);
  background-color: white;
  padding: 10px;
}
div#partner h1 {
  padding: 1em 0 0 0;
}

/**	Kontakt- ,Anmeldeformular und Gbookeintrag
------------------------------------------------------------- */
#contactForm fieldset {
  border: 1px solid #ADADAD;
  margin: 1em 0 1.2em 0;
  padding: .5em 1em;
}
#contactForm legend {
  font-weight: bold;
  margin: 0;
  padding: 0 .5em;
  font-size: .9em;
}
#contactForm input.radio,
#contactForm input.checkbox {
  vertical-align: middle;
}
#contactForm input.text {
  padding: .2em .4em;
  width: 100px;
}
#contactForm input#e-mail1,
#contactForm input#e-mail2 {
  width: 120px;
}
#contactForm select {
  width: 200px;
}
#contactForm p {
  margin: 1em 0 0 0;
}
#contactForm table {
  width: 100%;
  margin: 1em 0 0 0;
}
#contactForm table th {
  padding: .2em 0 .2em 1em;
}
#contactForm table#personal th {
  color: white;
  background-color: #BC0203;
  border-bottom: 1px solid white;
}
#contactForm #personal td {
  color: #BC0203;
  background-color: #EFD7CB;
  border-bottom: 1px solid white;
  padding: 0 8px;
}
#contactForm #personal input.text {
  border: 1px solid #666666;
}
#contactForm table#anmeldung th {
  color: white;
  background-color: #BC0203;
  border-bottom: 1px solid white;
}
#contactForm #anmeldung td {
  color: #BC0203;
  background-color: #EFD7CB;
  border-bottom: 1px solid white;
  padding: 0 8px;
}
#contactForm #anmeldung input.text,
#contactForm #anmeldung select {
  border: 1px solid #666666;
}
#contactForm textarea {
  border: 1px solid #666666;
  margin: 1em 0 0 0;
}
#contactForm p.agb {
  color: #BC0203;
  background-color: #EFD7CB;
  padding: .3em 1em;
}
#contactForm p#submit {
  color: white;
  background-color: #BC0203;
  padding: .3em 1em;
}
#contactForm p#submit input {
  text-align: center;
}
label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
 cursor: pointer;
}
/* Gbook untergruppe */
div#gbook {
 background-color: white;
}
div#iframe {
  background-color: white;
  margin: 1em;
  width: 100%;
  height: 715px;
  border: 0;
}
#contactForm p.zurueck {
  color: #BC0203;
  background-color: #EFD7CB;
  padding: .3em 0 .3em 0;
  text-align: center;
}
p.danke {
  color: white;
  background-color: #BC0203;
  text-align: center;
  padding: .3em 0 .3em 0;
}
p.danke a:link {
  color: white;
  background-color: transparent;
}
p.danke a:visited {
  color: #818181;
  background-color: transparent;
}
p.danke a:hover,
p.danke a:focus {
  color: #BC0203;
  background-color: #EFD7CB;
}
p.danke a:active {
  color: #B0B0B0;
  background-color: #EFD7CB;
}
