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

body {
  height:100%;
  width:100%;
  margin:0em;
  padding:0em;
  background-color:#FFFFF1;
  font-size:1em;
  font-family:Arial, Helvetica, Sans-Serif;
  color:#000000;
}

p {
  margin:0em 0em 0.6em 0em;
}


p.Zitat { /* Nutzung z.B. auf der Mitarbeiterwebsite von Uwe Altmann */
  text-align:left; margin-bottom:1em ;
  text-indent:-2em; margin-left:2em ;
}


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

td, th {
  vertical-align:top;
}

table {
  border-collapse:collapse;
}

img {
  border-width:0px;
}

td#content {
  width:100%;
  padding:0.4em;
}

table.centerall td,th {
  border:1px solid #000000;
  text-align:center;
}

table.center td,th {
  text-align:center;
}

table.border td {
  border:1px solid #000000;
}
table.border th {
  border:1px solid #000000;
}

a.external {
  background:url(pics/website_externallink.gif) 100% 50% no-repeat;
  padding-right:12px;
}


a:link    { color:#0000CC; text-decoration:none; }
a:visited { color:#0000CC; text-decoration:none; }
a:hover   { color:#000000; text-decoration:underline; }
a:active  { color:#000000; text-decoration:underline; }


a.navi {
  display:block;
  width:9em;
  margin:0em 0em 0.4em 0em;
  padding:0.2em 0.4em 0.2em 0.4em;
  color:#000000;
  border:1px solid #999999;
}

a.navi:link    { background-color:#DDDDAA; color:#000000; text-decoration: none; }
a.navi:visited { background-color:#DDDDAA; color:#000000; text-decoration: none; }
a.navi:hover   { background-color:#EEEEDD; color:#000000; text-decoration: none; border-color:#000000; }
a.navi:active  { background-color:#EEEEDD; color:#000000; text-decoration: none; }

h1 { /* Seitentitel */
  margin:0em 0em 0.4em 0em;
  padding:0.2em 0.4em 0.2em 0.4em;
  border:1px solid #999999;
  background-color:#EEEEDD;
  font-size:1.4em;
  font-weight:bold;
}

h2 {
  margin:1em 0em 0.4em 0em;
  padding:0em;
  font-size:1.4em;
  font-weight:bold;
}

h3 {
  margin:0.8em 0em 0.4em 0em;
  padding:0em;
  font-size:1.1em;
  font-weight:bold;
}

.rb { /* rechts-bündig */
   text-align:right;
}

div.green, p.green {
  color:#009900;
  font-weight:bold;
  border:3px solid #009900;
  margin-top:20px;
  margin-bottom:20px;
  margin-left:auto;
  margin-right:auto;
  padding:5px;
}

span.green {
  color:#009900;
}

div.red, p.red {
  color:#990000;
  font-weight:bold;
  border:3px solid #990000;
  margin:1em auto 1em auto;
  padding:0.4em;
}

span.red {
  color:#990000;
}

/* Auf der Startseite: */
#indexmain {
  width:460px;
  height:460px;
  background-image:url(pics/willkommensteiger.jpg);
  background-repeat:repeat;
  font-weight:bold; /* Sonst schlecht lesbar. */
  padding:1em;
}

#indexmain ul {
  padding:0em 0em 0.5em 1em;
}

#indexmain li {
  padding-bottom:0.4em;
}

dt {
  margin-top: 0.5em;
  margin-left: 3em;
  text-indent: -3em;
}

