/* CSS Document */
/* HTML/CSS made by Eastside Studios */
/* www.eastsidestudios.nl */

/* Kleuren

BG:			#1193cf
top menu:	#d8effb
form border #0d6593
*/

.contact_errormessage
{
	color: red;
	text-align:left;padding:10px;
	background-color:#F5F5F5;
	border: 1px solid black;
	font-size:12px;
}

* { behavior: url("css/png.htc"); margin: 0px; padding: 0px; border: 0;}
body, html { width: 100%; height: 100%; }
	body { 
	behavior: url("css/hover.htc");
	background: #1193cf url(../gfx/bg.jpg) top left repeat-x;
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	}

a {
outline: none;
color: #006699;
text-decoration: none;
}
	a:hover {
	text-decoration: underline;
	}

h1 {
font-size: 14px;
font-weight: bold;
line-height: 18px;
margin-bottom: 20px;
color: #000000;
}

p {
margin-bottom: 20px;
}

/* Content */
#container {
width: 860px;
background: transparent url(../gfx/content_bg.jpg) top left repeat-y;
margin: 0 auto;
}
	#header {
	width: 860px;
	height: 110px;
	background: transparent url(../gfx/header_bg.jpg) top left no-repeat;
	}
		#logo {
		float: left;
		padding: 60px 0 0 30px;
		}
		#slogan {
		float: right;
		padding: 64px 30px 0 0;
		}
	#top_menu {
	width: 800px;
	height: 11px;
	background: transparent url(../gfx/top_menu_bg.jpg) top left no-repeat;
	padding: 10px 30px 10px 30px;
	}
		#top_menu p {
		float: left;
		font-size: 10px;
		line-height: 10px;
		margin-bottom: 0px;
		width: 200px;
		}
		#top_menu ul {
		list-style: none;
		width: auto;
		float: right;
		margin-top: -3px;
		}
			#top_menu li {
			display: inline;
			height: 10px;
			}
				#top_menu a {
				font-size: 10px;
				line-height: 10px;
				color: #000000;
				}
	#body {
	width: 860px;
	min-height: 600px;
	_height: 600px;
	background: transparent url(../gfx/watermark.jpg) bottom right no-repeat;
	position: relative;
	}
		#menu {
		float: left;
		width: 240px;
		padding-top: 10px;
		}
			#menu ul {
			list-style: none;
			width: auto;
			}
				#menu li {
				display: block;
				height: 41px;
				background: transparent url(../gfx/menu_fade.jpg) bottom left no-repeat;
				}
					#menu a {
					display: block;
					height: 12px;
					color: #333333;
					font-size: 12px;
					line-height: 12px;
					font-weight: bold;
					padding: 14px 10px 14px 30px;
					}
			#menu .search {
			padding: 6px 0 0 30px;
			color: #333333;
			}
				.search label {
				line-height: 30px;
				font-weight: bold;
				}
				.search input {
				border: 1px solid #0d6593;
				padding: 2px;
				}
		#content {
		float: left;
		width: 620px;
		}
			.cats {
			padding: 10px;
			_padding: 5px;
			margin-bottom: 30px;
			}
				.cat {
				float: left;
				width: 176px;
				margin: 0 20px 20px 0;
				}
					.cat .img {
					position: relative;
					width: 176px;
					height: 94px;
					margin: 0 0 5px 0;
					text-align: center;
					overflow: hidden;
					line-height: 176px;
					}
					.cat .img a {
					position: absolute;
					width: 100%;
					left: 0;
					bottom: 0;
					}
					.cat a.name,.cat a.namemiddel {
					display: block;
					width: 156px;
					height: 24px;
					background: transparent url(../gfx/cat_bar.gif) top left no-repeat;
					color: #FFFFFF;
					font-weight: bold;
					padding: 4px 10px 24px 10px;
					text-align: center;
					letter-spacing: 2px;
					}
					.cat a.namemiddel {
					height: 28px;
					padding: 12px 10px 12px 10px;
					}
					
			#content h1 {
			font-size: 18px;
			color: #006699;
			margin: 20px 0 4px 0;
			}
			#content h2 {
			font-size: 12px;
			color: #006699;
			font-weight: normal;
			margin-bottom: 5px;
			}
			#content h3 {
			padding: 0 40px;
			font-size: 12px;
			}
			#content p {
			padding: 0 40px;
			}
			.product {
			margin: 0 20px 12px 0;
			width: 587px;
			}
				.top-left, .top-right, .bottom-left, .bottom-right { 
				background-image: url('../gfx/corners.gif'); /* CHANGE: path and name of your image */
				height: 4px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
				font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
				}
				.top-left, .bottom-left { 
				margin-right: 4px; /* CHANGE: replace by the width of one of your corners */
				}
				.top-right, .bottom-right { 
				margin-left: 4px;  /* CHANGE: replace by the width of one of your corners */
				margin-top: -4px;  /* CHANGE: replace by the height of one of your corners */
				}
				.top-right {
				background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
				}
				.bottom-left  { 
				background-position: 0 -4px;    /* CHANGE: replace second number by negative height of one of your corners */
				}
				.bottom-right { 
				background-position: 100% -4px; /* CHANGE: replace second number by negative height of one of your corners */
				}
				.inside {
				border-left: 1px solid #FFFFFF; /* YCC: color & properties of the left-borderline */
				border-right: 1px solid #FFFFFF;/* YCC: color & properties of the right-borderline */
				background: #d8effb;            /* YCC: background-color of the inside */
				color: #000000;                 /* YCC: default text-color of the inside */
				}
				.inside_faux {
				background: transparent url(../gfx/inside_bg.gif) top left repeat-y;
				}
				.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
				.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */
				.image {
				float: left;
				width: 102px;
				padding: 4px 4px 4px 8px;
				}
				.image a img {
				display: block;
				border: 1px solid #006699;
				/*width: auto;*/
				}
				.image a:hover img {
				border: 1px solid #0099FF;
				}
				.info {
				float: left;
				width: 281px;
				padding: 8px;
				}
					.info h1 {
					margin: 0 0 2px 0 !important;
					font-size: 14px !important;
					font-weight: bold !important;
					line-height: 18px !important;
					color: #000000 !important;
					}
					.info p {
					padding: 0 !important;
					margin-bottom: 0;
					font-size: 11px;
					line-height: 12px;
					}
				.ve {
				float: left;
				width: 42px;
				padding: 8px;
				}
					.ve h1 {
					margin: 0 0 8px 0 !important;
					font-size: 11px !important;
					font-weight: bold !important;
					line-height: 18px !important;
					color: #000000 !important;
					}
					.ve ul {
					list-style: none;
					}
					.ve li {
					list-style: none;
					line-height: 13px;
					font-size: 11px;
					}
				.price {
				float: left;
				width: 34px;
				padding: 8px;
				}
					.price h1 {
					margin: 0 0 8px 0 !important;
					font-size: 11px !important;
					font-weight: bold !important;
					line-height: 18px !important;
					color: #000000 !important;
					}
					.price ul {
					list-style: none;
					}
					.price li {
					list-style: none;
					text-align: right;
					line-height: 13px;
					font-size: 11px;
					}
				.order {
				float: left;
				width: 48px;
				padding: 8px;
				}
					.order h1 {
					margin: 0 0 8px 0 !important;
					font-size: 11px !important;
					font-weight: bold !important;
					line-height: 18px !important;
					color: #000000 !important;
					}
					.order ul {
					list-style: none;
					}
					.order li {
					list-style: none;
					line-height: 13px;
					font-size: 11px;
					}
					.order a {
					color: #006699;
					font-size: 11px;
					line-height: 11px;
					font-weight: bold;
					}
				.nr {
				clear: both;
				background: #cee6f3;
				border-top: 1px solid #FFFFFF;
				color: #006699;
				padding: 4px 20px 0 20px;
				_padding: 0 20px 0 20px;
				}
					.nr a.art_nr {
					font-size: 11px;
					color: #006699;
					float: left;
					}
					.nr a:hover.art_nr {
					text-decoration: none;
					}
					.nr a.prod_code {
					font-size: 11px;
					color: #006699;
					float: right;
					}
					.nr a:hover.prod_code {
					text-decoration: none;
					}
			.navigation {
			text-align: center;
			font-weight: bold;
			}
			.navigation a {
			color: #000000;
			font-weight: bold;
			}
		#bottom {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 860px;
		height: 9px;
		background: transparent url(../gfx/corner_bottom_left.jpg) bottom left no-repeat;
		}
.footer {
margin: 0 auto;
width: 820px;
font-size: 10px;
padding: 20px;
text-align: center;
color: #FFFFFF;
}
	.footer a {
	color: #FFFFFF;
	text-decoration: underline;
	}

/* Forms */
#form {
padding: 20px 20px 0 0;
}
fieldset {
padding: 10px;
margin-bottom: 20px;
border: 1px solid #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
legend {
color: #000000;
font-size:11px; 
font-weight:bold;
padding: 0 4px 0 4px;
}
label {
clear:left; 
display:block; 
float:left; 
width:100px; 
text-align:right; 
font-size:12px; 
padding-right:10px; 
color: #000000;
margin-bottom:0.5em;
}
input {
padding:0 2px;
margin-bottom:0.3em;
height: 16px;
font-size: 12px;
}
.text {
border:1px solid #006699;
}
select {
border:1px solid #006699; 
margin-left:0.5em;
}
input,.input {
border:1px solid #006699; 
}
textarea {
margin-left:0em;
width:272px; 
height:auto;
border:1px solid #006699; 
padding:0.5em; 
overflow:auto; 
}
option {
}
optgroup {
}
optgroup option {
}
#button1 {
color:#FFFFFF;
background-color: #006699;
font-weight: bold;
border: none;
width: 94px; 
height: 27px;
line-height: 27px;
text-align: center;
}
#button2 {
color:#FFFFFF;
background-color: #006699;
font-weight: bold;
border: none;
width:89px; 
height: 27px;
line-height: 27px;
text-align: center;
}
#button1:hover, #button2:hover {
background-color: #0099FF;
color:#FFFFFF;
}