body {
	background-color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0.05em;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
	color: #D2D2D2;
}

.container {
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	width: 100%;
}
.header {
	height: 100px;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: left;
	background-color: #000000;
	background-image: url(images/MieleZeykologo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.inhoud {
	height: 375px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e9e9e9;
	background-color: #000000;
	width: 100%;
}
.contentbeeld {
	float: left;
	height: 375px;
	width: 600px;
}
.impressiethumbs {
	float: left;
}

.contentbeeld2 {
	float: left;
	height: 375px;
	width: 690px;
}
.loadarea {
	height: 375px;
	float: left;
	width: 450px;
}
.loadarea1 {
	height: 375px;
	float: left;
}
.loadarea_adres {
	height: 375px;
	width: 400px;
	float: left;
	background-image: url(images/fotos/4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.loadarea_showroom {
	height: 375px;
	width: 400px;
	float: left;
	background-image: url(images/fotos/8.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.loadarea_keukens {
	height: 375px;
	width: 530px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}
.thumbs {
	float: right;
	text-align: center;
	padding-left: 0px;
	padding-top: 15px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 15px;
	line-height: 1.4;
	*line-height: 1.6;
}
h1 {
	font-size: 1.9em;
	margin-top: 3px;
	margin-left: 15px;
	margin-bottom: 0px;
	
}


.contenttekst {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 260px;
	background-color: #000000;
	height: 375px;
	text-align: left;
}
.contenttekst3 {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 260px;
	background-color: #000000;
	height: 375px;
	text-align: left;
	background-image: url(images/apparatuur.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contenttekst1 {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 210px;
	background-color: #000000;
	height: 375px;
	text-align: left;
}
ul {
	list-style-type: none;
}


.menu {
	height: 375px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e9e9e9;
	float: left;
	width: 150px;
	background-color: #272324;
}

.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #FFFFFF;
	font-size: 1.4em;
	width: 100%;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	background-color: #000000;
}



/* menu */
dl.accordion{
	margin:0;
	padding:0;
	_overflow:hidden;
	width: 99%;
}
dl.accordion dt {
	-moz-border-radius-topLeft:6px;
	_width:100%;/*hack for IE*/
	width:145px;
	cursor:hand;
	display:block;
	background-image: url(images/BG/button.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0;
	color:#D2D2D2;
	background-color: #465153;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #465153;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 0px;
	padding-left: 2px;
	font-size: 1.2em;
}

dl.accordion dt.hover
{
	color: #999999;
}

dl.accordion dt.collapsing
{
	background-color: #666D70;
}
dl.accordion dt.expanding
{
	background-color: #666D70;
}

dl.accordion dd{
	line-height:1;
	overflow:auto;
	background-color: #1A1A1A;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
	*margin-left: 0px;
	_margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
dl.accordion dd.default{height:auto;display:block;}
dl.accordion dd.default_close{display:none;}
dd ul{
	list-style-type: none;
	background-color: #1A1A1A;
	text-align: left;
	margin-left: -15px;
	*margin-left: 10px;
	_margin-left: 10px;
}
dd li{
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-left: -10px;
	padding-left: -25px;
	font-style: normal;
	color: #1A1A1A;
	background-color: #1A1A1A;
	font-size: 0.9em;
}
.slides {
	float: right;
	margin-left: 5px;
	text-align: right;
}
.button {
-moz-border-radius-topLeft:6px;
	width:145px;
	cursor:hand;
	display:block;
	cursor:hand;
	margin:0;
	color:FFFFFF;
	font-style: normal;
	background-color: #465153;
	background-image: url(images/BG/button.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #465153;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-left: 2px;
	*letter-spacing: 0.1em;
}
.button:hover
{
	display: block;
	color: #1A1A1A;
}
a:link, a:visited {
	color: #0099FF;
	text-decoration: none;
	
	
}
a:hover, a:active {
	color: #e9e9e9;
	
}
a.special:link, a.special:visited {
	color: #D2D2D2;
	text-decoration: none;
	margin-left: 10px;
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-right: 5px;
	font-variant: normal;
	
}
a.special:hover, a.special:active {
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	color: #e9e9e9;
	
}
a.special1:link, a.special1:visited {
	color: #D2D2D2;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-right: 5px;
	font-style: normal;	
}
a.special1:hover, a.special1:active {
	color: #999999;
	
}
h2 {
	font-size: 1.2em;
	margin-left: 15px;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}
form {
	font-size: 1.15em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}

