/* stylesheet for www.re-bound.nl */

body {
  	text-align:center; /*IE-hack*/
  	background-color:#FFFFEB;
	font:0.67em verdana, arial, helvetica, sans-serif;
	line-height:1.7em;
	}

h1 {
	margin:10px 15px 25px 25px;
	font-size:1.6em;
	font-weight:500;
	line-height:1.3em;
	}
	
h2 {
	margin:22px 0px 3px 25px;
	font-size:1.2em;
	font-weight:600;
	line-height:1.4em;
	}
	
h3 {
	margin:20px 0px 0px 25px;
	font-size:1.1em;
	font-weight:500;
	line-height:1.0em;
	text-decoration:underline;
	/*border-bottom:solid 0.05em;*/
	}
	
p {
	padding:10px 15px 5px 20px;
	margin:0px;	
	font-size:1em;
	line-height:1.7em;
	}

a {
  	padding:0;
	margin:0;	
  	color:#333;
	}

a.menu_1 {
	font-size:1.05em;
	font-weight:bold;
	text-decoration:none;
	color:#390;
	}
	
a.menu_2 {
	font-size:1.05em;
	font-weight:bold;
	text-decoration:none;
	color:#6C3;
	}
	
a.in_text {
  	color:black;
	}

img.left {
  	float:left;
	clear:both;
	margin:15px 15px 15px 15px;
	}

img.right {
  	float:right;
	clear:both;
	margin:15px 15px 15px 15px;
	}

#all {
  	position:relative;
	width:759px;
	background-color:#FFFFFF;
  	margin:auto;
	text-align:left; /*IE-hack*/
	}

#top {
  	float:left;
	background:url('img/header.jpg') no-repeat;
	width:759px;
	height:259px;
	}

#menu_algemeen {
	position:absolute;
	top:220px;
	left:190px;/*230px;*//*205px;*//*190px;*/
	float:left;
  	}
	
#menu_therapie {
	position:absolute;
	top:240px;
	left:45px;
  	float:left;
	}

#menu_welkom {
	float:left;
	width:65px;
	height:20px;
	}

#menu_overmij {
	float:left;
	width:70px;
	height:20px;
	}

#menu_activiteiten {
	float:left;
	width:85px;
	height:20px;
	}

#menu_contact {
	float:left;
	width:65px;
	height:20px;
	}

#menu_boekverkoop {
	float:left;
	width:80px;
	height:20px;
	}

#menu_dominuscervix {
	float:left;
	width:130px;
	height:20px;
	}

#menu_dcbollen {
	float:left;
	width:90px;
	height:20px;
	}

#menu_reconnectie {
	float:left;
	width:105px;
	height:20px;
	}

#menu_reconnectivehealing {
	float:left;
	width:165px;
	height:20px;
	}

#menu_stoelmassage {
	float:left;
	width:105px;
	height:20px;
	}

#menu_voetreflex {
	float:left;
	width:100px;/*125px;*/
	height:20px;
	}

#main {
	float:left;
	width:759px;
	height:480px;
	overflow:auto;
	background-color:white;
  	}
  	
#content {
	padding:20px;
	}
	
#bottom {
	position:absolute;
	top:739px;
	left:0px;
	float:left;
	background:url('img/bottom.jpg') no-repeat;
	height:80px;
	width:759px;
	}


