/*
<h2>Zentale CSS-Definitionen</h2>
<?=__FILE__?><br>
Stand: <?=date("Y-m-d H:i:s", filemtime(__FILE__))?>
<pre class="indent">
*/

body {
  margin: 0px;
  padding: 0px;
  background-color:#779988;
/*  background-color:#5E7D4F; */
}

body, td, th {
  font-family:verdana,tahoma,arial,helvetica,sans-serif;
  font-size: 80%;
}

h1 {
  font-size: 140%;
  font-weight: bold;
  margin-bottom:4px;
}

h2 {
  font-size: 125%;
  font-weight: bold;
  margin-bottom:4px;
}

h3 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom:4px;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom:4px;
}

h5 {
  font-size: 90%;
  font-weight: bold;
  margin-bottom:4px;
}

h6 {
  font-size: 85%;
  font-weight: bold;
  margin-bottom:4px;
}

code {
  font-size: 10pt;
}

hr {
  border: 0px;
  height: 1px;
  background-color: #ccc;
}

p { 
  margin-top:6px;
  margin-bottom:0px;
}

ul {
  margin-top:3px;
  margin-bottom:2px;
  list-style-type:square;
  padding-left:1em;
  margin-left:1em;
}

li {
  margin-top:0px;
  margin-bottom:5px;
}

pre, tt { 
  font-family:Courier New,Courier,monospace; 
  color:#0000C0; 
}

textarea, input {
  font-family:Courier New,Courier,monospace; 
  font-size:100%;
}

b { 
  font-weight:bold; 
}

th {
  background-color:#e7f7e7;
  vertical-align:top;
}

img {
  border:0;
}  

a:link { 
  color:#994422; text-decoration:underline; 
}

a:visited { 
  color:#994422; text-decoration:underline; 
}

a:hover { 
  color:#ff0000; text-decoration:underline; 
}

a:active { 
  color:#FF0000; text-decoration:none; 
}

#klein,.klein  { 
  font-family:tahoma,sans-serif;
  font-size:85%;
}

#winzig,.winzig { 
  font-family:tahoma,sans-serif;
  font-size:70%;
}

.menu_akt {
  color:#000000;
  background-color:#eeccaa;
}

.indent {
  margin-left:20px;
}

.doc { 
  background-color:#EEEEEE; 
}

.formular {
  background-color:#bbccbb;
  padding:6px;
  border-bottom:1px solid #446644;
  border-right:1px solid #446644;
  border-top:1px solid #ccff99;
  border-left:1px solid #ccff99;
}

.content {
  padding:12px;
  text-align:justify;
  height: 1000px;
}
/*</pre>*/
