body {
	background-color: #fff37a;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline; 
}

ul {
	margin: 0;
	padding: 0;
	
	padding-left: 10px;
	margin-left: 10px;
}

#blackArea {
	position: absolute;
	width: 713px;
	height: 510px;
	background-color: black;
	
    left: 50%; 
    top: 50%;
    margin-top: -260px; /* half of the height */
    margin-left: -357px; /* half of the width */
    
    min-height: 510px;
    min-width: 720px;
}

#yellowArea {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 6px;
	background-color: #FFE500;
	height: 440px;
}

#fromFarLeft {
	position: absolute;
	top: -5000px;
}

.imageHeader {
	float: left;
	width: 140px;
	height: 370px;
	overflow: hidden;
	text-align: center;
	padding-top: 70px;
	background-repeat: no-repeat;
}

#vervolgPage .imageHeader {
	position: absolute;
}

.submenu {
	width: 110px;
	padding-left: 20px;
	text-align: left;
	display:	block;
	overflow: display; 
}

.menuWie {
	background-image: url(images/schakel_03.gif);
}
.menuWat {
	background-image: url(images/schakel_04.gif);
}
.menuContact {
	background-image: url(images/schakel_05.gif);
}
.menuTekoop {
	background-image: url(images/schakel_06.gif);
}
.menuLinks {
	background-image: url(images/schakel_07.gif);
}





#yellowArea h1, #yellowArea h1 a {
	font-size: 12px;
	font-weight: bold;
}

.homeLogo {
	color: #FFE500;
	display: block;
	position: relative; 
	margin-left: 328px; 
	margin-top: 5px;
	height: 54px;
	width: 58px;
	background-image:url(images/logo.gif);
	position: absolute;
}

.homeLogo:hover {
	margin-left: 329px; 
	margin-top: 6px;
}

.references {
	margin-left: 642px;
	margin-top: 8px;
	position: absolute;
	color: #FFE500;
}



#contentKader {
	padding-top: 70px;
	width: 520px;
	position: relative;
	left: 165px;
}

.ContentBox {
	border: 3px solid #000000;
	padding: 15px;
	height: 240px;
	width: 440px;
	overflow: auto;
}

.ContentBoxPhoto {
	border: 3px solid #000000;
	padding: 15px;
	height: 240px;
	width: 300px;
	overflow: auto;
}

.photoKader {
	float: right;
	width: 110px;
	margin-right: 40px; !	
	margin-right: 20px; !
	overflow: hidden;
}

.photo {
	height: 127px;	
	width: 104px;
	margin-bottom: 10px;
	border: 3px solid #000000;
	overflow: hidden;
}

.product {
	border: 3px solid #000000;
	border-right: 0px;
	width: 240px;
	float: left;
	padding: 0px;
	overflow: hidden;
}

.lastProduct {
	border-right: 3px solid #000000;
}

.product h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	background-color: #000000;
	padding: 10px;
	padding-left: 15px;
	color: #FFE600;
	height: 30px;
	width: 500px;
	overflow: hidden;
}

.product img {
	display: block;
	margin: 15px;
	border: 1px solid #000000;
	width: 205px;
	height: 120px;
	overflow: hidden;
	cursor: pointer;
}
.product .noImage {
	display: block;
	margin: 15px;
	border: 1px solid #000000;
	width: 205px;
	height: 120px;
}

.product span {
	padding-left: 15px;
	padding-right: 15px;
	height: 60px;
	overflow: hidden;
	display: block;
}

.product a {
	padding-left: 15px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.login {
	position: absolute;
	margin-left: 100px;
	margin-top: 100px;
}

input {
	font-size: 10px;
	background-color: #FFE500;
	border: 1px solid #000000;
	padding: 2px;
}

#bestelform input {
	width: 96%;
	margin-bottom: 6px;
}
#bestelform div {
	float: left; 
	width: 278px;
	padding-right: 30px;
}
#bestelform #huisnummer {
	width: 112px;
}

.productlist li {
	margin-top: 4px;
}
