/************************/
/*  textLayout styles   */
/************************/


/************************/
/*  Header 1            */
/************************/

h1 
{ 
    /* dimensions */
    margin: 0px 0px 15px 0px;
    text-indent: 5px;
 
    /* font */   
     
    font-family: arial;
    font-size:   14px;
    font-weight: bold; 
    color:       #f9f9f9; 
 
    border: 2px solid #3c8751; 
    background-color: #3c8751;

}

/************************/
/*  Header 2            */
/************************/

h2 
{
    /* dimensions */
    
    margin:  20px 0px 10px 0px;    
    
    /* font */   
     
    font-family: tahoma;
    font-size:   18px;
    font-weight: bold; 
    
    color:       #3c8751;#278231;
}

h2.produkt
{
    /* dimensions */
    
    margin:  0px;    
    
    /* font */   
     
    font-family: tahoma;
    font-size:   16px;
    font-weight: bold; 
    
    color:       #076324;  
}
/************************/
/*  Header 3            */
/************************/

h3 
{
    /* dimensions */
    
    margin:  0px;    
    
    /* font */   
     
    font-family: tahoma;
    font-size:   14px;
    font-weight: bold; 
    
    color:       #eb9830;#05481a; 
}

h4 
{
    /* dimensions */
    
    margin:  0px;    
    
    /* font */   
     
    font-family: tahoma;
    font-size:   12px;
    font-weight: bold; 
    
    color:       #05481a; 
}
/************************/
/*  Alinea              */
/************************/

p 
{    
    /* dimensions */
    
    margin: 10px 0px;
    
    /* font */
    font-family: tahoma;
    font-size:   12px;   
    color:       #00200a;

}

p.special 
{    
    /* dimensions */
    
    margin: 10px 0px;

    padding: 10px;
    /* font */
    font-family: tahoma;
    font-size:   12px;   
    color:       #ffffff;
    background-color:#076324;     

}

/************************/
/*  link standaard      */
/************************/

a:link 
{
    /* font */  
    font-family: tahoma;
    font-size:   12px;
    color:       #eb9830;
   
    /* text */
    text-decoration:underline;
}

/************************/
/*  link visited        */
/************************/

a:visited 
{
    /* font */  
    font-family: tahoma;
    font-size:   12px;
    color:       #eb9830;
    
}

/************************/
/*  link mouseover      */
/************************/

a:hover 
{
    /* font */  
    font-family: tahoma;
    font-size:   12px;
    color:       #2b2b2b;
    
}

/************************/
/*  link actief         */
/************************/

a:active 
{
    /* font */  
    font-family: tahoma;
    font-size:   12px;
    color:       #eb9830;
    
}

span.new
{
    /* font */  
    font-family: tahoma;
    font-size:   10pt;
    color:       #003fa6;
    font-weight: bold;
}

.commentTable
{
  border: none;
  spacing: 0px;
  padding: 2px;
  width: 660px;
}

.commentTable_author
{
  background-color: #3c8751;
  font-family: arial;
  font-size:   12px;
  color:       #f9f9f9; 
  padding:      2px;
}

.commentTable_text
{
  background-color: #c4dcc6;
  padding: 4px;
}

.commentText
{
  width:645px;
  height: 100px;
}

.commentAuthor
{
  width:645px;
}
.prod-list li{
  margin-bottom: 8px;
margin-left: -10px;
}
