/****************************************************************
   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;
}

/* menu */
#menu {
	height: 57px;
	padding-left: 370px;
	padding-bottom: 10px;
	padding-top: 102px;
	z-index: 500;
	position: relative;
}

#menu li {
	float: left;
	position: relative;
	list-style:none;

}

#menu li a {
	display: block;
	float: left;
	height: 57px;
	text-indent: -900em;
	background: url(../img/menu.gif) no-repeat;
	outline: none;
}

#menu li a.home 			{ width: 81px; background-position: left bottom; }
#menu li a.nieuws			{ width: 89px; background-position: -81px bottom; }
#menu li a.aanbiedingen		{ width: 132px; background-position: -170px bottom; }
#menu li a.collectie		{ width: 99px; background-position: -302px bottom; }
#menu li a.projecten		{ width: 102px; background-position: -401px bottom; }
#menu li a.contact 			{ width: 94px; background-position: -503px bottom; }

#menu li:hover a.home, 
#menu li.hover a.home,
#menu li.actief a.home 					{ background-position: left top; }
#menu li:hover a.nieuws, 
#menu li.hover a.nieuws,
#menu li.actief a.nieuws 				{ background-position: -81px top; }
#menu li:hover a.aanbiedingen, 
#menu li.hover a.aanbiedingen,
#menu li.actief a.aanbiedingen 		    { background-position: -170px top; }
#menu li:hover a.collectie, 
#menu li.hover a.collectie,
#menu li.actief a.collectie 		    { background-position: -302px top; }
#menu li:hover a.projecten, 
#menu li.hover a.projecten,
#menu li.actief a.projecten 			{ background-position: -401px top; }
#menu li:hover a.contact, 
#menu li.hover a.contact,
#menu li.actief a.contact    			{ background-position: -503px top; }

/* Submenu */
#menu li ul {
	left: -9000em;
	margin-left: 0px;
	position : absolute;
	top: 57px;
	background: url(../img/submenu_bg.png) no-repeat left bottom;
	_background: url(../img/submenu1_bg.gif) no-repeat left bottom #e2001a;
	padding-bottom: 20px;
	padding-left: 3px;
	width: 197px;
}

#menu li:hover ul, #menu li.hover ul {
	left: 0;
	display: block;
}

#menu li li {
	float: none;
	width: 175px;
	margin: 0px;
	padding: 3px;
}

#menu li li a {
	display: block;
	float: none;
	width: 195px;
	height: auto;
	padding: 4px 5px 4px 15px;
	text-indent: 0;
	text-decoration: none;
	color: #FFFFFF;
	background: none;
}

#menu li li a:hover, #menu li li.hover a {
	color: #a6a6a4;
	text-decoration: none;
}

#menu li li.actief a, #menu li li.actief a:hover {
	color				: #FFFFFF;
	text-decoration		: underline;
}

/* leftcol */

#leftcol{	
	width:662px;
	min-height: 630px;
	float: left;
}

/* flashimage */

#leftcol #flashimage{	
	width:620px;
	height: 300px;
	padding-left: 42px;
	padding-top: 21px;
	float: left;
}

#leftcol #flashimage .flashimage {
	border: 0px solid #a09f9f;
	background-color: #FFFFFF;
}

/* flashimage */

#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;
}

#leftcol #bodytext ul {
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#leftcol #bodytext ul li {
	font-family:Arial, Helvetica, sans-serif;
	color:#383838;
	font-size: 12px;
	line-height: 21px;
	list-style-type: square;
}

#leftcol #bodytext li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#383838;
	font-size: 12px;
	text-decoration: none;
}
#leftcol #bodytext ul li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#383838;
	font-size: 12px;
	text-decoration: underline;
}

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

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

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

#leftcol #bodytext h3 a:hover {
	color:#CCCCCC;
	font-size:12px;
	text-decoration: underline;
}

#leftcol #bodytext .img_right {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: right;
	padding: 4px;
	border: 1px solid #bfbfbf;
	background-color: #FFFFFF;
}

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

#leftcol #bodytext .no_but {
	font-size:12px;
	color:#383838;
	text-decoration: none;
	margin-top: 12px;
}

#leftcol #bodytext .no_but a:link, #leftcol #bodytext .no_but a:visited {
	font-size:12px;
	color:#383838;
	text-decoration: none;
}

#leftcol #bodytext .no_but a:hover {
	font-size:12px;
	color:#383838;
	text-decoration: underline;
}

#leftcol #bodytext #lv_but {
	font-size:12px;
	color:#383838;
	text-decoration: none;
	width: 200px;
	margin-top: 12px;
}

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

#leftcol #bodytext #lv_but a:hover {
	font-size:12px;
	color:#383838;
	text-decoration: underline;
}

#leftcol #bodytext #home{
	width:350px;
	height: 200px;
	margin-right: 50px;
	float: left;
}

#leftcol #bodytext #home .lv_but {
	font-size:12px;
	color:#383838;
	text-decoration: none;
	text-align: right;
	margin-top: 12px;
	width: 150px;
}

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

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

#leftcol #bodytext #openingstijden{
	width:210px;
	height: 200px;
	float: left;
}

#leftcol #bodytext #merken{
	width:485px;
	padding-top: 40px;
	padding-left: 0px;
	text-align: center;
	float: left;
}

#leftcol #nieuws_nav1{
	height:19px;
	padding-top: 5px;
	margin-bottom: 15px;
	margin-top: 35px;
	text-align: center;
	border-top: 1px dotted #d9d9d9;
	clear: both;
}

#leftcol #nieuws_nav2{
	height:19px;
	margin-bottom: 5px;
	text-align: center;
	clear: both;
}

#leftcol #bodytext #collectie{
	font-family:Arial, Helvetica, sans-serif;
	color:#383838;
	font-size:11px;
	line-height: 18px;
	width:285px;
	height: 315px;
	padding-right: 20px;
	padding-bottom: 15px;
	border: 0px solid #d9d9d9; 
	float: left;
}

#leftcol #bodytext #collectie #intro{
	width:285px;
	height: 45px; 
	float: left;
}

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

#leftcol #bodytext #collectie .lv_but {
	font-size:12px;
	color:#383838;
	text-decoration: none;
	text-align: right;
	margin-top: 12px;
	width: 150px;
}

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

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


/* rightcol */

#rightcol{	
	width:247px;
	min-height: 500px;
	padding-left: 40px;
	padding-right: 51px;
	padding-top: 34px;
	float: left;
}

#rightcol #aanbiedingen{	
	width:247px;
	height: 321px;
	float: left;
}

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

#rightcol #aanbiedingen #keukens a {
	display: block;
	cursor: hand;
	background-image: url(../img/keuken_aanbiedingen_but.jpg);
	background-position: left top;
	width: 245px;
	height: 115px;
    text-indent: -999em;
	outline: none;
}

#rightcol #aanbiedingen #keukens a:hover {
	background-image: url(../img/keuken_aanbiedingen_but_ro.jpg);
}

#rightcol #aanbiedingen #inbouw a {
	display: block;
	cursor: hand;
	background-image: url(../img/keuken_inbouwapp_but.jpg);
	background-position: left top;
	width: 245px;
	height: 115px;
    text-indent: -999em;
	outline: none;
	margin-top: 13px;
}

#rightcol #aanbiedingen #inbouw a:hover {
	background-image: url(../img/keuken_inbouwapp_but_ro.jpg);
}

#rightcol #headlines{	
	width:247px;
	height: 200px;
	float: left;
	margin-top: 0px;
}

#rightcol #headlines strong{	
	color:#000000;
}

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

#rightcol #headlines li{
	list-style-type:none;
	list-style-position:outside;
	font-size:12px;
	color:#383838;
	line-height: 20px;
	border-bottom: 1px dotted #d9d9d9;
	padding-bottom: 10px;
	padding-top: 9px;
	clear: both;
}

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

#rightcol #headlines li a:hover {
	font-size:12px;
	color:#383838;
	text-decoration: underline;
}

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

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

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

/* footer */

#footer{	
	width:730px;
	padding-top: 30px;
	padding-bottom: 35px;
	padding-left: 270px;
	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;
}

/*FORMULIEREN*/

label{
	display: block;
	float: left;
	width: 170px;
	font-weight:bold;
}

.label_checkbox{
	display: block;
	float: left;
	width: 250px;
}


fieldset{
	width: 560px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	border: 1px solid #d9d9d9;
}

legend{
	font-size:12px;
	color:#e2001a;
	font-weight:bold;
	padding: 4px 6px 4px 6px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

input{
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	padding: 3px 0 2px 3px;
	border: 1px solid #d9d9d9;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#383838;
	font-size:12px;
	width: 370px;
}

.input_small{
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	padding: 3px 0 2px 3px;
	border: 1px solid #d9d9d9;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#383838;
	font-size:12px;
	width: 125px;
}


.checkbox{
	border: 1px solid #abacad;
	background-color: #FFFFFF;
	height: 17px;
	width: 17px;
}

select {
	color:#383838;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width: 325px;
	height: 25px;
	border: 1px solid #abacad;
	margin-bottom: 4px;
}

textarea{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	border: 1px solid #d9d9d9;
	background-color: #FFFFFF;
	scrollbar-3dlight-color : #d9d9d9;
	scrollbar-arrow-color : #d9d9d9;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
	width: 370px;
	font-family:Arial, Helvetica, sans-serif;
	color:#383838;
	font-size:12px;
}

.checkbox{
	border: 0px solid #58585a;
	background-color: #FFFFFF;
	height: 17px;
	width: 17px;
}

.button{
	background-color: #e2001a;
	border: 1px solid #e2001a;
	color: #FFFFFF;
	width: auto;
	height : 25px;
	margin-right: 25px;
	margin-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	float: right;
}

/*SLIDER*/

#slider {
    width: 618px; /* important to be same as image width */
    height: 298px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-image:url(../img/flashimage_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #a09f9f;
}
#sliderContent {
    width: 620px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 21px;
    width: 580px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 18px;
	font-weight: bold;
}

.sliderImage span h1 {
    font-size: 20px;
	font-weight: bold;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 280px;
}
ul { list-style-type: none;}

