@charset "utf-8";
/*************************************************************************
  Default Stylesheet       allesbiokaese.de
  Media:                   screen
  Author:                  Sierk Bornemann for http://www.connox.de
                           (c) 2007
**************************************************************************/

/***** Includes *****/
  
/*** Hyperlinks ***/
@import url("/css/hyperlinks.css");

/*** Headings ***/
@import url("/css/headings.css");

/*** Lists ***/
@import url("/css/lists.css");

/*** Details ***/
@import url("/css/details.css");

/*** Forms ***/
@import url("/css/forms.css");

/*** Tables ***/
@import url("/css/tables.css");

/*** Typo ***/
@import url("/css/typo.css");

/*** Umbau ***/
@import url("/css/umbau.css");

/*** Warenkorb und Kasse ***/
@import url("/css/cart.css");

/***** /Includes *****/

body {
  margin: 0;
  padding: 0;
  top: 0;
  background: #E4EEFA url("/bilder/bg.gif") repeat-x 0 0;
  color: #000000;
  font: 11px/14px Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 860px;
  margin: 0 auto;
  padding: 0;
  top: 0;
}

#header {
  background: #0C6BC4 url("/bilder/banner.gif") no-repeat 28px bottom;
  color: inherit;
  height: 158px;
  text-align: right;
}

#header img {
  width: 438px;
  height: 153px;
  margin-top: 5px;
}

#topnavi {
  clear: both;
  background: #66A93E url("/bilder/topnavi-overlay.gif") no-repeat 0 bottom;
  color: #FFFFFF;
  height: 18px;
  margin: 0;
  padding: 10px 40px;
  border-width: 5px 0px 0px 0px;
  border-style: solid;
  border-color: #000000;
  vertical-align: middle;
  text-align: center;
}

#topnavi-overlay {
  z-index: 2;
  position: relative;
  margin-top: -5px;
  width: 860px;
  height: 5px;
  background: transparent url("/bilder/topnavi-overlay.gif") no-repeat 0 0;
}

#content {
  background-color: #E4EEFA;
}

#content-left {
  float: left;
  width: 145px;
  height: 607px;
  margin-top: 6px;
  background: #FFFFFF url("/bilder/column-left-overlay.gif") no-repeat 0 0;
  color: inherit;
}

#content-main {
  float: left;
  width: 558px;
  margin-top: 6px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#content-right {
  float: right;
  width: 145px;
  height: 607px;
  margin-top: 6px;
}

.startseite-links {
  background: #0C6BC5 url("/bilder/column-left-overlay-hp.gif") no-repeat 0 0 !important;
  color: inherit;
  height: 535px !important;
}

.startseite-rechts {
  height: 535px !important;
}

#footer {
  clear: both;
  background-color: transparent;
  color: #87A5CB;
  font: 11px/14px Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  padding: 16px 20px;
}

#OekoBanner {
	text-align: center;
	margin-top: 20px;
}

/* generische Box, Liste links floatend */
div.left, ul.left 
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;		
}

div.box a {
		color: #0C6BC4;
}
