/* DEFAULT */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #FFFFFF;
	color: #000000;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
}

img { border: 0; }


/* CLASSES */

.bold { font-weight: bold; }
.clear { clear: both; }
.error { color: #DD0000; }
.left { float: left; }
.real { padding: 10px 0; }
.right { float: right; }


/* LINKS */

a:link, a:active, a:visited
{
	color: #000000;
	outline: none;
	text-decoration: underline;
}

a:hover
{
	color: #434343;
	text-decoration: none;
}


/* HEADINGS */

h1
{
	font-size: 16px;
	margin-bottom: 15px;
}


/* LAYOUT */

div#ie6
{
	background: #FCFFA1;
	border-bottom: solid 1px #EFF2A6;
	margin-bottom: 15px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

div#wrapper
{
	margin: 0 auto;
	padding-bottom: 10px;
	width: 900px;
}

	div#menu
	{
		background: url('../image/layout/menu.jpg') no-repeat;	
		height: 65px;
		width:	900px;
	}

	div#header
	{
		background: url('../image/layout/header.jpg') no-repeat;
		height: 337px;
		position: relative;
		width:	900px;
	}
		
		div#header a
		{
			left: 38px;
			position: absolute;
			top: 24px;
		}
		
		div#header p
		{
			font-size: 10px;
			left: -6px;
			line-height: 25px;
			position: absolute;
			text-align: right;
			top: 238px;
			width: 200px;
		}

	div#content_links
	{
		background: #FFFFFF;
		margin: 25px 15px;
		float: left;
		width: 580px;
	}
	
		div#content_links p
		{
			line-height: 18px;
		}
		
		ul.list
		{
			line-height: 18px;
			margin-left: 20px;
		}

	div#content_rechts
	{
		background: #FFFFFF;
		float: left;
		margin: 60px 0 25px 30px;
		width: 260px;
	}

	div#footer
	{
		background: #D3A983;
		font-size: 10px;
		line-height: 21px;
		margin-bottom: 15px;
		padding: 10px 25px;
		text-align: center;
		width:	850px;
	}
	
		div#footer a
		{
			color: #000000;
			outline: none;
			text-decoration: none;
		}

		div#footer a:hover
		{
			text-decoration: underline;
		}

	div#deindruk
	{
		font-size: 10px;
		margin-bottom: 15px;
		text-align: center;
		width:	900px;
	}
	
/*product*/
a.product, a.product_detail
{
	background: #616264;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 100px 20px 0;
	padding: 5px 5px 12px 5px;
	text-align: center;
	text-decoration: none;
	width: 212px;
}

	a.product img { margin-bottom: 10px; }

a.product_detail
{
	margin-right: 40px;
}


/* NAVIGATION */

ul#nav
{ 
	list-style-type: none; 	
	margin: 0 auto;
	width: 600px;
}

	ul#nav li
	{
		display: block;
		float:left;
		height: 27px;
		margin: 19px 5px 0 0;
		text-indent: -99999px;
	}

		ul#nav li a
		{
			display: block;
			height: 27px;
		}

		ul#nav li a#home_btn { background: url('../image/btn/home.png') no-repeat top left; width: 89px; }
		ul#nav li a#corrigeren_btn { background: url('../image/btn/corrigeren.png') no-repeat top left; width: 134px; }
		ul#nav li a#verkoop_btn { background: url('../image/btn/verkoop.png') no-repeat top left; width: 114px; }
		ul#nav li a#tarieven_btn { background: url('../image/btn/tarieven.png') no-repeat top left; width: 114px; }
		ul#nav li a#contact_btn { background: url('../image/btn/contact.png') no-repeat top left; width: 112px; }
		
		ul#nav li a#home_btn:hover { background-position: bottom left; }
		ul#nav li a#corrigeren_btn:hover { background-position: bottom left; }
		ul#nav li a#verkoop_btn:hover {	background-position: bottom left; }
		ul#nav li a#tarieven_btn:hover { background-position: bottom left; }
		ul#nav li a#contact_btn:hover {	background-position: bottom left; }


/* FORM */

/*default*/
input { outline: none; }

form label
{
	display: block;
	float: left;
	margin-top: 4px;
	width: 120px;
}

	form label span { color: #DD0000; }
	
form input.field
{
	float: left;
	margin-bottom: 5px;
	padding: 2px;
	width: 200px;
}

form textarea
{
	height: 120px;
	margin-bottom: 5px;
	width: 300px;
}

form br { clear: both; }

div.form_error
{
	background: url('../image/icon/error.gif') no-repeat 10px 10px #FFEDED;
	border: solid 2px #DD0000;
	color: #DD0000;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0;
	min-height: 30px;
	padding: 18px 10px 2px 55px;
	width: 355px;
}

div#success
{
	background: url('../image/icon/ok.gif') no-repeat 10px 10px #EDFFED;
	border: solid 2px #1AC000;
	color: #1AC000;
}


/* TABLE */