body {
	font: normal 13px/18px arial, helvetica, verdana, sans serif;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #fff;
	}

div.container {
	position: relative;
	margin: 0px auto;
	padding: 0px auto;
	top: 5px;
	height: 100%;
	width: 836px;
	text-align: left;
	}
    
div.header {
	position: relative;
	top: 0px;
	height: 239px;
	width: 836px;
	text-align: left;
	background: url(../images/webopzet_home_01.jpg) no-repeat left top;
	}
    
div.header_sleepquality {
	position: relative;
	top: 0px;
	height: 239px;
	width: 836px;
	text-align: left;
	background: url(../images/webopzet_sleepquality_01.jpg) no-repeat left top;
	}

div.header_videophone {
	position: relative;
	top: 0px;
	height: 239px;
	width: 836px;
	text-align: left;
	background: url(../images/webopzet_videophone_01.jpg) no-repeat left top;
	}
    
div.buttons {
	position: absolute;
	top: 133px;
	left: 773px;
	height: 110px;
	width: 31px;
	text-align: left;
	}

div.top {
	position: relative;
    top: 0px;
	height: 57px;
	width: 836px;
	text-align: left;
	background: url(../images/webopzet_home_02.jpg) no-repeat left top;
	}

div.bg_content {
	position: relative;
    top: 0px;
	width: 836px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	background: url(../images/webopzet_home_04.gif) repeat-y left top;
	}
	
div.content {
	position: relative;
    top: 10px;
    left: 243px;
	width: 520px;
	text-align: left;
	}
	
div.form {
	position: relative;
    margin: 0px 30px 0px 0px;
    padding: 10px 10px 10px 10px;
	text-align: left;
    border: 1px solid #699;
	}
	
div.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 100px;
	text-align: left;
	}

div.bottom {
	position: relative;
	height: 32px;
	width: 836px;
	text-align: left;
	background: url(../images/webopzet_home_06.gif) no-repeat left top;
	}
	
	/* heading ed */
h1 {
	font-size: 14px;
    color: #333;
	}

div.content p {
margin-bottom: 10px;
color: #333;
	}

h2 {
	font-size: 14px;
    color: #4C2505;
	}
	
div.bottom p {
	font-size: 11px;
	text-align: right;
	}
	
td  {
    font: normal 13px/18px arial, helvetica, verdana, sans serif;
	}

div.content a {
	text-decoration: none;
	font-weight: bold;
    color: #4C2505;
	}	
div.content a:hover {
	color: #666;
	} 
    
div.bottom a {
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
	}	
div.bottom a:hover {
	color: #666;
	}	
	
	/* het menu_index */

ul#menu {
	position: relative;
	top: 105px;
	left: 25px;
	width: 800px;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
	}

#menu li {
	display: block;
	height: 20px;
	width: 160px;
	float: left;
	}

#menu li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	}

#menu li a:hover {
	color: #999;
	}

#menu li a:active {
	color: #f60;
	}
