/*
 * Stylesheet für http://www.soral.at/ 
 * (c) 2006 André Soral
 */


/*
 *  Allgemeine Angaben
 */

body {
  color: 000000;
  background-color:white;
  margin: 0em;
  padding: 0em;
  font-size: 100,01%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.3em;
}

h3, h4 {
  font-size: 1.1em;
}

h5, h6 {
  font-size: 1.0em;
}

h4, h6 {
  font-style: italic;
  font-weight: normal;
}

img.FloatRight {
  float: right;
  margin-left: 1em;
  margin-bottom: 2em;
}

.Blocksatz {
  text-align: justify;
}

#Groesse11 {
  font-size:1.1em;
}


/*
 *  Titelleiste
 */

#Titel {
  margin: auto;
  text-align:center; 
  background-image:url(bilder/gruen.png);
  background-repeat:repeat-x;
  background-position: top;
}


/*
 * Gemeinsamkeiten von Menü, Inhalt und Fußzeile
 */

#Menue, #Inhalt, #Fusszeile {
  width: 760px;
  margin: auto;
  padding: .2em 0em;
}


/*
 * LINKS Allgemein, in Menü, Fußzeile, InsumedLogo und Startseitentabelle
 */

a:hover, a:focus, a:active,
#Menue a:hover, #Menue a:focus, #Menue a:active,
#Fusszeile a:hover, #Fusszeile a:focus, #Fusszeile a:active,
#Kontakt a:hover, #Kontakt a:focus, #Kontakt a:active { 
  color:maroon;
  background-color: inherit;
  text-decoration:underline;
}

#Kontakt a {
  color: black;
  text-decoration: none;
}

a:active, #Menue a:active, #Fusszeile a:active, #Kontakt a:active { 
  color:red; 
}

#TabFloatRight a, #TabFloatRight a:hover, #TabFloatRight a:focus,
#InsumedLogo a, #InsumedLogo a:hover, #InsumedLogo a:focus {
  color: white;
}

#TabFloatRight a:active, #InsumedLogo a:active {
  color: red;
}


/*
 *  Menü
 */

#Menue {
  font-family: sans-serif;
  font-size: 109%;
  background-color: #ddf6d8;
  text-align: center;
  border: 1px solid black;
  margin-top: 11px;
}

#Menue a, #Menue .Active {
  color: black;
  text-decoration:none;
  font-weight: bold;
}


/*
 *  Inhalt
 */

#Inhalt {
  font-family: serif;
  margin-top: 1em;
}


/*
 *  Fusszeile
 */
 
#Fusszeile { 
  font-family: sans-serif;
  font-size: .8em;
  border-top: 1px solid black;
  margin-top: 3em;
  text-align: center;
  clear: both;
}

#Fusszeile a {
  color: black;
  text-decoration:none;
}


/*
 * Aktuelles
 */

#Aktuelles {
  margin-top: 2.5em;
}


/*
 * Startseite - Tabelle
 */

#TabFloatRight {
  float: right;
  margin-left: 1em;
  margin-bottom: 2em;
}


/*
 * Kontaktionformation - Tabelle (gibt es nicht mehr seit 3.7.2007)
 */

#Kontakt {
  margin: auto;
}

#Kontakt th, #Kontakt td {
  padding: .2em .5em;
}

#Kontakt th {
  font-weight: bold;
  text-decoration: underline;
}

#Kontaktkopf {
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: underline;
}


/*
 * Kontaktinformation Google Maps
 */

#GMaps {
 float: right; 
 width: 400px; 
 height: 300px; 
 margin-left: 10px; 
 margin-bottom: 10px;
 border: 1px solid black;
 }
 

/*
 * Ordinationszeiten - Tabelle
 */

#Ordinationszeiten {
  margin: auto;
  margin-bottom: 2em;
}

#Ordinationszeiten th,
#Ordinationszeiten td {
  text-align: center;
  padding: .4em .8em;
}

#Ordinationszeiten th {
  background-color:#FFF68F;
}


/*
 * Mitarbeiter
 */

div.Mitarbeiter {
  margin-top: 2.5em;
  text-align: justify;
}

div.Mitarbeiter img {
  margin: .1em .4em;
}

div.Mitarbeiter h2 {
  padding-top: .3em;
}

