@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background:#201e23;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	overflow:hidden;
}

img, div { behavior: url(/iepngfix.htc) }

/* styles for IE 5 Mac */
#container {
	width:1100px;
	height:680px;
	position:relative;
	background:url(../img/wolk.jpg) top right no-repeat ;
}


/* commented backslash hack  - invisible to IE 5 \*/
#container {
	position:absolute;
	margin:-340px 0 0 -550px; /* 1st = 0.5 x height / 2nd = 0.5 x width */
	left:50%;
	top:50%;
}
/* end hack */

#html_content {
	background:url(../img/bloei-background.gif) top left no-repeat;
	position:absolute;
	width:970px;
	height:550px;
	left:65px;
	top:90px;
}

#content {
	position:absolute;
	width:990px;
	height:570px;
	left:65px;
	top:90px;
}

#bloei-tekst{
	position:absolute;
	height:310px;
	width:440px;
	overflow:auto;
	top:155px;
	left:25px;
	padding-right:20px;
}

#foto{
	position:absolute;
	height:485px;
	width:470px;
	overflow:none;	
	top:0px;
	left:500px;
}

#transparant{
	position:absolute;
	height:485px;
	width:470px;
	overflow:none;	
	top:0px;
	left:0px;
}

#gallery-tekst{
	position:absolute;
	height:325px;
	width:240px;
	top:160px;
	left:25px;
	overflow:auto;
}

#gallery-weergave{
	position:absolute;
	height:445px;
	width:685px;
	top:10px;
	left:265px;
	overflow:auto;
	padding:10px;
}

#menu{
	position:absolute;
	top:493px;
	left:20px;
	height:20px;
	width:840px;
	color:#000000;
}

#questo{
	position:absolute;
	top:530px;
	left:950px;
	width:20px;
	height:20px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;;
}

h2{
	font-size:14px;
}

object,a,:-moz-any-link:focus {
  outline: none;
}
