/* Style voor bouwbedrijfpverwer.nl  alstro webdesign*/
@media screen
{
html,body {
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
font-size: 90%;
color: #000;
height:100%;
margin: 0 auto;
background-color: #ebebeb;
}

img {border: none;}


div#container {
	margin:0 auto;
	width:960px;
	background-color:#fff;
	height:auto !important;
	height:95%;
	min-height:95%;
    padding: 0 9px 0 9px;
    background-image: url(../images/bg.jpg);
}

div#top {
  height: 10px;
  background-color: #0063a4;
}
div#header {
  width: 960px;
  height: 230px;
}
div#logo {
float: left;
  width: 250px;
  height: 100px;
  color: #fff;
  font-size: 85%;
  padding: 130px 0 0 10px;
  background-image: url(../images/logo.jpg);
}
div#headerfoto {
  float: left;
  width: 700px;
  height: 230px;
  background-image: url(../images/header.jpg);
}
div#main {
  width: 960px;
}

div#menu {
  float: left;
  width: 260px;
}
.hoofdmenu {
  width: 240px;
  height: 25px;
  line-height: 25px;
  padding-left: 20px;
  color: #fff;
  font-weight: bold;
  background-image: url(../images/menubg.jpg);
}
.submenu {
  width: 220px;
  height: 20px;
  line-height: 20px;
  padding-left: 40px;
  color: #fff;
  font-weight: bold;
  background-image: url(../images/menubg.jpg);
}
div#home {
  float: left;
  width: 680px;
  padding: 10px;
}

div#footer {
  width: 978px;
  height: 30px;
  margin:0 auto;
  text-align: center;
  line-height: 30px;
  background-image: url(../images/footerbg.jpg);
  color: #fff;
}



.links { text-decoration: none;color: #ff0000;font-size: small; font-family: arial, helvetica, sans-serif;}
.links:visited { text-decoration: none;color: #ff0000;font-size: small; font-family: arial, helvetica, sans-serif;}
.links:active { text-decoration: none;color: #ff0000;font-size: small; font-family: arial, helvetica, sans-serif;}
.links:hover {text-decoration: underline;color: #ff0000;font-size: small; font-family: arial, helvetica, sans-serif;}

.menulinks { text-decoration: none;color: #fff;}
.menulinks:visited { text-decoration: none;color: #fff;}
.menulinks:active { text-decoration: none;color: #fff;}
.menulinks:hover {border-bottom:1px solid #fff;color: #fff;}


.footerlinks { text-decoration: none;color: #fff;}
.footerlinks:visited { text-decoration: none;color: #fff;}
.footerlinks:active { text-decoration: none;color: #fff;}
.footerlinks:hover {border-bottom:1px solid #fff;color: #fff;}
}
