/* --- Farben Definition ---

mittelgrau      #777;
gruen           #CFD; hell
gruen           #4F6; mittel

/* Global Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
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,
b, u, i, center,
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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  /*content: none;*/
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* --- Floats und Clears --- */

.clearfix:after { /* float hack used to float content correctly */
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.links_float {
  float: left;
  width: auto;
}
.rechts_float {
  float: right;
  width: auto;
}
.clear {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


/* --- Layout --- */

body {
  background-color: #8B4;
}
body.weiss {
  background-color: #FFF;
}

img {
  border: 0;
  vertical-align: middle;
}

#inhalt {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0em;
  color: #777;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11pt;
  line-height: 1.3;
  /*text-transform: uppercase;*/
}

.kopfteil {
  background-color: #ECEAE0;
}

#navigation {
  position: absolute;
  top: 0;
  left: 75%;
  bottom: 0;
  right: 0;
  padding: 2.4em 2em 2em 0em;
  /*border: 1px solid #999;*/
}


#innen {
  padding: 5em;
  background-color: #FFF;
  border: 4px solid #CFD;
  min-height: 75%;
}
#praxis_kopf {
  float: right;
  width: auto;
  padding: 1em;
  font-size: 0.8em;
  text-align: right;
  color: #0C2;
}

.nav_link a {
  display: block;
  padding: 0.3em 0.5em 0.1em 0.5em;
  color: #999;
  border-bottom: 1px solid #DDD; /* #D9BB75; */
  border-right: 1px solid #DDD; /* #D9BB75; */
  font-weight: bold;
}
.nav_link a:hover {
  background-color: #DDD;
  border-bottom: 1px solid #CCC; /* #D9BB75; */
  border-right: 1px solid #CCC; /* #D9BB75; */
  text-decoration: none;
}


.spalte_links {
  float: left;
}
.spalte_links .bild {
  margin-right: 3em;
  margin-bottom: 3em;
}
.spalte_mitte {
  float: left;
  margin: 0 3em 0 3em;
}

.spalte_rechts {
  float: right;
}

.w11 {
  width: 11em;
}
.w9 {
  width: 9em;
}
.w6 {
  width: 6em;
}
.w20p {
  width: 20%;
}
.w25p {
  width: 25%;
}
.w30p {
  width: 30%;
}
.w35p {
  width: 35%;
}
.w40p {
  width: 40%;
}
.w50p {
  width: 50%;
}
.w60p {
  width: 60%;
}
.w70p {
  width: 70%;
}
.wAuto {
  width: auto;
}

.logo {
  float: left;
  width: auto;
  margin: 3em 3em 1em 3em;
}
.logo img {
  height: 6.75em;
}
.logo_reiter {
  float: right;
  width: auto;
  margin: 1em 4em 0 0;
}

.aufreisser {
  margin: 3em 0 0 0em;
  float: left;
  width: auto;
  font-size: 0.82em;
  text-transform: lowercase;
}
.aufreisser .hervor {
  /*color: #000;*/
  font-weight: bold;
}
.bild_links {
  float: left;
  width: auto;
  margin: 0 2em 2em 0;
}
.bild_links img,
.bild_rechts img,
.bild img {
  width: 100%;
  border: 1px solid #BD8;
}

.bild {
  float: right;
  width: 100%;
}

.haupt_menu {
  margin: 0 0 1.5em 3em;
}

.menu_block {
  float: left;
  margin: 0 0 0.5em 3em;
}

.haupt_menu a,
.menu_block .link a {
  color: #8B4;
  font-weight: normal;
}
.haupt_menu a:hover,
.menu_block .link a:hover {
  color: #EA2;
  text-decoration: none;
}
.menu_block .titel a {
  color: #777;
  font-weight: normal;
  text-transform: uppercase;
}
.menu_block .titel a:hover {
  color: #EA2;
  text-decoration: none;
}

#submenus {
  padding: 0.5em 0 0 0;
  background-color: #FFF;
}

.text_inhalt {
  color: #FFF;
  background-color: #8B4;
  padding: 1.5em 3em 3em 3em;
}
.text_inhalt .titel {
  font-size: 2em;
  color: #BD8;
}
.text_inhalt a {
  color: #777;
  font-weight: normal;
}
.text_inhalt a:hover {
  color: #EA2;
  text-decoration: none;
}

.abstand {
  padding-right: 2em;
}

.fl_links {
  float: left;
}
.fl_rechts {
  float: right;
}

/* --- allgemeine Tag Formate --- */

h1 {
  margin: 0 0 0.5em 0;
  color: #0C2;
  font-size: 2em;
  line-height: 1.2;
}
h2 {
  font-size: 1.1em;
  margin: 2em 0 0 0;
}
h2.anschluss {
  margin-bottom: 0em;
}
.hervor {
  font-weight: bold;
}
h1 .hervor {
  color: #999;
}
.kleiner {
  font-size: 0.8em;
  font-weight: normal;
}

strong {
  background-color: #F0FBFF;
  font-weight: normal;
  padding: 0.1em 0.3em 0.1em 0.3em;
}

input[ type="text" ],
input[ type="password" ] {
  width: 98%;
  margin: 0.5em 0 0.5em 0;
  padding: 0.25em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #DDD;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
}
textarea {
  width: 98%;
  margin: 0.5em 0 0.5em 0;
  padding: 0.25em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #DDD;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
}
select {
  margin: 0.5em 0 0.5em 0;
}

a {
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
}

a.normal {
  color: black;
}

label {
  margin: 0.5em 0 0 0.2em;
  font-style: italic;
}
p {
  margin: 0.75em 0;
}
acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}
.schwach {
  color: #999;
}

ul {
  list-style-type: square;  
}
li {
  margin-left: 1em;
}

/* --- Tabellenformatierung --- */
table, tr {
  margin: 0;
  padding: 0;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
th {
  text-align: left;
}
td.zahl, th.zahl {
  text-align: right;
  white-space: nowrap;
}
td.aktionen_zelle {
  padding: 1em;
  border-left: 2px solid #8BE;
}

/* --- allgemeine Formate --- */
.formular {
  padding: 1em;
  margin: 0.6em 0;
  background-color: #FFD;
  border: 1px solid #DDA;
}
.formular h3 {
  margin: 0.5em 0 1em 0;
}
.tasten_rechts {
  margin: 1.5em 0 0.5em 0;
  text-align: right;
}

.daten_block {
  margin-bottom: 1em;
}
.daten_block h3 {
  margin-bottom: 0.5em;
}

.haupt_punkt {
  margin: 1em 0 1em 0;
}
.haupt_punkt a,
.haupt_punkt h3 {
  font-size: 1.1em;
  font-weight: bold;
}

.kontrollzahl_plus { color: #0B0; }
.kontrollzahl_mittel { color: #FA0; }
.kontrollzahl_minus { color: #D00; }

/* --- Formate für die mein_index Seite --- */

/* --- Verschiedenes --- */
.clearleft {
    clear: left;
}
.clearfix:after { /* float hack used to float content correctly */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --- Flash Formatierung --- */
.flash {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1em;
}
#warning {
  color: #F99;
}
#notice {
  color: #6BB;
}

/* --- Scaffold Fehlerformate für Rails --- */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}
#errorExplanation {
  border: 2px solid red;
  padding-bottom: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
}
#errorExplanation h2 {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  padding: 5px;
  margin: 0;
}
#errorExplanation ul {
  margin-bottom: 4px;
  list-style: square;
}
#errorExplanation li {
  margin-left: 1em;
  list-style-position: inside;
}

