﻿html
{
    overflow-y: hidden;
}

html, body, form
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #663333;
    height: 100%;
    scrollbar-base-color: #694F34;
}

body
{
    margin: 0 auto;
    background-image: url('../images/background.jpg' );
    background-repeat: repeat-x;
    background-position: top;
    background-color: #6B4926;
}

form
{
    margin: 0 auto;  
}

#header
{
    margin: 0px auto;
    width: 916px;
}

#push
{
    height: 20px;
}

#footer
{
    clear: both;
    width: 916px;
    line-height: 20px;
    margin: auto;
    color: #fff;
    text-align: right;
    padding-right: 0px;
    bottom: 0 !important;
    bottom: -1px; /* For Certain IE widths */
    height: 20px;
}

#footer a 
{
	color: #fff;
}

#container
{
    width: 916px;
    margin: 0 auto;
    border-top: 0;
    border-bottom: 0;
    margin: 0 auto -20px auto;
    min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */
}

#content
{
    position: fixed;
    float: left;
    width: 916px;
    padding-right: 10px;
    padding-bottom: 25px;
    top:131px;
    bottom:20px;
}

/*----------------------------------------algemeen----------------------------------------*/
.clear
{
    clear: both;
}

.spacer
{
    height: 10px;
    font-size: 10px;
}

.right
{
    float: right;
}

.left
{
    float: left;
}


a.menu
{
    text-decoration: none;
    color: #663333;
    font-weight: bold;
}

span.menudisabled
{
    color: #E6DACC;
    font-weight: bold;
    cursor: default;
}

a
{
    color: #663333;
    
}

.prijsnormaal
{
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: line-through;
    color: #808080;
    text-align: right;
    width: 200px;
}

.prijsaanbieding
{
    font-size: 1.4em;
    font-weight: bold;
    color: Red;
    text-align: right;
    width: 200px;
}

.assZoekDiv
{
    margin: 0px 0px 5px 10px;
}

.artHeader
{
    text-align: left;
    font-weight: bold;
}

.artOddRow
{
    vertical-align: top;
}

.artEvenRow
{
    vertical-align: top;
}

.artRight
{
    text-align: right;
}

.artLand
{
    font-weight: bold;
}

.navBtn
{
    xposition: relative;
    width: 17px;
    height: 17px;
    border: 1px solid #CCCC99;
    background-color: #F7F7DE;
    text-align: center;
    cursor: pointer;
}

.navBtn:hover
{
    background-color: #663333;
    color: #EEEAC8;
    cursor: hand;
}

.navBtnSel
{
    xposition: relative;
    width: 17px;
    height: 17px;
    border: 1px solid #CCCC99;
    background-color: #C0A262;
    text-align: center;
    cursor: default;
}

td.contentcell
{
    background-color: #EEEAC8;
    vertical-align:top;
    width:900px;
}
