@charset "ISO-8859-1";
/* CSS Document */

* {
/* all styles padding and margin = 0*/
padding:0;
margin:0;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #c63939;
}

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

#menu a:link, #menu a:visited, #menu a:active {
	text-decoration: none;
	color: #ffffff;
}

#menu a:hover {
	text-decoration: none;
	color: #7c7c7c
}

body {
	background-color: #FFFFFF;
	background-image: url(img/bar.gif);
	background-repeat: repeat-x;
	background-position: 0px 136px;
	top: 0px;
	left: 0px;
}


#container {
	width: 844px;
	margin: auto;
}

#menu {
	clear: both;
	height: 42px;
	margin-left: 40px;
}

#menu p {
	float:left;
	margin-right: 30px;
	margin-top: 10px;
	color: #FF0000;
}

#top {
	clear: both;
}

#display {
	clear: both;
}

.col1 {
	float: left;
	width: 250px;
	/*margin-left: 26px;*/
}

.spacer {
	clear:left;
	/*background-color: #0099CC;*/
	float:left;
	width: 26px;
	height: 50px;
}

.col2 {
	margin-left: 28px;
	margin-top: 12px;
	float: left;
	width: 290px;
}

.col3 {
	margin-left: 28px;
	margin-top: 12px;
	float: left;
	width: 196px;
}

#keukenhome .col2, #keukenhome .col3 {
	width: 241px;
}

#foto {
	background-image: url(img/keuken_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #ffffff;
	width: 844px;
	height: 410px;	
}

#foto .col1{
	margin-top: 6px;
}

p, h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7c7c7c;
	line-height: 17px;
}

h1 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

#klein p, #groot p { font-size: 11px; 
				color:#000000 }
#klein h1, #groot h1 { font-size: 11px; }

#klein h1, #groot h1 {
	font-weight: bold; 
	margin-bottom: 0px; 
	}
#klein h2, #groot h2 { color: #c63939; }
#klein li, #groot li { list-style:none; height: 90px; margin-bottom: 10px; width: 230px;
}

#klein1, #klein2, #groot1, #groot2 {
	margin-left: 28px;
	margin-top: 12px;
	float:left;

}
.clip { width: 90px; height: 90px; overflow: hidden; float:left; margin-right: 10px}
