body,table,td {
	font-family: Times-Roman;
	font-size:16px;
	color: #9E1E1E;
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#FFFFFF;	
}

img {
	border: 0px;
}
	
#container {
	height:100%;
	width:100%;
	text-align:center;
}

#container tr {
	vertical-align:top;
}

#main{
	height:100%;
	width:800px;
	background-color:#F86666;	
}

td.left {
	width:45%;
}

td.right {
	width:45%;
}


td.left_menu {
	width:260px;
	text-align:center;
	padding-top:25px;
	padding-left:15px;
	padding-right:15px;
}

#left_menu_items {
	width:100%;
	text-align:center;
}

#left_menu_items td {
	padding-bottom:40px;
}

#left_menu_items a:hover {

}
	
td.main {
	width:510px;
	padding-top:45px;
	height:100%;
	/* border:solid 1px red; */
}

div.main {
	height:100%;
	background-image:url("images/sheet.gif");
	background-repeat: repeat-y;

}

#content {
	padding-left:20px;
	padding-right:40px;
}
	
img.flower_left {
	float:left;
	margin-right:10px;
}

img.flower_right {
	float:right;
	margin-left:10px;
}

#verhalen {
	text-align:center;
	width:100%;
}

#verhalen a {
	text-decoration:none;
	color:blue;
}

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