head {
   background-color: #ffffff;
   color: #000000;
}

body { 
   background-color: #ffffff;
   color: #000000;
}

table {
   border-width: 0px;
   empty-cells: hide;
}

tr.row0 { background-color:#e8e8ea; }
tr.row1 { background-color:#f8f8fa; }

/* links */
a, a:visited {
   text-decoration: none;
   color: 333399;
   background: inherit;
}
a:hover {
   color: 6666EE;
   background: inherit;
   text-decoration: underline;
}

body, p, td, br, center { 
   font-size: 10pt;
   font-family: sans-serif;
}

title { 
   color: #000000;
   font-family: sans-serif;
}

/* headers */
h1, h2, h3, p {
  //padding: 10px;
   margin-bottom:6px;
   margin-top:6px;
}
h1, h2, h3, {
  font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
  font-weight: Bold;    
}
h1 {
   font-size:18pt;
   font-weight:bold;
   color:#0000ff;
   margin-bottom:8px;
   margin-top:8px;
}
h2 {
   font-size:14pt;
   font-weight:bold;
   color:#000000;
   margin-bottom:4px;
   margin-top:4px;
}
h3 {
   font-size: 110%;
   padding: 5px 0pt 5px 25px;
   border-bottom:1px solid #EFF0F1;
   color: #ff0000;
   font-family:Verdana,'Trebuchet MS',Sans-serif;
}
h4 {
   font-size:10pt;
   color:#000000;
   padding:0px;
   margin:0px;
}
ul, ol {
   margin: 5px 20px;
   padding: 0 20px;
   /* color: #88ac0b;   */
}
ul span, ol span {
  color: #666666;
}
th { font-size: small; }

pre { font-size: 8pt; 
    }

tt { font-size: 8pt; 
    }
table.formsection, table.ui_table, table.sortable, .main, table.loginform {
  border-collapse: collapse;
  border: 2px solid #b3b6b0;
  width:98%;
  margin: 4px;
  background-color: #EFEFEF;
}
table.loginform {
  width:40%;
}
tr.mainsel {
  background-color: #ddffbb;
}
tr.mainhigh {
  background-color: #ffffbb;
}
tr.mainhighsel {
  background-color: #bbffcc;
}
tr.maintitle {
  color: #ffffff;
  background-color: #427ad1;
}
td.maintitle {
  color: #ffffff;
  background-color: #427ad1;
}
tr.maintitle a, tr.maintitle a:visited {
  color: #ffffff;
}
td.maintitle a, td.maintitle a:visited {
  color: #ffffff;
}
tr.maintitle a:hover {
  color: #4EBF37;
}
td.maintitle a:hover {
  color: #4EBF37;
}
hr {
  border: 0;
  width: 90%;
  height: 2px;
  color: #B3B6B0;
//  background-color: #EFF0F1;
}
.itemhidden {display:none}
.itemshown {display:inline}
img { behavior: url(/images/iepngfix.htc); }


a.menue {
   text-decoration: none;
   color: #eae28a;
   background: inherit;
} 
a.menue:visited {
   text-decoration: none;
   color: #eae28a;
   background: inherit;
} 
a.menue:hover {
  color: #eae28a;
  background: inherit;
  text-decoration: underline;
}

p.startseite {
   padding: 5px 0pt 5px 0px;
}

h1.starteite {
   color:#ffffff;
}

td.menue
{
    background-color:#0077FF;
    vertical-align:top;
    text-align:center;
/*    color:#EAE28A; */
    color:#ffffff;
    font-size:11pt;
    font-weight:bold;
}

.login
{
   font-size:8pt;
   font-weight:normal;
}