/***** Body and main container *****/
* {
margin:0px;
padding: 0px;
}

html {
height:101%;
}

body {
margin:0 auto;
padding:0;
font:76% Arial,Helvetica,Verdana,sans-serif;
background-image:url(img/bg1.png);
color:#303030;
}

td h1 {font-size: 25px;}

#wrap {
background-image:url(img/backg.jpg);
color:#303030;
margin:5px auto;
width:760px;
border:#666666 solid 2px;
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:bold;
color:#669933;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#666666;
background-color:inherit;
}

a img {
border:0;
}

/***** Header *****/
#head_pic {
display: block;
height: 160px;
background-image: url(img/front.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#Beeren-und-Co #head_pic {
display: block;
height: 160px;
background-image: url(img/front_beeren.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#Gartenkraeuter #head_pic {
display: block;
height: 160px;
background-image: url(img/front_gartenk.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#Wildkraeuter #head_pic {
display: block;
height: 160px;
background-image: url(img/front_wildk.jpg);
background-position: top left;
background-repeat: no-repeat;
}

/***** Search and Bread_crumbs *****/
#belo_header {
display: block; /* wird als klotz gerendert, braucht erstmal die ganze breite wenn man es nicht anders sagt */
height: 20px;
padding: 0;
margin: 0;
clear:both;
*height: 32px;
}

#search {
float:left;
width:136px;
height:20px;
background-color:#E4E4E4;
border-top: 1px solid #666666;
border-left:4px solid #CCCCCC;
border-bottom: 1px solid #666666;
padding:5px 0px 5px 0px;
margin:0px;
}

#search input {margin-left: 4px;}

#bread_crumbs {
width:608px;
height:20px;
background-color:#E4E4E4;
font-size:11px;
vertical-align:middle;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
margin:0px 0px 0px 2px;
padding:5px 0px 5px 10px;
float:left;
line-height:21px;
}

#content_wrapper {
display: block;
clear:left;
margin-top: -18px;
*margin-top: 0px;
}

/***** Left sidebar *****/
#leftside {
clear:left;
float:left;
width:140px;
margin:0px 0px 1px 0px;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
}

/***** Main menu *****/
ul.avmenu {
width:140px;
margin:0px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:140px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
padding:5px 1px 5px 5px;
border-left:4px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
text-decoration:none;
}

ul.avmenu li a:hover, ul.avmenu li a.current {
background-color:#E4E4E4;
border-left:4px solid #54940C;
border-bottom:1px solid #54940C;
color:#505050;
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}
/***** Right sidebar *****/
#extras {
float:right;
width:140px;
margin:0 0 5px;
padding:0;
line-height:1.4em;
}

#extras p,#extras ul {
font-size:0.9em;
margin:0 0 16px;
padding:0;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#505050;
background-color:inherit;
font-size:1.2em;
margin:0 0 10px;
padding:0;
}

/***** Main content *****/
#contentwide {
margin:0px 0px 3px 142px;
border-left:1px solid #f0f0f0;
padding:20px 10px 10px 10px;
line-height:1.6em;
background:#F4F4F4;
}

div#contentwide p, div#contentwide h4 {
margin-top:10px;
}

#contentwide p a {
color:#669933;
text-decoration:underline;
}

#contentwide p a:hover {
color:#666666;
}

#content h1,#contentwide h1 {
font-size:1.6em;
margin:0 0 10px;
}

#content h2,#contentwide h2 {
font-size:1.4em;
margin:0 0 8px;
}

#content img,#contentwide img {
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

#contentwide div img {
width:inherit;
border:none;
float:left;
}

#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:5px 0 5px;
border-top:1px solid #8EB15D;
width:760px;
text-align:center;
color:#808080;
background:#ffffff;
font-size:0.95em;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

a.aggregator {
color:#54940C;
font-size:1.4em;
line-height:1.6em;
}

a:hover.aggregator {
color:#666666;
}

input, textarea{
border: 1px solid #8EB15D;
}

.cont
{
  width:580px;
  height:auto;
  background-color:rgb(223,223,223);
}
.bild
{
  float:left;
  width:200px;
  height:auto;
  background-color:#ffffff;
}
.text
{
  float:right;
  width:370px;
  height:auto;
  padding:5px;
  background-color:rgb(223,223,223);
}