@charset "utf-8";
body {
	background-color: #fff;
	background-image: url(images/bg.jpg);
	font-family: Arial, Verdana;
	color: #fff;
	font-size: small;
}
p{
	margin: 1px 0 0 3px;
}

#content{
	position:absolute;
	left:0px;
	top:5px;
	width:800px;
	z-index:1;
	background-color: #fff;
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px;
	border: solid 2px #E4E5E3;
}
#content_header{
	width: 800px;
}
#adresgegevens{
	width: 800px;
	margin-top: 0px;
	background-color: #ddd;
	padding: 2px 0px;	
	margin-bottom: 5px;
}
#adresgegevens p{
	padding-left: 2px;
}

#menuinside{
	position: relative;
	background-color: #E4E5E3;
	width: 165px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	height: 100%;
}
#contentwide{
	position: relative; 
	width: 800px;
	float: right;
	margin-top: 0;
}
#contentwide p{
	color: #575757;
}
#contentwide h1{
	font-size: 115%;
	color: #EE0000;
	border-bottom: solid 1px #ee0000;
	margin-top: 10px;
	text-transform: none;
  font-weight: normal;
}
#contentwide ul li{
	color: #575757;
}
#contentinside{
	position: relative; 
	width: 620px;
	float: right;
	margin-top: 0;
}
#contentinside p{
	color: #575757;
}
#contentinside h1{
	font-size: 115%;
	color: #575757;
	border-bottom: solid 1px #575757;
	margin-top: 5px;
	text-transform: uppercase;
  font-weight: normal;
}
#contentinside ul li{
	color: #575757;
}
#footerinside{
	clear: both;
	width: 800px;
	margin-top: 2px;
	margin-bottom: 0px;
	background-color: #E4E5E3;
	padding: 2px 0px;	
	color: #fff;
	text-align: center;
}
#footerinside p{
	font-family: Arial, sans-serif;
	padding-left: 2px;
	font-size: 75%;
	color: #010163;
}
.imga{
	float: left;
	margin-left: 0px;
	margin: 0px 20px 20px 0px;
}
.imgb{
	float: right;
	margin-right: 0px;
	margin: 0px 0px 20px 10px;
}
.imgc{
	float: right;
	margin: 0px;
	padding: 5px 5px 35px 5px;
	border: solid 1px #aaa093;
}
.imgd{
	float: left;
	margin: 0px 15px 10px 0px;
	padding: 5px 5px 35px 5px;
	border: solid 1px #aaa093;
}
.button{
	width: 165px;
	height: 40px;
	margin-bottom: 0px;
}
/*Definition list --> lijst producten, ... */
dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-bottom: 1px dotted #333;
}
dl.feature dt {
	margin: 0 0 1.5em 0;
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #EE0000;
}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
}
dl.feature dd {
	margin-left: 179px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	margin-bottom: 5px;	
}
#wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 800px;
	text-align: left;
}

/* links */
a:link, a:visited{
	text-decoration: underline;
	color: #575757;
}
a:hover{
	text-decoration: underline;
	color: #ee0000;
}
a.sublink, a.sublink:visited{ 
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #010163;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

a.sublink:hover{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ee0000;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
	text-decoration: underline;
	text-transform: uppercase;
}
a.adreslink, a.adreslink:visited{ 
	font-family: Arial, sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	color: #010163;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 20px;
}

a.adreslink:hover{
	font-family: Arial, sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	color: #ee0000;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 20px;
}
/* Foto gallerij */
#gallery {width:750px; height: 400px;}
#gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #575757;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#ee0000;}
#gallery ul li a:hover img {position:absolute; right:185px; top:0; width:auto; height:auto; border:1px solid #575757;}

