td {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #000000; 
  text-decoration: none
}

input {
  font-family: Verdana; 
  color: #000000;
  background-color: #FFFFFF; 
  font-size: 10px; 
  text-decoration: none; 
  border: #000000; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px
} 

.noBorder {
  border-width: 0px;
  background: none;
}


body {
  scrollbar-base-color: #5D81B7;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-face-color: #5D81B7;
  scrollbar-track-color: #5D81B7;
}



select {
  font-family: Verdana; 
  color: #000000;
  background-color: #FFFFFF; 
  font-size: 10px; 
  text-decoration: none; 
  border: #000000; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px
} 

textarea {
  font-family: Verdana; 
  color: #000000;
  background-color: #FFFFFF; 
  font-size: 10px; 
  text-decoration: none; 
  border: #000000; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px
} 

.headline td {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000; 
  text-decoration: bold
}

a:link {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #003366; 
  text-decoration: none
}

a:hover { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #003333; 
  text-decoration: none
}

a:active { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #003366; 
  text-decoration: none
}

a:visited { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #003366; 
  text-decoration: none
}

.menuCell {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #000000; 
  font-size: 10px; 
  text-decoration: none; 
  border-right: solid 0px #87D638;
  border-top: solid 0px #87D638;
  padding: 3px;  
}

.menuTitle {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-weight: bold; 
  color: #5DB510; 
  text-decoration: none;   
  border-right: solid 0px #4F6AA1;
  border-top: solid 0px #4F6AA1;
  padding: 3px;
}

.tableBox {
  border-left: solid 0px #5D81B7;
  border-bottom: solid 0px #4F6AA1;
}

.tableCell {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px
}

.mainTable {
  border: 0px solid #FFB820;
}

.mainTableHead {
  border-bottom: 0px solid #FFB820; 
  padding: 3px;
}

.mainTableFoot {
  border-top: 0px solid #FFB820; 
  padding: 3px;
}

.requiredNote {
  color: #FF0000;
}

.tableRandMain {
  border-left: solid 0px #5DB510;
  border-bottom: solid 0px #5DB510;
  border-right: solid 0px #5DB510;
}

.form_button {
   color: white;
   background-image: url(images/einloggen.gif);
   width: 69;
   height: 12;
   border-width: 0;
}

/**
 * Navigation
 *
 *
 */

ul { 
   list-style-type  : none; 
   margin           : 0;
   padding          : 0;
}

.navHeader { 
   margin: 0;
   background-image    : url(images/nav_top.gif);
   background-repeat   : no-repeat;
   font-weight: bold;
   text-align: right;
   line-height: 30px;
   vertical-align: text-bottom;
   color: #5DB510;
   width: 150px;
   height: 30px;
}

li {
   background-image    : url(images/bg_nav.gif);
   background-repeat   : no-repeat;
   height: 17px;
   width: 150px;
}

li a {
   margin: 0;
   font-family: Arial;
   line-height: 16px;
   text-align: left;

   padding-left: 4px;
   display: block;
   color: #5DB510;
   width: 146px;
   height: 16px;
   text-decoration: none;
}

li a:hover { 
   margin: 0;
   color: #5DB510;
   font-weight: bold;
   text-decoration: underline;
}
