/* CSS Document */
*{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}

body {
  background-color: #99A8CB;
   scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #FFF;/*kleur rand links*/
	scrollbar-shadow-color: #FDFDFC;
	scrollbar-3dlight-color: #FDFDFC;
	scrollbar-arrow-color: #CC0033;
	scrollbar-track-color: #FFF;
	scrollbar-darkshadow-color: #CC0033;
}


#container1280 {
width:auto;
    height:822px;
    margin-top: -20px;
    margin-left: -40px;
    background-image: url(../schreuder-bv-images/bgbalk.jpg);
    background-repeat: no-repeat;
    background-color: #99A8CB;
}
#kerncontainer {
	position:absolute;
    left: 50%;
    /*top: 50%; */
    width: 972px;
    height: 822px;
    /*margin-top: -411px; */
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -486px;
    background-color: transparent;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:972px;
	height:242px;
    background-image: url(../schreuder-bv-images/logo.jpg);
    background-repeat: no-repeat;
}

#menubalk {
	position:absolute;
	left:0px;
	top:242px;
	width:972px;
	height:20px;
	background-image: url(../schreuder-bv-images/menubalk.jpg);
	background-repeat: no-repeat;
    /*was center*/
    text-align: left;
	padding-top: 5px;
    /*er was geen left*/
    padding-left: 40px;
}

#menubalk ul{
	width: 100%;
	margin: 0;
	white-space: no-wrap;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#menubalk ul li{
	display: inline;
	padding-left: 0px;
	text-align: center;
}

#menubalk ul li a{
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	color: white;
	font-size: 11px;
}

#main {
	position:absolute;
	left:0px;
	top:267px;
	width:872px;
	height:494px;
    background-image: url(../schreuder-bv-images/main.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 50px;
}

#adresbalk {
	position: absolute;
	left: 0px;
	top: 781px;
	width: 872px;
	height: 36px;
	background-image: url(../schreuder-bv-images/adresbalk.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 100px;
	text-align: right;
	color: White;
}

#linker_blok {
	background-color: #FFFFFF;
	float: left;
	height: 494px;
	width: 230px;
}


#linker_blok_tegels {
	background-color: #FFFFFF;
	float: left;
	height: 494px;
	width: 400px;
}
#linker_blok_aanbieding {
	background-color: #FFFFFF;
	float: left;
	height: 494px;
	width: 270px;
}
#linker_blok2 {
	background-color: #FFFFFF;
	float: left;
	height: 494px;
	width: 630px;
	overflow: auto;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;*/
}


#midden_blok {
	background-color: #FFFFFF;
	float: left;
	height: 494px;
	width: 400px;
}
#midden_blok_scroll {
	background-color: #FFFFFF;
	float: left;
	height: 494px;
	width: 400px;
    overflow: auto;
}
#midden_blok_tegels {
	background-color: #FFFFFF;
	float: left;
	height: 494px;
	width: 172px;
	padding-right: 0px;
	padding-left: 0px;
}

.tegeltje {
  padding: 0 1px 2px 1px;
}
.tegel {
  padding: 0 4px 0 0;
}


#rechter_blok {
	background-color: #FFFFFF;
	float: right;
	height: 494px;
	width: 230px;
}


.tapijttegel {
	float: left;
	height: 50px;
	width: 40px;
	padding-top: 3px;
	padding-left: 3px;
}
.randtekst {
  font-weight: bold;
  letter-spacing: 2px;
  color: #FFFFFF;
}
.kopje {
  color: #CC0033;
}

.titel {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
 a.griz:link{
   text-decoration:none;
   color: #000;
   font-weight:bold;
   }
a:link, a:visited, a:active {
   text-decoration:none;
   color: #000;
   font-weight:bold;
   }