/* CSS Document */
* {	
margin: 0;
padding: 0;
}

body {
margin:0px;
background-image: url(assets/bgr.gif);
}
#box{
width:100%;
height:520px;
margin-top:40px;
background-color:#999999;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}
#content{
background-color:#dededf;
background-position:top;
background-image:url(assets/boxbg2.jpg);
background-repeat:no-repeat;
margin:0 auto;
width:799px;
border-right:1px solid #333;
height:521px
}
#contentbedrijf{
background-color:#dededf;
background-position:top;
background-image:url(assets/boxbg_info.jpg);
background-repeat:no-repeat;
margin:0 auto;
width:799px;
border-right:1px solid #333;
height:521px
}
#contentlinks{
background-color:#dededf;
background-position:top;
background-image:url(assets/boxbg_links.jpg);
background-repeat:no-repeat;
margin:0 auto;
width:799px;
border-right:1px solid #333;
height:521px
}
#contentref{
background-color:#dededf;
background-position:top;
background-image:url(assets/boxbg4.jpg);
background-repeat:no-repeat;
margin:0 auto;
width:799px;
border-right:1px solid #333;
height:521px
}
#contentofferte{
background-color:#dededf;
background-position:top;
background-image:url(assets/boxbg_offerte.jpg);
background-repeat:no-repeat;
margin:0 auto;
width:799px;
border-right:1px solid #333;
height:521px
}
#tekst{
display:inline;
float:right;
padding-top:94px;
padding-right:40px;
width:480px;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
}
#tekstref{
display:inline;
float:right;
background-image:url(assets/bg_line.gif);
background-position:0px 10px;
background-repeat:no-repeat;
padding-top:13px;
padding-right:16px;
padding-left:19px;
width:535px;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
}
#tekst p, #tekstref p{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333;
padding:0px 0px 12px 0px;
}
#tekst li{
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:13px;
list-style:none;
line-height:16px;
padding:0px 0px 2px 26px;
background:transparent url(assets/li.gif) no-repeat 10px 2px;
}
h1{
font-weight:500;font-size:13px;
font-weight:800;
color:#333;
margin-top:0px;
margin-bottom:10px;
background-position:bottom;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif
}
#footer{
width:100%;
height:10px;
background-color:#a1002e;
margin-top:-29px;
border-top:1px solid #fff;
border-bottom:1px solid #000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
padding:5px 0px;
}
#left{
float:left;
width:190px;
height:350px;
padding-left:10px;
margin-top:120px;
}
#menu {
	display: block;
	height: 91px;
	list-style: none;
}
#menu li {
	list-style: none;
	float: left;
	width: 176px;
	height: 36px;
	margin:0px 10px 9px 0px;
}
#menu li a {
	display: block;
	height: 36px;
}
#menu li a span {
display: none;
}
#menu_home {
background: url(assets/but-home.jpg) left top no-repeat;
}
#menu_home a:hover{
background: url(assets/but-home_2.jpg) left top no-repeat;
}
#menu_info {
background: url(assets/but-info.jpg) left top no-repeat;
}
#menu_info a:hover{
background: url(assets/but-info_2.jpg) left top no-repeat;
}
#menu_ref {
background: url(assets/but-ref.jpg) left top no-repeat;
}
#menu_ref a:hover{
background: url(assets/but-ref_2.jpg) left top no-repeat;
}
#menu_offerte {
background: url(assets/but-offerte.jpg) left top no-repeat;
}
#menu_offerte a:hover{
background: url(assets/but-offerte_2.jpg) left top no-repeat;
}
#menu_links {
background: url(assets/but-links.jpg) left top no-repeat;
}
#menu_links a:hover{
background: url(assets/but-links_2.jpg) left top no-repeat;
}
a:link, a:visited{
color:#000;
}
a:hover, a:active{
color:#323B86;
}
/************************* IMAGE ***********************/
#image{
float:left;
text-align:left;
height:277px;
width: 218px;
padding-top:5px;
padding-bottom:4px;
} 
#flash{
margin-left:6px;
margin-top:36px}
/*************************** IMAGE SCHADUW *************************/ 
.img-shadow {
  float:left;
  background: url(assets/shadowAlpha.png) no-repeat bottom right;
  margin: 0px;
  }
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #807E80;
  margin: -5px 5px 5px -5px;
  padding: 4px;
  }
.border{border:2px solid #fff;}
