HTML, body{
  height:               100%;
}

body{
  text-align:           center;
  margin:               0;
  background-color:     #FFFFFF;
  background-image:     url('../images/bg.gif');
  background-position:  top center;
  background-repeat:    repeat-y;

} 

#main{
  width:                800px;
  height:               750px;
  display:              block;
  margin:               0 auto;
  vertical-align:       top;
  text-align:           left;
}

#sectie{
  width:                250px;
  height:               127px;
  padding:              0px;
  float:                left;
  background-image:     url('../images/layout/logo_sok.gif');
  background-color:     #FFFFFF;
  margin:               0px 0px 1px 0px;
  display:              inline;
}

	#sectie img{
      width:                200px;
      height:               60px;
      float: right;
      margin: 0px;
	  margin-top: 15px;
	  border: 0px;
	  padding: 0px;
	}



#header{
  width:                548px;
  height:               127px;
  clear:                right;
  background-image:     url('../images/layout/header3.jpg');
  float: right;
  padding: 0px;
  display:              inline;
  margin: 0px 0px 2px 2px;
}

#menu{
  background-color: #e4112a;
  width:                800px;
  height:               30px;
  float: left;
  display:              inline;
}

  #menu ul{
    float:                   right;
	text-align:              right;
	padding:                 0;
	width:                   750px;
    font:                    normal 10pt trebuchet ms;
    color:                   #FFFFFF;
	margin:                  2px;
	margin-top:              5px;
	margin-right:            5px;
	margin-left:             5px;
    list-style-type:         none;
    display:                 inline;
	overflow: hidden;
  }

    #menu li{
	  margin:                     2px 3px 2px 3px;
      display:                    inline;
    }

    #menu a{
      color:                      #FFFFFF;
      text-decoration:            none;
    }

    #menu a:hover{
	  text-decoration:            underline;
    }

#content{
  width: 800px;
  float: left;
  padding: 0px;
  display:              inline;
  margin: 2px 0px 0px 0px;
  vertical-align: top;
}

 
  #inhoud{
    background-color:   #F0F0F0;
	width: 498px;
	height: 70%;
	margin: 2px 0px 0px 1px;
    float: right;
    display:              inline;
	overflow: auto;
  }

    #inhoud p{
      text-align:            justify;
	  margin: 0px 2px 0px 2px;
	  padding: 2px;
	  font:                    normal 12pt verdana ms;
	  line-height: 15px;
	}

  #left_menu{
    background-color: #ccc5c4;
	background-image:     url('../images/home.gif');
	width: 300px;
	height: 70%;
    float: left;
    display:              inline;
    margin: 2px 1px 0px 0px;
  }

    #left_menu h1{
      font:                       bold 12pt trebuchet ms;
	  margin:                     2px 2px 2px 2px;
	}

	#left_menu span{
      margin:                0px;
	}

	#left_menu p{
      margin:                     2px 2px 2px 2px;
	  font:                    normal 9pt trebuchet ms;
	}

#footer{
  width: 800px;
  height: 20px;
    font:                    normal 8pt trebuchet ms;
    color:                   #FFFFFF;
   background-color:     #000000; 
    float: left;
    display:              inline;
	    margin: 2px 0px 0px 0px;
}
