
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#808080;
 /*background: #eeeeee;*/
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:960px;
 margin:auto;
 }

#hdr {
 height:175px;
 /*background:#eeeeee;*/
 background-image: url('Images/hdrdso3.png');
 color: #333333;
 }

#bar {
 height:40px;
 /*background:#c0c0c0;*/
 background: #000066;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }
 
 #menuplaceholder
{
margin: 5px 0px 0px 20px;
position: absolute;
}

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:960px;
 padding:0;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:175px;
 }
 
 #nieuws
 {
     width: 160px;
     height: 240px;
     background: #FFF7D8;
     border:solid 1px #FFF7D8;
     margin: 10px 0px 0px 15px;
     text-align: left;
 }
 
 #sponsors
 {
     width: 160px;
     height: 160px;
     background: #FFFFFF;
     border:solid 1px #000000;
     margin: 10px 0px 0px 15px;
     text-align: left;
 }
  
 #nieuwsbody
 {
     margin: 20px 0px 0px 5px;
 }
 
 #sponsorsbody
 { 
    margin: 40px 0px 0px 10px;
 }
 
 #nieuwsleftupperpin, #nieuwsleftlowerpin
 {
     position: absolute;
     margin: 2px 0px 0px 0px;
 }
 
 #nieuwsheadertitle
 {
     position: absolute;
     margin: 0px 0px 0px 30px;
     font-weight: bold;
     color: #000066;
     font-size: 14px;
 }
 
 #sponsorsheadertitle
 {
     position: absolute;
     margin: 0px 0px 0px 5px;
     font-weight: bold;
     color: #000066;
     font-size: 14px;
 }
 
 #nieuwsrightupperpin, #nieuwsrightlowerpin
 {
     position: absolute;
     margin: 2px 0px 0px 148px;
 }

#cont {
 width:765px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 min-height: 600px;
 }
 
 #crumble
 {
     position: relative;
     width: 710px;
     background: #ffffff;
     text-align: left;
     margin: 0px 0px 10px 20px;
     border-top: solid 5px #ffffff;
 }
 
 #contentplaceholder
 {
    margin: 5px 0px 0px 20px;
 }
 
 #contentloos
 {
     width: 710px;
     height: 10px;
 }

#ftr {
 height:25px;
  /*background:#c0c0c0;*/
 background: #000066;
 color: #FFD70B;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }