#head {
	background: transparent;
	z-index: 10;
	position: relative;
}
#InsideFun0 {
	display: block;
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 150px;
	background: #ccc;
	z-index: 0;
}
#InsideFun1 {
	display: block;
	position: absolute;
	left: 0; top: 0;
	width: 800px; height: 150px;
	background: #fd0;
	z-index: 5;
}

.buttons {
	display: none;
}
#SearchContainer {
	display: none;
}
#SiteNavigation {
	display: none;
}
.section {
	display: none;
}

#leftside {
	position: absolute;
	top: 160; left: 210px;
	width: 700px;
	height: 590px;
	background: white url(http://images.thehagueomc.com/imagebank/flex/image/random_big/denhaag/site/login?x=1) no-repeat 10px 10px;
	padding: 0;
}

#SiteContentContainer {
	position: relative;
	left: 0; top: 0;
	width: 190px; height: 560px;
	background: #077;
	margin: 0;
	padding: 10px;
	color: white;
}
#SiteContentContainer a {
	color: white;
	text-decoration: underline;
}
.content {
	height: auto;
	overflow: hidden;
}
#userform_login, #userform_password {
	width: 120px;
}

.warning {
	width: 170px;
	position: absolute;
	left: 10px;
	top: 200px;
	color: white;
	background-color: #800;
}
p.warning {
	padding: 10px;
}

#LoginRegister {
	position: absolute;
	left: 10px;
	top: 120px;
}

#SiteFooter {
	padding-left: 220px;
}

/* comments from Den Haag */
#SiteContentContainer {
	text-transform: lowercase;
}

.block {
	width: 200px;
}


