 HTML, BODY {
	margin: 0;
	padding: 0;
	height: 100%;
    background-color: #FAEDD2;
    background: url(images/main_bg.jpg) repeat-y center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #626262;

}

h1{
  padding:0;
  margin:0;
  color:#8D4D38;
  font-size: 12px;
  font-weight:bold;
  padding-bottom:15px;
}

h2{
  padding:0;
  margin:0;
  color:#8D4D38;
  font-size: 11px;
  font-weight:bold;
  padding-bottom:5px;
}

.kontaktform{
   background-color: #FAEDD2;
   
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #626262;
}


.bg-artikel{
  background-color:#EEE3C5; border: 1px solid #E0E0E0;width:635px; height: auto;
}
.bild-artikel{
  float:left; width:130px;
  
}
.artikeltrennung{
  border-bottom:1px dashed silver;
}

.trennung-inhalt{
  background-image: url(images/trenner_inhalt.gif); background-position: center; background-repeat: no-repeat; height:25px; padding-top:15px;
}




#containerheader{
    height: 160px;
    width:898px;
    margin:0 auto;
}

#containermain {
    width: 898px;
    margin:0 auto;
    padding: 0;
}

#containernav {
    float:left;
	width: 180px;
    padding-left:25px;
    padding-bottom:25px;
}

#containerinhalt{
    float:left;
    width: 635px;
    background-color: #FAEDD2;
    margin-left:35px;
}

.warenkorb{
    font-weight:bold;
    color:#8D4D38;
    text-decoration:none;
}


.nav{
    list-style-type:none;
    margin:0;padding:0;
    width:168px;
    color:#8D4D38;
    text-decoration:none;
}

.nav-aktiv{
    list-style-type:none;
    margin:0;padding:0;
    width:168px;
   /* color:#7C7C2E; */
   color:#AF1E19;
    text-decoration:none;

}

li.nav{
    background-image:url(images/nav_bg.gif);
    background-repeat: no-repeat;
    height:19px;
    padding-left:10px;
    padding-top:10px;
    width:158px;
    font-weight:bold;
}

li.navsitemap{
    height:19px;
    padding-left:5px;
    padding-top:10px;

    font-weight:bold;
}

.navsitemap{
    list-style-type:none;
    margin:0;padding:0;

    color:#8D4D38;
    text-decoration:none;
}

li.u-nav{
    height:15px;
    width:148px;
    padding-left:15px;
    line-height: 13px;
}

.u-nav{
    height:15px;
    width:148px;
    padding-left:0px;
    line-height: 13px;
    color:#8D4D38;
     text-decoration: none;
}

.u-nav-aktiv{
    height:15px;
    width:148px;
    padding-left:0px;
    line-height: 13px;
    color:#AF1E19;
    text-decoration: none;
}
.imageborder{
  border: 1px solid #E0E0E0;
}


.cmshinweis{
    font-size:10px;
    color:silver;
}
input.cms, textarea.cms {
	border : 1px solid #7C7C2E;
	background-color: #FFF9E5;
	font-size:12px;
	font-family:Verdana;
}

input.cms {
	height: 21px;
}

.cmsblock {
	border : 1px solid #7C7C2E ! important;
	background-color: #FFF9E5 ! important;
}


