html {
  padding: 0px;
}

body {
  background-image: url(../images/bg.gif);
  background-repeat: repeat-y;
	font-family : Arial, Helvetica, sans-serif;
  color: #000000;
  SCROLLBAR-FACE-COLOR: #F5F5F5;
  SCROLLBAR-HIGHLIGHT-COLOR: #999999;
  SCROLLBAR-SHADOW-COLOR: #999999;
  SCROLLBAR-3DLIGHT-COLOR: #F5F5F5;
  SCROLLBAR-ARROW-COLOR: #999999;
  SCROLLBAR-TRACK-COLOR: #e5e5e5;
  SCROLLBAR-DARKSHADOW-COLOR: #eee;
  background-color: #FFF;
  padding: 0px;
  overflow-x:auto; overflow-y: auto;
  font-size: 100.1%; 
}

P {
	font-family : Arial, Helvetica, sans-serif;
  font-size : 13px;
  color: #000;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
  font-size : 13px;
  color: #000;
}

TD.download {
  background-color: #fff;
  font-size : 11px;
  cursor: hand;
}

TD.download_over {
  background-color: #C6CFA9;
  font-size : 11px;
  cursor: hand;
}

TD.download_table {
  font-size : 11px;
}

A {
	font-family : Arial, Helvetica, sans-serif;
  color: #008000;
  text-decoration:none;
}

A.bildLink {
  color:#008000;
}

A.rMenu {color: #fff; font-weight: bold; font-size: 12px;}

A.rMenu:hover {color: #99ccff;}


#divPreview {
  font-size : 13px;
}

#Kopfbereich {
  position: absolute;
  left: 0px; top: 0px; z-index: 2;
  background-color: #C6CFA9;
  padding: 0px;
  width: 900px;
  height: 140px;
  margin: 0;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
}

#Streifen {
  position: absolute;
  left: 0px; top: 140px; z-index: 1;
  background-color: #C6CFA9;
  padding: 0px;
  width: 900px;
  height: 22px;
  margin: 0;
  background-image: none;
  background-repeat: no-repeat;
}

#Menubereich {
  position: absolute;
  left: 212px; top: 105px; z-index: 3;
  height: 21px;  /* Normalhöhe: 20px = Faktor 16 */
}

#Separator {
  margin-left: 180px;
  background-color: #fff;
  width: 2px;
  height: 21px;
  float: left;
}

#Menu {
  z-index: 10;
  margin-right: 15px;
  float: right;
  /* margin-left: 190px;*/
}

#Logo {
  position: absolute;
  left: 59px;
  top: 16px;
  width: 110px;
  height: 110px;
  background-image: url(../images/logo.gif);
  background-repeat: no-repeat;
  z-index: 2;
  cursor: hand;
}

#Slogan {
  position: absolute;
  left: 220px;
  top: 0px;
  width: 580px;
  height: 92px;
  background-image: url(../images/slogan.gif);
  background-repeat: no-repeat;
  z-index: 2;
}

#Streifen #Titel {
  margin-right: 23px;
  float: right;
  /*margin-left: 545px;*/
  margin-top: 3px;
  font-family: Arial, Helvetica;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

#Inhaltsbereich {
  position: absolute;
  left: 2px;
  top: 180px;
  width: 898px;
}

#Inhaltsbereich #LeftMenu {
  float: left;
  width: 230px;
  font-size: 13px;
  color: #000;
}

#Inhaltsbereich #MenuHeader {
  padding: 0px 0px 10px 12px;
  font-weight: bold;
}

#Inhaltsbereich #RightContent {
  float: right;
  width: 658px;
  font-size: 13px;
  color: #000;
}

td.tblHead {
  background-color: #A4BB91;
  color: white;
  font-weight: bold;
}

.border { border: 1px solid #A4BB91; }


H1 { font-family:Arial,Helvetica,sans-serif; font-size: 22px; font-weight: bold; color:#97B181;}
H2 { font-family:Arial,Helvetica,sans-serif; font-size: 20px; font-weight: bold; color:#97B181;}
H3 { font-family:Arial,Helvetica,sans-serif; font-size: 17px; font-weight: bold; color:#97B181;}

.link { font-family:Arial,Helvetica,sans-serif; font-size: 12px; color:#AC5B5B; text-decoration:underline; }
.small { font-family:Arial,Helvetica,sans-serif; font-size: 11px; color:#000000; }
.footer { font-family:Arial,Helvetica,sans-serif; font-size: 10px; color:#000000; }
.small  { font-size: 10px; }

.input_300 { font-size: 13px; color:#000; width: 300px; border: #999 1px solid; }
.input_250 { font-size: 13px; color:#000; width: 250px; border: #999 1px solid; }
.input_197 { font-size: 13px; color:#000; width: 197px; border: #999 1px solid; }
.input_150 { font-size: 13px; color:#000; width: 150px; border: #999 1px solid; }
.input_80  { font-size: 13px; color:#000; width: 80px; border: #999 1px solid; }
.input_50  { font-size: 13px; color:#000; width: 50px; border: #999 1px solid; }
.txtfield  { font-family:Arial,Helvetica,sans-serif; font-size: 13px; color:#000; width: 425px; border: 1px solid #999; }

.ip { border: #999999 1px solid; background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; }

.btn            { 
  font-family:arial,helvetica,sans-serif; 
  font-size:13px; 
  color:#000; 
  background-color:#C6CFA9; 
  border:1px solid #C6CFA9; 
  height:22px; 
  text-decoration:none; 
  cursor:pointer; 
}

.btnOver        { 
  font-family:arial,helvetica,sans-serif; 
  font-size:13px; 
  color:#000; 
  background-color:#FFDDAA; 
  border:1px solid #AC5B5B; 
  height:22px;
  cursor:pointer; 
}

.list       		  { background-color: #FFFFFF; border:1px solid #FFFFFF; font-family:arial,helvetica,sans-serif; font-size:11px; color:#062E66; }
.list_over     		{ background-color: #FFFFFF; border:1px solid #062E66; font-family:arial,helvetica,sans-serif; font-size:11px; color:#062E66; }
.shopspacer       { background-color:#062E66 }

