
body {
   background-color:#ffffff; 
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
   font-weight:normal;
}
div#pagecontent {
   padding:30px 0 0 0;
   font-size:11px;
   color: #000000;
}

/* *****************************************************
* Styles für Tabellen
***************************************************** */
.listtable {
  padding:0;
  margin:0;
  border-top:1px solid #666666;
  border-left:1px solid #666666;
}
.listtable tr {
  background-color: #e0ffdf;
}
.listtable tr#moused {
  background-color:#ffffcc;
}
.listtable tr#moused {
  background-color:#f4fff4;
}

.listtable th, td {
  font-size:12px;
  padding:2px;
  border-bottom:1px solid #999999;
  border-right:1px solid #999999;
}
.listtable th
{
  color: #ffffff;
  font-weight:bold;
  background-color: #808080;
  background:url(../files/listtable_th_bg.gif/$file/listtable_th_bg.gif) repeat-x; 
  white-space:nowrap; 
  height:22px;
}
.listtable a:link, a:visited {
  color:#000000;
  font-weight:bold;
  text-decoration:underline;
}
.listtable a:hover {
  color:#ff0000;
  font-weight:bold;
  text-decoration:none;
}
.pagehead {
  margin:0 0 10px 0;
  background-color:#ffffff;
  font-size:18px;
  font-weight:bold;
  color:#000000;
  text-align:left;
  border:none;
}
.listmenu {
  font-size:11px;
  text-align:left;
  background:none;
  margin-top:5px;
  margin-bottom:5px;
  padding:0;
}

/* *****************************************************
* Zusätzliche Styles für Formulare
***************************************************** */

.comment {
   font-size:10px;
   color:#000000;
}

.entryfield { 
  font-family: Arial, Helvetica, Geneva, Swiss, SunsSans-Regular; 
  font-size: 12px;  
  color:#000000;
  border:1px solid #666666;
  background-color:#ffffcc;
}
.stdbutton {
  font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size:10px;
  color:#000000;
  border-color: #FFFFFF #000000 #000000 #FFFFFF;
  border-style: solid;  
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
}

/* *****************************************************
* Sonstige Formate
***************************************************** */

h2 {
   /* wird nur fuer Nachricht "No Document found" verwendet */
   font-size:0px;
   display:none;
}

div#footer
{
  width:100%;
  padding:0;
  margin-top:0;
  margin-bottom:40px;
}
div#footer td
{
  font-size: 11px;
  background-color:#000000;
  color:#ffffff;
}

