html {
	height: 100%;
	padding: 0px;
	margin: 0px;
	}
	
body {
	margin: 0;
	background-color: #cccccc;
	font: 14px Garamond, Georgia, "Times New Roman", Times, serif;
	color: #27190f;
	text-align: justify;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.donker {
	color: #27190f;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

img {
	border-width: 0;
}


.bold {
	font-weight: bold;
}

.boldrood {
	font-weight: bold;
	color: #d91413;
}

.boldgroot{
	font-weight: bold;
	font-size: 16px;
}

#menu {
	width: 100%;
	height: 23px;
	background: #4d4d4d no-repeat center;
	margin-bottom: 106px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

#container {
	width: 1020px;
	height: 628px;
	margin: auto;
}

#content {
	width: 530px;
	height: 315px;
	float: left;
	background-image: url(../pix/wit.png);
	margin-left: 106px;
	padding: 10px;
}

#contenthome {
	width: 530px;
	height: 375px;
	float: left;
	background-image: url(../pix/wit.png);
	margin-left: 106px;
	padding: 10px;
}

#right {
	widht: 237px;
	height: 335;
	margin-left: 679px;
}

/* @group menu
 */

#home a#home,
#winkel a#winkel,
#tegels a#tegels,
#ontwerp a#ontwerp,
#verwerken a#verwerken,
#contact a#contact
 {
	color: #ffffff;
	border: 7px solid #bf40aa;
	background-color: #bf40aa;
	list-style: none;
	font-weight: normal;
	font-style: normal;
}


/* @end */