/****************************************************************
   Keukenboerderij.nl - CSS Document 
   Author: Stefan de Vries - Promo Reclame - www.promoreclame.nl
****************************************************************/

* { margin: 0; padding: 0; border: 0; }

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#383838;
	font-size:12px;
	background-color:#d4d4d4;
	background-image:url(../img/body_bg.gif);
	background-repeat: repeat-x;
}

strong{	
	color:#000000;
}

p {
	margin-bottom: 0px;
}

a:link {
	color:#383838;
	text-decoration: none;
}

a:visited {
	color:#383838;
	text-decoration: none;
}

a:hover {
	color:#383838;
	text-decoration: underline;
}

#container{
	width: 1000px;
	min-height: 600px;
	left: 50%;
	position: absolute;
	margin-left:-500px;
	background-image:url(../img/container_bg.png);
	background-repeat: repeat-y;
}

* html #container {
	margin-left:-499px;
}

/* header */

#header{	
	width:1000px;
	height:169px;
	background-image:url(../img/header_bg.gif);
	background-repeat: no-repeat;
}

/* leftcol */

#leftcol{	
	width:414px;
	min-height: 520px;
	padding-left: 61px;
	padding-right: 25px;
	padding-top: 30px;
	float: left;
}

#leftcol h1{
	color:#000000;
	font-size:16px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 19px;
}

#leftcol h3{
	color:#e2001a;
	font-size:12px;
	border-bottom: 1px dotted #d9d9d9;
	margin-bottom: 12px;
}

#leftcol .img{	
	padding: 4px;
	border: 1px solid #bfbfbf;
	background-color: #FFFFFF;
	margin-bottom: 35px;
}

#leftcol #lv_but {
	font-size:12px;
	color:#383838;
	text-align: right;
	text-decoration: none;
	margin-top: 20px;
}

#leftcol #lv_but a:link, #leftcol #lv_but a:visited {
	font-size:12px;
	color:#383838;
	text-align: right;
	text-decoration: none;
}

#leftcol #lv_but a:hover {
	font-size:12px;
	color:#e2001a;
	text-align: right;
	text-decoration: underline;
}

#rightcol{	
	width:414px;
	min-height: 520px;
	padding-right: 61px;
	padding-left: 25px;
	padding-top: 30px;
	float: left;
}

#rightcol h1{
	color:#000000;
	font-size:16px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 19px;
}

#rightcol h3{
	color:#e2001a;
	font-size:12px;
	border-bottom: 1px dotted #d9d9d9;
	margin-bottom: 12px;
}

#rightcol .img{	
	padding: 4px;
	border: 1px solid #bfbfbf;
	background-color: #FFFFFF;
	margin-bottom: 35px;
}

#rightcol #lv_but {
	font-size:12px;
	color:#383838;
	text-align: right;
	text-decoration: none;
	margin-top: 20px;
}

#rightcol #lv_but a:link, #rightcol #lv_but a:visited {
	font-size:12px;
	color:#383838;
	text-align: right;
	text-decoration: none;
}

#rightcol #lv_but a:hover {
	font-size:12px;
	color:#e2001a;
	text-align: right;
	text-decoration: underline;
}

#leftcol #bodytext{
	font-family:Arial, Helvetica, sans-serif;
	color:#383838;
	font-size:12px;
	line-height: 21px;
	width:610px;
	min-height: 250px;
	padding-bottom: 32px;
	padding-left: 52px;
	padding-top: 32px;
	float: left;
}



/* footer */

#footer{	
	width:630px;
	padding-top: 30px;
	padding-bottom: 35px;
	padding-left: 370px;
	color: #6a6a6a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	clear: both;
	background-image:url(../img/footer_bg.png);
	background-repeat: no-repeat;
	background-color:#d4d4d4;
}

#footer a:link, #footer a:visited {
	color:#6a6a6a;
	text-decoration: none;
}

#footer a:hover {
	color:#6a6a6a;
	text-decoration: underline;
}

#footer ul {
	list-style-image: none;
	list-style-type: none;
}

#footer li {
	float: left;
	padding-left: 20px;
}
