html,body {
	margin: 0px;
	height: 100%;
	font-family: arial;
	font-size: 8pt;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 949px;
	height: 100%;
	overflow: hidden;
}

#links {
	float: left;
	//display: inline-block;
	height: 100%;
	background: url("../img/main/verloop-links.gif") repeat-y;
	width: 24px;
	overflow: auto;
}

#rechts {
	float: right;
	//display: inline-block;
	height: 100%;
	background: url("../img/main/verloop-rechts.gif") repeat-y;
	width: 24px;
	overflow: auto;
}

#content {
	float: left;
	//display: inline-block;
	width: 901px;
	height: 100%;	
}

#header {
	height: 50px;
}

#header .search {
	z-index: 100;
	border-right: 1px solid white;
	color: white;
	display: none;
	width: 420px;
}

#header .beeldmerk {
	float: left;
	//display: inline-block;	
	width: 100px;
	height: 50px;
	border-right: 1px solid white;
	background: url("../img/main/beeldmerk.gif") no-repeat;
	z-index: 10;
}

#header .contact {
	float: left;
	//display: inline-block;
	width: 100px;
	height: 50px;
	background: url("../img/nav/contact_off.gif") no-repeat;
}

#header .logo {
	float: left;
	//display: inline-block;	
	width: 700px;
	height: 50px;
	background: url("../img/main/tspeelhuis-699.gif") no-repeat;
}

#menu {
	height: 135px;
	display: block;
}

#menu .items {
	//display: inline-block;
	float: left;
	margin: 0px;
	height: 135px;
	width: 200px;
	border-right: 1px solid white;
	background: #771020;
}

#menu .items img {
	width: 200px;
	border: 0px;
	border-bottom: 1px solid white;
}
#menu .fotos {
	//display: inline-block;
	float: left;	
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 699px;
	overflow: auto;
}

#sub_cat {
	padding-top: 50px;
}

#sub_cat li {
	color: white;
}

#sub_cat a {	
	color: white;
	LETTER-SPACING: 1px;
	TEXT-DECORATION: none;	
}

#sub_cat a:hover {
	LETTER-SPACING: 1px;
	TEXT-DECORATION: none;
}

#real_content {
	height: 100%;
	overflow: hidden;
}

#real_content .left {
	float: left;
	//display: inline;	
	background: #771020;
	width: 200px;
	height: 100%;
	border-right: 1px solid white;
}

#real_content .adress {
	padding-top: 20px;
	padding-left: 20px;
	letter-spacing: 1px;
	color: white;
}


#real_content .middle {
	float: left;
	//display: inline;	
	width: 426px;
	height: 100%;
	margin: 0px;
}

#real_content .right {
	float: left;
	//display: inline;	
	width: 273px;
	height: 100%; 
	border-right: 1px solid white;	
	background: url("../img/blok_grijs.png") repeat-y;
	background-position: 185px 60px;
}

.blokken {
	height: 100%;
	z-index: 100;
	float: right;
}

#content_frame {
	border: 0px;
	width: 425px;
	height: 70%;
}

iframe {
    border: 0px;
}