/*********************/
/*  content styles   */
/*********************/

html{ height: 100%; }
body 
{
    /* dimensions */
    height: 100%;
    margin:  0px;
    padding: 0px;
    border: none;    
    
    /* background */
    
    background-color:  #b0d4a6;
    background-image:  url('herbakult/images/layout/background.jpg');    
    background-position: top;
    background-repeat: repeat-x;   
}

div#container
{
    /* dimensions */    
    min-height: 100%;
    width:   980px;
    background-image:  url('herbakult/images/layout/body_bg.png');
    background-position: center;
    background-repeat: repeat-y;     
    margin:  0px auto;
    padding: 0px;   
}

div#content
{
    /* dimensions */
    position: relative;
    float: left;
    left: 10px;
    width:   710px;
    margin:  0px;
    padding: 0px; 
}

div#inhoud 
{
    /* dimensions */ 
    position: relative;   
    width:   660px;
    
    font-family: Microsoft Sans Serif, tahoma;
    font-size:   12px;   
    color:       #00200a;   
    padding: 0px 30px 15px 20px;  

 
}

div.inhoudDark
{
    padding: 10px;
border: 4px solid #076324; 
}

div#footer_old
{
    /* dimensions */
    
    width:   980px;
    height:  30px;
    margin:  0px;
    padding: 0px;
    
    /* background */    
    background-image:  url('herbakult/images/layout/footer_bg.jpg');
    background-repeat: no-repeat;   
}

div#footer {
    /* dimensions */ 
    position: relative;   
    width:   940px;
    height: 110px;
    padding: 0px 20px;
    text-align: right;
    clear: both;
}

div#footer img {
    width: 148px;
    height: 50px;
    margin-top: 50px;
    border: 1px solid #D8E0D2;
    border-left-color:#C4CCBF;
    border-top-color:#C4CCBF;
}


img 
{
    border: none;
}

.foto 
{
    border: 4px solid #278231; 
    background-color: #076324; 
}

div#footermenu
{
font-size:8px;
text-align:right;
margin-right:10px;
padding-top: 46px;
}

img.produktImg
{
    margin: 10px 20px;
}

table.produktTable
{
    border: none;    
    border-bottom: 1px solid #06511e;
    width: 600px;
}

hr 
{
  height: 1px;
  color:  #06511e;
}

table.winkelwagen
{
  width: 660px;
}

table.assortiment{
  line-height: 16px;
}

object.intro-movie {
margin-left: 0px;

}

embed.intro-movie {
margin-left: -30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
object.intro-movie { margin-left: -30px; }
}