/* ======== ERRORBOX ================== */

DIV.errorbox {
  background-color: #ffffff;
  color:            black;
  border:           1px solid #cc3300;
  margin-bottom:    30px;
  margin-left:      12px;
  text-align:       left;
}

DIV.errorbox UL LI {
  color: #cc3300;
  font-weight: normal; 
  text-align: left;
}

DIV.errorbox P.boxtitle {
  background-color: #CC3300;
  color:          white;
  text-decoration: none;
  font-weight:     bold; 
  margin:           0px;
  padding-top:      2px;
  padding-right:    3px;
  padding-bottom:   2px;
  padding-left:    10px;
  font-size:       12px;
}

LABEL.error {
  color: #CC3300;
}

INPUT.error, SELECT.error, TEXTAREA.error {
  color:       #CC3300;
  font-weight: bold;
}

DIV.errorbox DIV.titleicon {
  float: left;
  position: relative; top: 2px; left: 2px; z-index:1;
}


/* ======== FORMS ================== */

FORM {
  font-size: 11px;
  margin:  0px;
  padding: 0px;
}

FORM DIV.informaltable {
  border: 1px solid #959595;
  margin-left: 0px;
  padding: 8px;
}

DIV.contentbody DIV.informaltable {
  margin-left: 12px;
  margin-bottom: 12px;
  padding: 4px;
}

INPUT, SELECT, TEXTAREA {
  margin-bottom: 10px;
  font-size: 12px;
  font-family: arial, helvetica; 
}

INPUT {
  width: 180px;
}

TEXTAREA {
  width: 180px;
}

FORM DIV.informaltable BUTTON {
  padding: 0px;
  margin: 0px;
  background-color: #000000;
  font-weight: bold;
  border: 2px outset white;
  color: white;
}

#submit {
  padding-top: 0px;
  margin-top: 0px;
  background-color: #003300;
  font-size: 12px;
  font-weight: bold;
  border: 2px outset white;
  color: white;
}

SELECT {
  padding-top: 0px;
  margin-top:  0px;
  font-weight: normal;
  font-size: 12px;
  font-family: arial, helvetica;  
}

/* ==================================== */

BODY {
  background-image: url(../graphics/bg.gif);
}

BODY, TD {
  font-size: 12px;
  font-family: arial, helvetica;
  color: #000000;
}

IMG {
  border:  0px;
  padding: 0px;
  margin:  0px;
}

DIV.content {
  font-size: 10px;
  width: 372px;
}

DIV.content A         { font-size: 12px; color:#006600; text-decoration: underline; }
DIV.content A:hover   { font-size: 12px; color:#009900; text-decoration: underline; }

DIV.content P{
  margin-left:   10px;
  margin-top:    1em;
  margin-bottom: 1.5em;
  text-align: justify;
}

P.clear {
  clear: both;
}

/* ========================= */


EM {
  font-size: 12px; 
  font-weight: bold;
  font-style: normal;
}
 

/* ========================= */
/* HEADINGS                  */
/* ========================= */

.header1 {
  font-family: times new roman;
  margin-left:10px;
  font-size: 35px;
  color: #004100;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

.header2 {
  font-family: times new roman;
  margin-left:5px;
  font-size: 14px;
  color: #4E4E4B;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

H1 {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 5px;
}

DIV.contentbody {
  margin-top: 10px;
  line-height: 16px;
}

DIV.hspace {
  width: 10px;
  height: 78px;
  background-color: #003300;
}
DIV.mediaobject {
  margin-left:10px;
  margin-bottom: 20px;
}

DIV.mediaobject DIV.mediaobject{
  margin-left: 0px;
  margin-bottom: 0px;
}

/* ========================= */
/* TIP                       */
/* ========================= */

DIV.tip IMG {
  margin-left: 5px;
}
DIV.tip P{
  margin-top:    0;
  margin-bottom: 0;
}



/* ========================= */
/* SIDEBAR                   */
/* ========================= */

DIV.sidebar DIV.mediaobject {
  float: none;
  margin: 0px 0px 10px 0px;
  border: 1px solid #000000;
  width: 188px;
}

/* ========================= */
/* LINKES MENUE              */
/* ========================= */

TD.leftnavi {
  vertical-align: top;
  width: 222px;
}

UL.leftnavi {
  padding:       0px;
  margin-top:    5px;
  margin-left:   0px;
  margin-bottom: 5px;
}

UL.leftnavi LI {
  list-style-image: none;
  list-style-type: none;
  color: #FFFFFF;
  font-size: 12px;
  border-bottom: 1px solid #FFFFFF;
  padding-top: 2px;
  padding-bottom: 2px;
}
UL.leftnavi LI.descendant A{
  padding-left:  15px;
}

UL.leftnavi LI.curpage A{
  text-decoration: underline;
  font-weight: bold;
  padding-left:  15px;
}

UL.leftnavi LI.ancestor A {
  padding-left:  15px;
}
UL.leftnavi LI.otherpage A {
  padding-left:  15px;
}

UL.leftnavi LI A {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}

UL.leftnavi LI A:HOVER {
  color: #CCFFCC;
}
/* ------- */
/* ebene 1 */
/* ------- */

UL.leftnavi UL {
  padding:        0px;
  margin-top:     5px;
  margin-left:    5px;
  margin-bottom:  5px;
}

UL.leftnavi UL.level1 LI {
  list-style-type: none;
  color: #CCFFCC;
  font-size: 12px;
  font-weight: normal;
  border-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

UL.leftnavi UL.level1 LI.curpage {
  list-style-image: none;
  list-style-type: none;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

UL.leftnavi UL.level1 LI.ancestor {
  list-style-image: none;
  list-style-type: none;
  color: #CCFFCC;
  font-size: 12px;
  font-weight: bold;
}

UL.leftnavi UL.level1 LI A {
  font-weight: normal;
  color: #CCFFCC;
  font-size: 12px;
  text-decoration: none;
}

UL.leftnavi UL.level1 LI A:HOVER {
  text-decoration: underline;
}

UL.leftnavi UL.level1 LI.ancestor A {
  font-weight: bold;
}

UL.leftnavi UL.level1 LI.curpage A {
  color: #FFFFFF;
  text-decoration: underline;
}

DIV.address {
  color: #CCFFCC;
  font-size: 12px;
  font-weight: normal;
  padding-left:  15px;
}

/* ========================= */
/* BANNER                    */
/* ========================= */

DIV.spacer img {
  display:block;
  line-height: 1px;
}

td.tm-home {
   border-left: 1px solid #959595;
   border-bottom: 1px solid #959595;
   text-decoration: none;
   color: #5B6361;
   font-size: 11px;
}
td.tm-impressum {
   border-left: 1px solid #959595;
   border-right: 1px solid #959595;
   border-bottom: 1px solid #959595;
   color: #5B6361;
   font-size: 11px;
}
DIV.banner A {
   text-decoration: none;
}
/* ========================= */
/* Footer                    */
/* ========================= */

DIV.footer {
  width: 774px;
  color: #006600;
  font-size: 11px;
}

DIV.footer A {
  color: #006600;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}

DIV.footer A:HOVER {
  color: #00983E;
  text-decoration: none;
}


/* ========================= */
/* Listen                    */
/* ========================= */

DIV.itemizedlist p.title {
       margin-bottom: -10px;
}

DIV.itemizedlist UL LI{
   list-style : url(/graphics/list2.gif);
   margin-top:    0px;
   margin-bottom: 3px;
}

DIV.itemizedlist UL {
        margin-left: 15px;
}

DIV.itemizedlist UL LI P {
       margin-top: 5px;
       margin-bottom: 3px;
}

OL LI { clear: both; }


OL {
   margin-left: 0px;
}
/* ========================= */
/* TABLE ASP                 */
/* ========================= */

DIV.asp {
  margin-left: 10px;
  
}
P.tel {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #003300;
  color: #FFFFFF;
  padding: 2px;
  background-color: #006600;
}
P.asp1 {
  width: 140px;
}
P.asp2 {
  width: 60px;
}
P.asp3 {
  width: 140px;
}

DIV.asp P.title{
  margin-left: 2px;
  color: #000000;
  font-size: 14px;
  margin-bottom: 0px;
  
}
DIV.asp table th{
  background-color: #006600;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
}

DIV.asp table th P{
  padding: 2px;
  margin:0;
}

DIV.asp table td P{
  margin: 0;
  font-size: 12px;
  text-align: left;
}
DIV.asp table td{
  border-bottom: 1px solid #959595;
}

/* ========================= */
/* TABLE PRODUKTE            */
/* ========================= */

DIV.produkte {
  margin-left: 10px;
  
}

DIV.produkte P.title{
  margin-left: 2px;
  color: #006600;
  font-size: 14px;
  margin-bottom: 0px;  
}

DIV.produkte table th{
  background-color: #006600;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
}

DIV.produkte table th P{
  padding-left: 2px;
  padding-right: 2px;
  margin:0;
}

DIV.produkte table td P{
  margin: 0px;
  font-size: 12px;
  text-align: left;
}
DIV.produkte table td{
  border-bottom: 1px solid #959595;
}
P.tabspc {
  line-height: 2px;
  background-color: #99CC99;
}
