BODY {
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:20px;
}
textarea {
	font-size:13px;
}


/* Start 3 Column DIV */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	background: url("3columndivwhite.gif") repeat;
}

#header1 {
	margin: 0 0 15px 0;
}

#side-a {
	float: left;
	width: 214px;
}

#side-b {
	float: right;
	width: 214px;
}

#content { 
	float: left;
	width: 50%;
}

#footer {
	clear: both;
	background: #FFFFFF;
}

/* Eind 3 Column DIV */

h1, h2 {
 color: #cc0000; 
 font-size: 12px; 
 font-family: verdana, arial, sans-serif; 
 text-decoration: none; 
 padding-top: 5px;
}

img {
 border:none;
}
hr {border: none 0;
border-top: 1px dashed #CCCCCC;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

/* Start kolom links */

.bezorgkosten {
	padding-top:80px;
	/* background-image: url(/bg_bezorgkosten.jpg); */ 
	color: #000000; 
	background-repeat: no-repeat;
	width:214px;
}
.bezorgkosten select{
  margin-left:20px;
  width:150px;
}
.bezorgkosten table{
  margin-left:20px;
}


.photosearch {
	padding-top:80px;
	background-image: url(/bg_photosearch.jpg); 
	color: #000000; 
	background-repeat: no-repeat;
	width:214px;
}
.photosearch select{
  margin-left:10px;
  width:130px;
}
.photosearch table{
  margin-left:20px;
}
.searchfield { 
 width:150px; 
 border:1px solid #DFCCA0; 
 font-size:13px;
 padding:3px;
 float:left;
}
.searchbutton { 
 margin: -1px 0 0 3px;
 height:28px;
 padding-bottom:12px;
 float:left;
}

#naar {
  margin-left:20px;
  width:144px;
}

#afstand, #bezorgkosten {
  width:40px;
  margin-left:0px;
}
.prijslijst {
	padding:60px 0px 0px 10px;
	background-image: url(/bg_prijslijst.jpg); 
	color: #000000; 
	background-repeat: no-repeat;
	width:214px;
	line-height:18px;
}
.prijslijst p {
width:180px;
color:#3300CC;
}
.prijslijstp {
  height:10px;
}
.menuleft {
 width:204px;
}
ul li h2 {
	border: 0px;
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
ul { 
	padding: 0px; 
}

ul li {
	/* background: transparent url("shop/img/list.gif") 0px 5px no-repeat; */
	list-style-type: none;
	/* padding: 0px 0px 0px 20px; */
}

dl, ol, p, ul { 
	margin: 0px 0px 15px; 
}

.lbar {
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:left;
	display:block;
	width:191px;
}

.lbar li a:link, .lbar li a:visited  {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px dotted grey;
	background-color: #fffbec;
	text-decoration: none;
	color: #3255AD; 
	font-size: 11px; 
	font-family: verdana, arial, sans-serif; 
}

.lbar li a:hover  {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px dotted grey;
	background-color: gold;
	color: #3255AD; 
	font-size: 11px; 
	font-family: verdana, arial, sans-serif; 
	text-decoration: none;
}



h3 {
 width:181px;
 margin:0px;
 padding:10px 0px 10px 10px;
 color: #000000;
 font-size: 11px;
 font-family: verdana, arial, sans-serif;
 background-color: #efefef;
 border-top: dotted 1px #999999;
 border-bottom: dotted 1px #999999;
}

/* Einde Kolom links */
/* Start Kolom Midden */

.p {
 margin:20px;
}
.error ul {
  color:red;
}
.image {
	position:relative;
	float:left; /* optional */
	margin:4px;
}
.image .text {
	position:absolute;
	top:80px; /* in conjunction with left property, decides the text position */
	left:10px;
	width:300px; /* optional, though better have one */
	color:#CCCCCC;
}
.configform {
	float:left;
	margin:3px;
}

/* Start Lightbox */

.overlay {
height:2000px;
width:696px;
background: url(overlay.png);
position: absolute;
margin:50px 0 0 -10px;
z-index: 2;
} 
.overlaytop {
position: absolute;
margin:20px 0 0 -10px;
z-index: 3;
} 


/* Einde Lightbox */

select.menu_topballon option {
background-repeat:no-repeat;
background-position:center left;
padding-left:50px;
height:50px;
}


/* DROP DOWN MENU */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 250;
}

#nav a {
	display: block;
	padding-left: .7em;
	padding-right: .7em;
	padding-bottom: .5em;
	padding-top: .5em;
	text-decoration: none;
}

#nav a:hover {
	background-color: white;
	color: #cccccc;
	text-decoration: none;
}

#nav li { /* first list items */
	float: left;
	width: 148px; /* width needed or else Opera goes nuts */
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#nav li ul li { /* rest list items */
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: white;
	opacity: 1.0;               /* newer Mozilla and CSS-3 */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #003399;
	width: 148px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	opacity: 0.9;               /* newer Mozilla and CSS-3 */
}

#nav li ul li a:hover {
	background-color: white;
	color: black;
	text-decoration: none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 123px;
	opacity: 1.0;               /* newer Mozilla and CSS-3 */
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav a.daddy {
	background: url(/images/mn-ar.gif) center right no-repeat;
	color: #ffffff; 
	font-size: 11px; 
	font-family: verdana, arial, sans-serif;
}

#nav a.daddy:hover {
	background: url(/images/mn-ar-ov.gif) center right no-repeat;
	background-color: #5177C3;
	color: white
}


.white10pt {
	color: #ffffff; 
	font-size: 11px; 
	font-family: verdana, arial, sans-serif
}
.white10pt a:link {
	text-decoration: none
}
.white10pt a:visited {
	text-decoration: none
}
.white10pt a:hover {
	text-decoration: underline
}
