body
{
    background: #FFFFFF url(/images/background_gradient.jpg) repeat-x scroll 0 0;
    color: #000000;
    font-family: verdana, geneva, arial, sans-serif;
    text-align:center;
}

h2 {
    font-size:160%;
    margin-bottom:11px;
    margin-top:22px;
    border-bottom:1px solid #DADADA;
    font-family: verdana, geneva, arial, sans-serif;
    font-weight:normal;
}

div.kopen {
    padding-left: 40px;
    padding-top: 18px;
    height: 60px;
    background: url(/images/achtergrond_koopknop.jpg) no-repeat;
}

div.center {
    text-align: center;
}

.error {
    color: #AA0000
}

.controlerror {
    background-color: #ffffdd;
    border: 1px solid #AA0000;
}

div.zoekbox {
    width: 100%;
    margin: 5px;
}

input.zoekveld {
    width: 95%;
}

div.treinstation {
    width: 100%;
    height: 65px;
    text-align: center;
}

.vet {
    font-weight: bold;
}

div.winkelwagen {
}

form {
    margin: 0px;
    padding: 0px;
}

a.product {
    margin: 0px;
    padding: 0px;
}

div.container {
    background-color: #333;
    border-color:#000000;
    border-style:solid;
    border-width:1px;
    color:#000000;
    margin:0 auto;
    overflow:hidden;
    text-align:left;
    width:936px;
}

div.mainmenu {
    background: #333;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 45%;
}

div.menubar {
    background-color: #333;
    width: 100%;
}

div.toplogo {
    background: #ffffff url(/images/toplogo.jpg) scroll 0 0;
    height:180px;
    width:936px;
}

div.main {
    background: #ffffff;
    overflow:hidden;
    text-align:left;
    width:936px;
}

div.content {
    background: #ffffff; /* url(/layout/gradient_hor_black_white_10px.jpg) top left repeat-y;*/
    margin-left: 150px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

tr.winkelwagen_header {
    background: #c0c0c0;
    font-weight: bold;
}

div.product_overzicht {
    border-color :#000000;
    border-style:solid;
    border-width:1px;
    width: 235px;
    margin: 7px;
    float: left;
    text-align: center;
}

div.product_overzicht_header {
    background: #b33;
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
}

div.product_overzicht_footer {
    background: #b33;
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
    height: 22px;
    width:100%;
}

div.product_overzicht_footer_links {
    padding-top: 2px;
    float: left;
    width: 50%;
}

div.product_overzicht_footer_rechts {
    float: right;
    width: 100px;
}

div.product_overzicht_foto {
    background: url(/images/achtergrond_productfoto.jpg) repeat-x;
    /*    padding: 10px;*/
    height: 210px;
}

div.product_overzicht_foto_aanbieding {
    background: #fee url(/images/aanbieding.jpg);
    padding: 10px;
    height: 200px;
}

table.product_overzicht_foto {
    width: 100%;
    height: 100%;
}

a.product_overzicht {
    color: #fff;
    text-decoration: none;
}

a.product_overzicht:visited {
    color: #fff;
}

a {
    text-decoration:none
}

img {
    border-style: none;
}

#navcontainer { /* none needed */ }

ul#navlist
{
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
}

ul#navlist li
{
    float: left;
    width: 150px;
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 5px 0 4px 0;
    background-color: #f0c0b6;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#navlist a, #navlist a:link
{
    margin: 0;
    padding: 5px 9px 4px 9px;
    color: #000;
    text-decoration: none;
}

/*#navlist a:hover Uitgeschakeld omdat IE6 hier allergisch op reageerde
{
    color: #777;
    background-color: #d0a090;
}*/
/* Zebra layout op tabellen */
#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
/*	width: 580px;*/
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #333;
}
#hor-zebra td
{
	padding: 8px;
	color: #333;
}
#hor-zebra .odd
{
	background: #ffe8ed;
}
