* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: url(../img/bg/body.jpg) no-repeat bottom #000a14;
}

h1 { color: #feb300; font-size: 18px; font-weight: bold; margin-bottom: 10px; line-height: normal; }
h2 { color: #003750; font-size: 18px; font-weight: bold; margin-bottom: 10px; line-height: normal; }
h3 { font-weight: normal; font-size: 17px; }
h4 { color: #003750; font-size: 13px; font-weight: bold; margin-bottom: 10px; line-height: normal; height: 22px; clear: both; }
h5 { color: #d42300; font-size: 18px; font-weight: bold; margin-bottom: 10px; line-height: normal; }
h6 { font-weight: bold; font-size: 11px; }
a { color: #fff; text-decoration: none; }
a:hover { color: #feb300; }
p { margin-bottom: 20px; }
ul { list-style-type: none; }
ul.liststyle { list-style-type: disc; list-style-position: inside; }
img { border: 0; }

input { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

#wrapper { 
	width: 100%;
	background: url(../img/bg/wrapper.gif) repeat-x;
	overflow: hidden;
}

#container {
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	width: 760px;
	height: 134px;
}
.header0 { background-image: url(../img/bg/header/0.jpg); }
.header1 { background-image: url(../img/bg/header/1.jpg); }
.header2 { background-image: url(../img/bg/header/2.jpg); }
.header3 { background-image: url(../img/bg/header/3.jpg); }
.header4 { background-image: url(../img/bg/header/4.jpg); }
.header5 { background-image: url(../img/bg/header/5.jpg); }
.header6 { background-image: url(../img/bg/header/6.jpg); }
.header7 { background-image: url(../img/bg/header/7.jpg); }
.header8 { background-image: url(../img/bg/header/8.jpg); }
.header9 { background-image: url(../img/bg/header/9.jpg); }
.header10 { background-image: url(../img/bg/header/10.jpg); }
.header11 { background-image: url(../img/bg/header/11.jpg); }
.header12 { background-image: url(../img/bg/header/12.jpg); }
.header13 { background-image: url(../img/bg/header/13.jpg); }
.header14 { background-image: url(../img/bg/header/14.jpg); }
.header15 { background-image: url(../img/bg/header/15.jpg); }
.header16 { background-image: url(../img/bg/header/16.jpg); }
.header17 { background-image: url(../img/bg/header/17.jpg); }
.header18 { background-image: url(../img/bg/header/18.jpg); }
.header19 { background-image: url(../img/bg/header/19.jpg); }
.header20 { background-image: url(../img/bg/header/20.jpg); }

#mainmenu {
	width: 760px;
	height: 44px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	background: url(../img/bg/mainmenu.jpg);
}

#mainmenu ul { 
	margin-left: 0px;
}

#mainmenu ul li { 
	display: inline;
	position: relative;
	float: left;
}

#mainmenu ul li a {
	display: block;
	padding: 15px 11px 15px 11px;
}

#mainmenu ul li a:hover { 
	background: url(../img/bg/mainmenu_hover.gif) top no-repeat;
}

#mainmenu ul li ul {
	position: absolute;
	visibility: hidden;
	margin: -6px 0 0 7px;
	display: block;
	opacity: .90;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	text-align: left;
	border-bottom: 2px solid #feb300;
	background: #034e6e;
}

#mainmenu ul li ul li a {
	display: block;
	float: none;
	width: 120px;
	color: #fff;
	text-decoration: none;
	padding: 5px 5px;
	border-bottom: 1px solid #0a728c;
}

#mainmenu ul li ul li a:hover {
	background: #00385f;
}

#content {
	width: 760px;
	overflow: hidden;
	line-height: 20px;
}

#left {
	width: 200px;
	margin-right: 30px;
	float: left;
	overflow: hidden;
}

#left li a { font-weight: bold; background: url(../img/icons/list.gif) no-repeat; padding-left: 20px; }
#left li a:hover { background: url(../img/icons/list_hover.gif) no-repeat; }

#left img {
	padding: 1px;
	border: 1px solid #fff;
}

#right {
	width: 470px;
	color: #000;
	background: url(../img/bg/right_bottom.gif) bottom left no-repeat #c3fdff;
	padding: 19px 30px 60px 30px;
	float: left;
	overflow: hidden;
}

#right a { color: #000; }
#right a:hover { text-decoration: underline; }

#righttop {
	width: 530px;
	height: 11px;
	font-size: 0;
	background: url(../img/bg/right_top.gif);
	margin: -19px 0 11px -30px;
}

#footer { clear: both; margin-top: 15px; }
#footer a { color: #c3fdff; }
#footer a:hover { color: #feb300; }

#nav {
	text-align: center;
	padding-top: 10px;
	background: url(../img/bg/bb_dotted.gif) repeat-x top;
	overflow: hidden;
}

#nav li { display: inline; margin: 0 3px; }

.imgnoborder { border:none !important; }

.field { border: 1px solid #feb300; padding: 2px; }
.btn { border: 1px solid #004369; background-image: url(../img/bg/btn.gif); color: #feb300; font-weight: bold; padding: 1px 4px 2px 4px; }

.breadcrumb a { font-weight: bold; }

.contactfield { border: 1px solid #feb300; background: #d8feff; margin-right: 220px; float: right; padding: 3px; font-weight: normal; width: 160px; }
.contactfield:focus { border: 1px solid #000; }
.contactarea { border: 1px solid #feb300; background: #d8feff; margin-right: 60px; float: right; padding: 3px; font-weight: normal; width: 320px; height: 160px; }
.contactarea:focus { border: 1px solid #000; }
.contactbtn {  border: 1px solid #004369; background-image: url(../img/bg/btn.gif); color: #feb300; font-weight: bold; padding: 1px 4px 2px 4px; float: left; margin: 20px 0 0 82px; }

.form label{ float: left; width: 100px; font-weight: bold; }
.form input, .form textarea{ background: #D8FEFF; border: 1px solid #FEB300; font-size: 11px; padding: 2px; width: 300px; margin-bottom: 5px; }
.form input:focus, .form textarea:focus { border: 1px solid #000; }
.form textarea{ height: 145px; }
.form .verplicht { margin-left: 115px; }
.form .submitbutton { border: 1px solid #004369; background-image: url(../img/bg/btn.gif); color: #feb300; font-weight: bold; padding: 1px 4px 2px 4px; float: left; margin: 20px 0 0 100px; width: 100px; }

.smallitem { margin-bottom: 15px; }
.smallitem p { margin: 0; }
.smallitem img { border: 1px solid #000; padding: 1px; background: #fff; float: left; margin: 3px 10px 0 0; }
.smallitem a { font-weight: bold; }

.detailnieuws img { border: 1px solid #000; padding: 1px; background: #fff; margin: 0 0 10px 10px; float: right; }

.detail img { border: 1px solid #000; padding: 1px; background: #fff; margin: 0 10px 10px 0; float: left; }
.detailtabel { width: 235px; line-height: 17px; margin-bottom: 5px; }

.aanbieding { float: left; }
.aanbieding img { border: 1px solid #000; padding: 1px; margin-top: 5px; background: #fff; }
.aanbieding p { margin: 0; }
.aanbiedingbottom { width: 199px; height: 23px; margin-bottom: 15px; padding: 5px 10px; border-bottom: 1px solid #000; background: url(../img/bg/aanbieding.gif); }

.categorie { float:left; }
.categorie img { border: 1px solid #000; padding: 1px; margin: 5px 0 10px 0; background: #fff; }

.gallerijfoto { border: 1px solid #000; padding: 1px; background: #fff; }
.onderschrift { background-image: url(../img/bg/aanbieding.gif); height: 19px; padding: 7px 10px; margin-bottom: 20px; border-bottom: 1px solid #000; font-weight: bold; }
.fotoinactive { border: 1px solid #000; float: left; margin: 0 3px; margin-top: 2px; }
.fotoactive { border: 3px solid #feb300; float: left; margin: 0 4px; }

.sortproduct, .sortproductup, .sortproductdown { display: inline; }
.sortproduct a { padding: 2px 5px 2px 12px; margin-right: 5px; background: url(../img/icons/sort_none.gif) no-repeat left; }
.sortproduct a:hover { background: url(../img/icons/sort_up.gif) no-repeat left; }
.sortproductdown a { padding: 2px 5px 2px 12px; margin-right: 5px; background: url(../img/icons/sort_down.gif) no-repeat left; }
.sortproductdown a:hover { background: url(../img/icons/sort_up.gif) no-repeat left; }
.sortproductup a { padding: 2px 5px 2px 12px; margin-right: 5px; background: url(../img/icons/sort_up.gif) no-repeat left; }
.sortproductup a:hover { background: url(../img/icons/sort_down.gif) no-repeat left; }

.floatright { float: right; }
.floatleft { float: left; }
.cb { clear: both; }
.bold { font-weight: bold; }
.geel { color: #feb300; }
.w80 { width: 80px; }
.w140 { width: 140px; }
.oh { overflow: hidden; }
.lightbg { background: #d8feff; }
.lt { text-decoration: line-through }
.prijs { color: #d42300; font-weight: bold; font-size: 17px; margin: 0 3px; }
.rood { color: #d42300; }
.bijschrift { color: #30b9ff; font-size: 9px; }
.blacklink a, .blacklink a:hover { color: #000; }
.bbb { border-bottom: 1px solid #000; }
.cb { clear: both; }
.contentlist { padding-left: 20px; list-style: circle; }
.mb10 { margin-bottom: 10px; }
.mb30 { margin-bottom: 30px; }
.mt10 { margin-top: 10px; }
.mr30 { margin-right: 30px; }
.mr300 { margin-right: 300px; }
.break { background: url(../img/bg/break.gif) repeat-x; height: 2px; width: 100%; font-size: 0; }
.arrownav { font-size: 16px; font-weight: bold; padding: 4px; float: left; margin: 17px 0; }

div#fotooverzicht 
{
	width:360px;
	height:65px;
	overflow:hidden;
	float:left;
	display:block;
}
div#fotooverzicht input
{
	clear:none;
	margin-right:5px;
}
div#fotonavleft, #fotonavright
{
	float:left;
	height:65px;
	width:40px;
}
