body
{
    margin-top:         0px;
    margin-left:        0px;
    background-color:   #241C12;
    background-image:   url('../images/background.jpg');
    background-repeat:  repeat;
    overflow:           hidden;
}

div, td
{
	font-family: 	    verdana;
	font-size: 		    11px;
	color:              white;
}

h1
{
    margin-top:         10px;
    margin-bottom:      10px;
	font-family:        verdana;
	font-size:          15px;
}

h2
{
    margin-top:         10px;
    margin-bottom:      10px;
	font-family:        verdana;
	font-size:          14px;
}

img
{
    border:             0px;   
}

form
{
    margin:         0px;    
}

input
{
    height:             14px;
    width:              160px;
    padding:            0px;
    

}
input, textarea
{    
    border:             1px solid #767676; 
    font-size:          10px;
    font-family:        verdana;   
    color:              white;
    background-color:   transparent; 
}

a
{
    color:              white;
}

#website
{
    position:           relative;
	width: 			    990px;
	height:			    590px;
	margin-left:        auto;
	margin-right:       auto;
	overflow:           hidden;
}

.leftSide
{
   float:               left;
   width:               200px;
   height:              580px; 
}

.menu
{
    margin-top:         20px;
    margin-left:        20px;    
}
.menu a
{
    text-decoration:    none;
    font-size:          11px;
    line-height:        22px; 
}

.rightSide
{
    position:           relative;
    float:              left;
    width:              780px;
    height:             580px;
}
.tab
{
    float:              left;
    width:              114px;
    height:             23px;
    padding-top:        2px;
    text-align:         center;
    background-image:   url('../images/producten/tab114x25.png');
    _background-image:  url('../images/producten/tab114x25.gif'); /*IE 6 Hack*/
    background-repeat:  no-repeat;
    cursor:             pointer;
    font-size:          11px;
    line-height:        18px;
}

.tab_selected
{
    float:              left;
    width:              114px;
    height:             23px;
    padding-top:        2px;
    text-align:         center;
    background-image:   url('../images/producten/tab114x25.png');
    _background-image:  url('../images/producten/tab114x25.gif'); /*IE 6 Hack*/
    background-repeat:  no-repeat;
    border-bottom:      0px;
    cursor:             default;   
    font-weight:        bold; 
    font-size:          11px;
    line-height:        18px;
    font-weight:        bold;
    color:              #dfdfdf;
}

.tab_separator
{
    float:              left;
    margin-top:         5px;
    height:             12px;
    width:              5px;
    background-color:   #52422f;
}

.tab:hover
{
    font-weight:        bold;
}

.tabHolder
{
    margin-top:         5px;
    width:              750px;
    height:             21px;
}

.productHolder
{
    position:           relative;
    float:              left;
    height:             240px;
    width:              700px;
    background-image:   url('../images/producten/details_background.png');
    background-repeat:  no-repeat;
    padding:            15px;
}

.productList
{
    position:           relative;
    margin-top:         10px;
    float:              left;
    width:              750px;
    height:             280px;
}


.selectedProduct_thumb
{
    background-image:   url('../images/thumb-glow185x113.png');
    background-repeat:  no-repeat;
    
}

.button100
{
    background-image:   url('../images/knop-bruin100x22.png');
    _background-image:  url('../images/knop-bruin100x22.gif'); /* IE6 Hack */
    width:              100px;
    height:             22px;
    border:             0px;
    cursor:             pointer;
    text-align:         center;
    line-height:        22px;
}
.button155
{
    background-image:   url('../images/knop-bruin155x22.png');
    _background-image:   url('../images/knop-bruin155x22.gif'); /* IE6 Hack */
    width:              155px;
    height:             22px;
    line-height:        22px;
    border:             0px;
    cursor:             pointer;
    text-align:         center;
    
}
.button200
{
    background-image:   url('../images/knop-bruin200x22.png');
    width:              200px;
    height:             22px;
    line-height:        22px;
    border:             0px;
    cursor:             pointer;
    text-align:         center;
}
.button250
{
    background-image:   url('../images/knop-bruin250x22.png');
    _background-image:  url('../images/knop-bruin250x22.gif'); /* IE6 Hack */
    width:              250px;
    height:             22px;
    line-height:        22px;
    border:             0px;
    cursor:             pointer;
    text-align:         center;
}

.smallContentField
{
    position:           absolute; 
    background-image:   url('../images/wit-verloop-2x200.png');
    background-repeat:  repeat-x; 
    _background-image:  none;       /* IE6 Hack */
    _background-color:  #252420;    /* IE6 Hack */
    width:              600px; 
    height:             200px; 
    margin-top:         20px;
}

.content_field
{
    position:           absolute;
    background-image:   url('../images/wit verloop-5x260.png');
    background-repeat:  repeat-x;
    margin-top:         20px;
    width:              750px;
    height:             560px;
    padding-left:       10px;
    overflow-y:         auto;
    
    _background-image:  none;       /* IE6 Hack */
    _background-color:  #252420;    /* IE6 Hack */
}

