Body {
    margin: 1px 1px 1px 1px;
    background : White;
    color: black;
  }


TEXTAREA {
    background : white;
    font : 12pt Helvetica, Arial, Sans-Serif;
    border : #3c47d5 dotted 1px;
    Border-Color : #3c47d5;
    color : #3c47d5;
  }


SELECT {
    font : bold 12pt serif;
    border : #3c47d5 dotted 1px;
    Background-Color : white;
    Color : #3c47d5;
    Font-Family : Helvetica, Arial, Sans-Serif;
  }

div.headerDIV {
    margin: 0px;
    clear: both;
    float: none;
    height: 110px;
    width: 100%;
    overflow: visible;
    position: static;
    visibility: visible;
    left: 0px;
    top: 0px;
    right: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7077C8;
    text-align: center;
    border-bottom-width: 2px;
    padding: 0px;
  }

.rightAbs {
    border: 0px;
	 margin:0px;
	 position:static;
	 right:0px;
	 top: 0px;
	 float:right;
  }

.leftAbs {
    border: 0px;
    margin: 0px;
    position:static;
    left: 0px;
    top: 0px;
	 float:left;
  }


td.headerTD {
    background-color: #7077C8;
    text-align: center;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
	 color: white;
  }


td.headerTD:hover {
    background-color: #3C48D8;
    text-align: center;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
	 color:white;
  }


a.headerA {
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
  }


a.headerA:link {
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
  }


a.headerA:hover {
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
  }


a.headerA:visited {
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
  }


td.headerTDactiv {
    background-color: #3C48D8;
    text-align: center;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
  }

/* BodyDIV fuer Inhalte unter dem DIV-Kopf*/
div.bodyDIV {
    margin: 2px 10px 10px;
  }

