body {
 margin: 0;
 padding: 0;
 min-width: 760px;
 font: 11px/1.4em Verdana, Tahoma, Arial, sans-serif;
 color: black;
 text-align: center;
 background: #eee;
}
table {
 font: 11px/1.4em Verdana, Tahoma, Arial, sans-serif;
 color: black;
 text-align: left;
}

/* DIV positions */
#main {
 margin: 0 auto;
 padding: 0;
 padding-top: 15px;
 width: 760px; 
 text-align: left;
 border: 1px solid black;
 border-top: 0; 
 border-bottom: 1px solid #000;
 background: #fff;
 background-position: 0 10px;
}

#header {
 margin: 0;
 padding: 0;
 height: 140px;
 width: 760px;
 background: url(../img/background-header.gif) no-repeat top left;
}
#winkelwagentje {
 margin: 0;
 margin-left: 15px;
 padding: 5px;
 float: left;
 width: 180px;
 height: 130px;
 background: url(../img/background-winkelwagentje.gif) no-repeat top left;
}
html>body #winkelwagentje {
 width: 170px;
 height: 120px;
} 

#columns {
 padding: 0;
 padding-right: 180px;
}
.float-wrapper {
 float: left;
 width: 550px;
}
#col-left {
 margin: 0px;
 padding-bottom: 30px;
 padding-top: 2px; 
 float: left; 
 width: 200px;
}
#col-right {
 margin-right: -560px;
 margin-bottom: 20px;
 float: left;
 width: 530px;
 position: relative;
 right: 340px;
}

#footer {
 margin: 0;
 margin-bottom: -8px;
 padding: 9px;
 clear: both;
 height: 40px;
 width: 760px;
 color: #fff;
 font: 10px Verdana, Arial, Tahoma, sans-serif;
 background: #eee url(../img/background-gradient-blue.gif) repeat-x top left;
}
html>body #footer {
 margin-bottom: -27px;
 width: 742px;
}

/* Headers */
h1#h1-winkelwagentje {
 margin: 5px 10px;
 padding: 0;
 height: 20px;
 width: 150px;
 text-indent: -999em;
 overflow: hidden;
 background: url(../img/header-winkelwagentje.gif) no-repeat top left;
}
h2 {
 padding-bottom: 1px;
 font-size: 18px;
 font-weight: bold;
 color: navy;
 border-bottom: 1px solid navy;
}
#col-left h2 { 
 margin: 0;
 margin-left: 20px;
 margin-top: 7px;
 padding: 6px;
 display: block;
 height: 28px;
 width: 152px;
 font: 12px Verdana, Tahoma, Arial, Courier;
 font-weight: bold; 
 color: white;
 background: url(../img/nav-left-header.gif) no-repeat top left;
} 
html>body #col-left h2 {
 width: 140px;
 height: 15px;
}
h3 {
 margin: 20px 0 -5px 0;
 color: navy;
 font-size: 13px;
}
img {border:0px; }

/* Tekst */
p {
 margin: 5px 0;
}
#winkelwagentje p {
 margin: 10px 20px;
 color: navy;
}
#winkelwagentje p span {
 float: left;
 width: 60px;
 font-weight: bold;
}
p.product-detail {
 margin-top: 20px;
}
p.product-detail span {
 float: left;
 width: 75px;
 font-weight: bold;
}


/* Hyperlinks */
a, a:visited {
 color: blue;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
a#logo-home {
 margin-left: 10px;
 padding: 0;
 float: left;
 width: 200px;
 height: 77px;
 text-indent: -999em;
 overflow: hidden;
}
a#logo-home:hover {
 text-decoration: none;
}
#footer a {
 color: white;
 font-weight: normal;
 text-decoration: none;
}
#footer a:hover {
 text-decoration: underline;
 border: 0;
 background: none;
}

/* Overige */
img {
 border: 0px solid navy;
}
img.img-right {
 float: right;
}
form.form-product input {
 margin-top: 10px;
 background: #eef;
 border: 1px solid navy;
 width: 50px;
}
form.form-product input.submit {
 width: 75px;
 background: navy;
 color: white;
 font-weight: bold;
}
#winkelwagentje input { 
 margin: 0;
 margin-left: 10px;
 padding: 0;
 margin-top:-5px;
 width: 149px;
 height: 43px;
 border: 0;
 background: url(../img/btn-winkelwagentje.gif) no-repeat top left;
}
html>body #winkelwagentje input {
 margin-left: 10px;
}
ul {
 list-style: square; 
}
ul ul {
 list-style: circle;
}

/* Tables */
table#table-bestelling {
 margin: 0;
 margin-top: 20px;
 padding: 0;
}
table#table-bestelling tr.oneven {
 background: #eef;
}
table#table-bestelling td,
table#table-bestelling th {
 text-align: center;
}

/* Menu links */
ul.navleft {
 margin: 0 ;
 margin-left: 20px; 
 margin-top: -1px;
 padding: 0; 
 height: auto;
 width: 152px; 
 list-style: none;
 border-left: 1px solid black;
 border-right: 1px solid black;
}
html>body ul.navleft {
 width: 150px;
}
ul.navleft li {
 margin: 0;
 padding: 0;
 display: block;
}
ul.navleft li a,
ul.navleft li a:visited {
 margin: 0;
 padding: 2px 10px;
 display: block;
 height: 20px;
 width: 150px;
 color: navy;
 text-decoration: none;
 background: #eef;
 border-bottom: 1px solid black;
}
html>body ul.navleft li a,
html>body ul.navleft li a:visited {
 width: 130px;
 height: 15px;
}
ul.navleft li a:hover {
 text-decoration: none;
 background: #f60;
 color: white;
}


/* Menu - boven */
ul#nav {
 margin: 30px 0 0 40px;
 padding: 0; 
 float: left;
 height: 15px;
 width: 300px; 
 list-style: none;
}
ul#nav li {
 margin: 0;
 padding: 0;
 float: left;
 height: 15px;
 width: auto;
}
ul#nav li a {
 margin: 0;
 padding: 0;
 float: left;
 height: 15px;
 font: 12px Verdana, Tahoma, sans-serif;
 color: white;
 text-decoration: none;
 font-weight: bold;
}
ul#nav li a:hover {
 color: #ffae49;
}
ul#nav li a#nav-producten { 
 width: 80px;
}
ul#nav li a#nav-info {
 margin-left: 60px; 
 width: 32px;
}
ul#nav li a#nav-contact {
 margin-left: 66px; 
 width: 60px;
}

/* Menu - subnavigatie */
#nav ul {
 margin: 0;
 margin-left: -75px;
 padding: 0;
 display: none;
 position: absolute;
 top: 54px;
 left: auto;
 height: auto;
 width: 118px;
 list-style: none;
 background: none;
 border: 0; 
}
html>body #nav ul {
 margin-left: 5px;
}
#nav ul li {
 margin: 0;
 padding: 0;
 display: block;
 height: 16px;
 width: 118px;
 background: url(../img/nav-header-middle.gif) no-repeat center left;
}
#nav ul li#first {
 height: 20px;
 background: url(../img/nav-header-top.gif) no-repeat bottom left;
}
#nav ul li#last {
 height: 12px;
 background: url(../img/nav-header-bottom.gif) no-repeat top left;
}
#nav li ul li:hover, #nav li ul li.sfhover {

}
#nav li ul li a {
 margin:	0;
 padding: 0 10px;
 display: block;
 height: 16px;
 width: 118px;
 font-size: 11px;
 font-weight: normal;
 color: black;
 border:	0;
}
html>body #nav lu ul li a {
 width: 98px;
}
#nav li ul li a:hover {
 color: blue;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
 display: block;
}
