/* normale tags + textformatierungen
---------------------------------------*/

html, body { height: 100%; margin: 0px; padding:0px; }


body {
   background: url(/public/css/pictures/back.gif);
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 11px;
   color: #000;
   line-height: 0.4cm; 
}


A:link   { Text-Decoration: underline;   font-size:8pt; font-weight:normal; color: #000000; }
A:active  { Text-Decoration: underline;   font-size:8pt; font-weight:normal; color: #97986C; }
A:hover   { Text-Decoration: underline;   font-size:8pt; font-weight:normal; color: #CBCC91; }
A:visited { Text-Decoration: underline;  font-size:8pt; font-weight:normal; color: #000000; }

h1, h2, h3, h4, h5, h6 {

	padding:0;
	margin:0;

} 

/* Sucheingabe Zeile Top
---------------------------------------*/

#header_leerBox {
   float: left;
   margin-top: 6px;
   height: 13px;
   width: 400px;
}
#header_SucheingabeText {
   margin-top: 6px;
   height: 13px;
   font-size: 10pt;
   color: #183227;
   font-weight:bold; 
}
#header_SucheingabeBox {
   margin-top: 6px;
   height: 13px;
}
#NewsletterEingabeBox {
   margin-top: 6px;
   height: 13px;
   margin-left: 0px;
}
.inputSucheingabeBox {
   background-color:#fff;
   font-size: 8pt;
   color: #183227; 
   border: 2px; 
   inset #C0C0C0; 
   background-color: #F5F5F5;
   padding-left:4;
   padding-right:4; 
   padding-top:1; 
   padding-bottom:1;
   height: 13px;
}


.inputSucheingabeBoxSchalter {
   font-size: 8pt;
   color: #183227; 
   font-weight: bold;
   background-color: #789287;
}


.inputArtikelFeldFlaschen {
   font-size: 9pt;
   color: #183227; 
   border: 1px; 
   inset #C0C0C0; 
   background-color: #F5F5F5;
   padding:1px;
   width: 14px;
   height: 14px;
   align:center;
}


/* hauptcontainer
---------------------------------------*/

#main {
   background: url(/public/css/pictures/back.jpg);
   position: relative;
   width: 903px;
   margin: 0px auto;
   min-height: 100%;
   height:auto !important;
   
}
* html #main {
  height:100%; /* IE */
}

div.clear {
   clear: both;
   margin: 0px;
   padding: 0px;
   height: 0px;
   line-height: 0px;
   font-size: 0px;
}
/* logo
---------------------------------------*/

#header_logo {
   background: url(/public/css/pictures/header.jpg) no-repeat;
   height: 158px;
   width: 903px;
}

/* hauptcontainer
---------------------------------------*/

#content {
   min-height: 100%;
   width: 455px;
   float: left;
}

/* menü
---------------------------------------*/

#menu {
   color: #97986c;
   font-size: 18px;
   font-weight: bold;
   margin: -10px 0px 10px -1px;
   padding: 0px;
}

/* menustruktur links / rechts
---------------------------------------*/

#left {
   min-height:100%;
   float: left;
   margin-bottom: 10px;
   width: 150px;
   padding: 5px 5px;
   margin-left: 25px;
   margin-right: 10px;
}
#right {
   min-height:100%;
   float: left;
   margin-bottom: 10px;
   width: 200px;
   padding: 0px 5px 5px 10px;
   margin-left: 10px;
}

/* IE hacks
---------------------------------------*/

* html div#left {
   margin-left: 13px;
}
* html div#footer {
   bottom: -1px;
}

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

#footer {
   background: url(/public/css/pictures/footer.gif) no-repeat;
   height: 65px;
   width: 903px;
   clear: both;
   margin: 0px auto;
}
#footerinfo {
   text-align: center;
   border-top: 1px #000 dashed;
   margin: 0px auto;
   width: 840px;
   border: 1px #FF0000 solid;
}
#footerinfoZeile {
   border-top: 1px #000 dashed;
   margin: 0px auto;
   width: 840px;
   height: 30px;
}
#footerinfoAlpha {
   margin-top: 5px;
   float:left;
   width:150px;
   font-size: 7pt;
   color: #97986C;
   text-align:center;
}
#footerinfoBeta {
   margin-top: 5px;
   float:left;
   width:455px;
   font-size: 8pt;
   color: #97986C;
   text-align:center;
   margin-left: 10px;
}
#footerinfoGammaALT {
   margin-top: 5px;
   float:right;
   width:200px;
   font-size: 7pt;
   color: #97986C;
   text-align:center;
}
#footerinfoGamma a{
   margin-top: -7px;
   float:right;
   width:200px;
   font-size: 7pt;
   color: #97986C;
   text-align:center;
}
#footerinfoGamma a:hover{
   margin-top: -7px;
   float:right;
   width:200px;
   font-size: 7pt;
   color: #7CCABA;
   text-align:center;
}
footerinfoGamma {
   margin-top: -7px;
}
