
BODY {
    background-image: url(../images/menu_back.jpg);
//    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    text-align:center;
    font: 12px Verdana, Arial, sans-serif;
}

#wrapper {
    margin: 0 auto;
    width: 1000px; /* Replace the xxxx with the the width of your site (eg 800px)*/
    text-align:left;
}

TD.main, P.main {
  font-size: 12px;
  line-height: 1.5;
}

A {
  color: #323ddd;
  text-decoration: none;
}

A:hover {
  color: #ffa052;
  text-decoration: none;
}

FORM {
	display: inline;
}

.banners {
  padding: 15px;
}

/*HEADER CSS*/

TABLE.header {
  width: 100% !important;
  background-color: transparent;
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
}

TABLE.headerNavigation {
  background-color: transparent;
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
  width: 100% !important;
}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
}

TD.breadCrumb {
  font-size: 11px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
  border-bottom: 1px dotted #9a9a9a;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
  color: #0028a2;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #fffafa;
}

tR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #eCD872;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00; // unterer Balken
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

// left column, unused right and the center box
.column_left, .column_right, .column_single {
  background: #fffafa;
  padding: 2px;
}

.boxText {
  font-size: 12px;
  line-height: 125%;
}

// content of sideboxes
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background-color: #fffafa;
  border: 1px solid #9a9a9a;
  margin-bottom: 15px;
}

.barHeading{
//  background-color: #0bab53;
  background-color: #0bc783;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
//  background-image: url(../images/logo.gif);
  background-color: #0bc783;
  font-size: 14px;
  font-weight: bold;
//  color: #ffffff;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #ffffff;
}

TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
  background: #abbbd3;
//  background-image: url(../images/menu_back.jpg);
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  font-size: 14px;
  line-height: 125%;
  background-color: #FEFEFE;
//  background-color: #0bbb43;
  padding: 4px;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #0bc783;
//  background-color: #8bbbd3;
//  background-image: url(../images/tile_back.jpg);
  margin-bottom: 15px;
}

// The center text section

.plainBox, .plainbox-description {
 background-color: transparent;

//  background: #fffafa;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  border:1px solid #9a9a9a;
  padding: 5px;
}

.plainBoxHeading, TD.tableHeading {
  font-size: 13px;
  font-weight: bold;
  padding: 11px 5px 5px;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 20px;
  font-weight: bold;
  color: #8ad6a;
  padding-top: 11px;
}

.center_column {
  padding: 8px;
  font-size: 14px;
}
.main_page{
  background-color: transparent;
  width: 1020px !important;
  font-size: 14px;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding: 5px;
}

/* footer
--------------*/

TABLE.footer {
  background: #fffafa;
  text-align: center;
  font-size: 10px;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

TR.footertop {
  background-color: #0bab73;
  font-size: 11px;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 12px;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-size: 12px;
}
