body{
	color: #330066;
	background-color: #ffffff;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	behavior: url(style/csshover2.htc); /* Needed for hover in IE*/
}

h1{
	font-size: 18px;
}

h2{
	font-size: 13px;
}

img {
	border: 0px;
	
}


#container{
	margin-top: 0px;
	margin-left: -1px; /* -1;*/
	padding-bottom: 5px;
	position: absolute;
	visibility: visible;
	width: 805px;
	/*left: 50%;795 Bert heeft breedte van container aangepast ivm explorer 6.0 na menu item disclaimer za 3-11-2007
	margin-left: -467px; /* (width/2) zorgt er icm left en position voor dat je een gecentreerde floating box krijgt.*/
	background: transparent url(../images/background.jpg) no-repeat scroll top left;
		
}

#top_left{
	float: left;
	width: 325px;
	height: 15px;
	margin-bottom: 45px;
	margin-right: 400px;
	padding: 10px;
}
#top_left a{
	color: white;
	font-weight: bold;
	padding-right: 35px;
	text-decoration: none;
}

#content{
	padding-top: 25px;
	float: left;
	background-color: none;
	width: 565px;
}

#menu{
	float: left;
	width: 635px;
}

#submenu{
	float: left;
	width: 160px;
	padding-top: 100px;
}

#submenu ul{
	margin: 5px;
	padding: 0px;
	list-style: none;
}

#submenu ul li{
	margin: 5px;
	padding: 0px;	
}	
#submenu ul ul li{
	display: none;
	
}
#submenu a{
	color: #AFFFFF;
	font-weight: bold;
}

#height-hack1{
	float: left;
	width: 1px;
	height: 250px;	
}
#height-hack2{
	float: left;
	width: 1px;
	height: 190px;	
}


#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
/*	width: 100px; /* verplicht ivm width 100% in ul li*/
}
#menu li {
	position: relative;
	_width: 55px;
	min-width: 55px;
	color: #330066;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
	top: 100%;
	left: 0;
	background-color: #4a6aaf;
	border: 1px solid black;
	color: white;
	/*width: 100px;*/
}
#menu ul li{ /* Needed for IE */
	float: left; 
	border-right: 1px solid #666699;
	/*width: 100%;*/
	
}
#menu ul li a { /* Needed for IE (else unable to click on all items in menu */
	/*height: 1%;*/
}
#menu ul ul ul {
	top: 0;
	left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block
}

#menu a{
	display: block;	
	color: #330066;
	text-decoration: none;
}

#menu ul ul a{
	color: white;
}	
#menu ul ul li{
	_width: 100px;
	min-width: 100px;
	margin-top: -1px;
	border-right: 0px;
}

#menu ul ul li:hover{
	background-color: #000084;
}


#disclaimer{
	float: left;
	width: 160px;
	padding-top: 0px;
	font-size: 9px;
	padding-left: 10px;
}



#par_prev{
       float: left;
}

#par_next{
       float: right;
}

/** Eind default layout */

/** news layout */
#news table{
	width: 100%;
	border-collapse: collapse;
}

#news .title{
	font-weight: bold;	
	border-bottom: 1px solid black;
}

#news .date{
	text-align: right;
	border-bottom: 1px solid black;
}

#news .newsitem{
	padding-bottom: 25px;
}

#news .newsitem img{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}


/** Eind news layout */

/** guestbook layout */
#guestbook table{
	width: 100%;
	border-collapse: collapse;
	padding: 0px; 
	margin: 0px;
}

#guestbook .title{
	font-weight: bold;	
	border-bottom: 1px solid black;
}

#guestbook .date{
	text-align: right;
	border-bottom: 1px solid black;
}

#guestbook .guestbookitem{
	padding-bottom: 25px;
}

#guestbook textarea{
	width: 325px;
	height: 150px;
	
}


#guestbook .captcha{
	width: 75px;
}

#guestbook .email_text, #guestbook .name_text{

	width: 75px;	
}

#guestbook .name, #guestbook .email {
	width: 250px;
}

#guestbook .error{
	color: red;	
}

#smileys{
	text-align: center;
	width: 285px;
}

/** Eind guestbook layout */

/** Gallery layout */

#gallery{
	
}

#gallery table{
	border: 0px;
}

#gallery td{
	width: 147px;	
	border: 1px solid black;
	text-align: center;
}

#gallery td img{
	width: 145px;	
}

#gallery td td{
	border: 0px;
}

#gallery_itemview{
	border: 0px;
		
}

#gallery_itemview img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	
}

#gallery_itemview td{
	text-align: center;	
}

/** Eind gallery layout */


#mail_form .voornaam, .achternaam, .telefoon, .email{
	width: 250px;
}

#mail_form .postcode, .huisnummer{
	width: 90px;	
}

#mail_form .straat, .woonplaats{
	width: 150px;	
}

#mail_form .bericht{
	width: 400px;
	height: 150px;
}

/** tables */

table{
	font-size: 11px;
	margin-bottom: 40px;
	width: 625px;
}

table th{
	background-color: #4c6baf;
	color: white;
	text-align: left;
	font-weight: normal;
}

table td{
	vertical-align: top;	
}

tr.row1{
	background-color: white;
}
tr.row2{
	background-color: #d6d6d6;
}
tr.row2 td.img{
	background-color: white;	
}

td.name{
	font-weight: bold;
<<<<<<< .mine
	width:70px;
=======
	width:60px;
>>>>>>> .r6
}
td.aantal{
	text-align: right;
}
td.aantal input{
	width:25px;	
	text-align: right;
}

td.prijs{
	text-align: right;	
<<<<<<< .mine
	width:65px;
=======
	width:50px;
>>>>>>> .r6
}

#producttable .bedrijfsnaam, .naam, .adres, .telnr, .email{
	width: 300px;
}
#producttable .postcode{
	width: 	60px;
}
#producttable .woonplaats{
	width: 230px;	
}

#producttable .opmerkingen{
	width: 350px;
	height: 150px;
}

#producttable .leverweek{
	width: 25px;	
}