/*
  Copyright (c) 2003 KTB mechatronics, Stefan Enderle
*/

BODY {
  background: #ffffff;
  color: #000000;
  /*margin: 0px;*/
}

H1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #CC0000; 
}

H2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

P, TD {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

li {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000; 
  text-decoration: underline; 
}

A:hover { 
  color: #CC0000;
  text-decoration: underline; 
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

#leftrighttop { 
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:black;
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:black;
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:black;
  padding:0;
  text-align:justify; }

#leftright { 
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:black;
  border-right-width:1px;
  border-right-style:solid;
  border-color:black;
  padding:0;
  text-align:justify; }

#frame { 
  border-width:1px; 
  border-style:solid; 
  border-color:black; 
  padding:0; 
  text-align:justify; } 

#menu {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #F60702;
  padding:0; 
  text-align:center;
  vertical-align:middle;
  text-decoration: none; 
  margin-left:10px;
  margin-right:10px;
  }

#menusmall { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none; 
  color: #000000; 
}

#menusmall:hover { 
  color: #CC0000;
  text-decoration: underline; 
}

