html {
  height:100%;
  width:100%;
}

body {
  height:100%;
  width:100%;
  margin:0px;
  padding:0px;
  background-color: rgb(242,240,226);
  color: rgb(93,77,63);
  font-size:13px;
  font-family:Arial, Helvetica, Sans-Serif;
}

p {
  margin:0px 0px 10px 0px;
}

div {
  overflow:visible;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}

td, th {
  vertical-align:top;
}

table {
  border-collapse:collapse;
  font-size:13px;
  font-family:Arial, Helvetica, Sans-Serif;
}

img {
  padding:0px;
  margin:0px;
  border-width:0px;
}

td#content {
  max-width:860px;
  height:100%;
  padding:20px 35px 35px 0px;
  font-size:13px;
}

#container {
  min-width:535px;
  max-width:860px;
  height:100%;
}

table.centerall td,th {
  border:1px solid rgb(0,0,0);
  text-align:center;
}

table.border td {
  border:1px solid rgb(0,0,0);
}
table.border th {
  border:1px solid rgb(0,0,0);
}

.navitable {
  font-size:25px;
  width:182px;
}

a.allnavi {
  background-image:url(pics/navi-pfeil-dunkel.png);
  background-repeat:no-repeat;
  background-position:left;
}
/*
a.coaching {
  background-image:url(pics/navi-pfeil-doppel.png);
  background-repeat:no-repeat;
  background-position:left;
}

a.kontakt {
  background-image:url(pics/navi-pfeil-dunkel.png);
  background-repeat:no-repeat;
  background-position:left;
}

a.forschung {
  background-image:url(pics/navi-pfeil-mittel.png);
  background-repeat:no-repeat;
  background-position:left;
}
*/

a.befragungen {
  background-image:url(pics/navi-pfeil-doppel.png);
  background-repeat:no-repeat;
  background-position:left;
}

a:link    { color: rgb(93,77,63); text-decoration:none; }
a:visited { color: rgb(93,77,63); text-decoration:none; }
a:hover   { color: rgb(93,77,63); text-decoration:underline; }
a:active  { color: rgb(93,77,63); text-decoration:underline; }

a.navi:link    { color: rgb(255,255,255); text-decoration: none; }
a.navi:visited { color: rgb(255,255,255); text-decoration: none; }
a.navi:hover   { color: rgb(255,255,255); text-decoration: none; }
a.navi:active  { color: rgb(255,255,255); text-decoration: none; }

a.download:link    { color: rgb(212,62,62); text-decoration:none; }
a.download:visited { color: rgb(212,62,62); text-decoration:none; }
a.download:hover   { color: rgb(212,62,62); text-decoration:underline; }
a.download:active  { color: rgb(212,62,62); text-decoration:underline; }

.dunkelrot { color: rgb(176,6,6); }
.mittelrot { color: rgb(212,62,62); }
.hellrot { color: rgb(233,117,117); }

.dunkelumbra { color: rgb(93,77,63); }
.dunkelumbra_background { background-color: rgb(93,77,63); }
.dunkelumbra_border { border:2px solid rgb(93,77,63); }
.dunkelumbra_border_top { border-top:2px solid rgb(93,77,63); }
.dunkelumbra_border_right { border-right:2px solid rgb(93,77,63); }

.dunkelumbra_navi_background { background-color: rgb(78,70,56); }

.hellumbra { color: rgb(211,206,189); }
.hellumbra_background { background-color: rgb(211,206,189); }
.hellumbra_border { border:2px solid rgb(211,206,189); }
.hellumbra_border_top { border-top:2px solid rgb(211,206,189); }
.hellumbra_border_right { border-right:2px solid rgb(211,206,189); }

.hellumbra_content { color: rgb(242,240,226); }
.hellumbra_content_background { background-color: rgb(242,240,226); }
.hellumbra_content_border { border:2px solid rgb(242,240,226); }
.hellumbra_content_border_top { border-top:2px solid rgb(242,240,226); }
.hellumbra_content_border_right { border-right:2px solid rgb(242,240,226); }

.weiss { color: rgb(255,255,255); }
.weiss_background { background-color: rgb(255,255,255); }

.dunkelumbra_border_teampics { border:1px solid rgb(93,77,63); }

.orange_fond_background { background-color: rgb(232,216,182); }
.sandgrau_fond_background { background-color: rgb(228,222,202); }


