
/* altijd een scrollbar in firefox, anders springt de website */
html { overflow: -moz-scrollbars-vertical; } 

/* default page layout */
body 		{
  		min-width: 885px;
		margin:0px 0px; padding:0px;
		text-align:center;
		background-color:#D1D1CD;
		}

		a:link { text-decoration: none; color: #000000; }
		a:visited { text-decoration: none; color: #000000; }
		a:active { text-decoration: none; color: #; }		
		a:hover { text-decoration: none; color: #FFFFFF; }



#content 	{
		margin-left: auto;
  		margin-right: auto;
		margin-top:15px;
		width:885px; 
		height:561px;
		position: relative;
		text-align:left;
		}

#text		{width:600px;
		height:400px;
		left: 10px;
		position: absolute;
		font: 10px Arial, Verdana, Helvetica, sans-serif;
		}
	


#logo		{width:465px;
		height:240px;
		position: absolute;
		background-image: url(images/logo-opening.jpg);
		z-index: 1;
		}


#balkboven	{width:420px;
		height:240px;
		left: 465px;
		position: absolute;
		background-image: url(images/balkboven-opening.jpg);
		background-repeat: repeat-x;
		z-index: 1; 
		}

h1		{
		font-weight:bold;
		color:#000000;
		font: 14px Arial, Verdana, Helvetica, sans-serif;
		}


#balkmidden1 
		{width:885px;
		height:24px;
		position: absolute;
		top: 240px;
		background-color:#FFFFFF;
		font: 14px Arial, Verdana, Helvetica, sans-serif;
		font-style: italic;
		text-align: center;
		padding: 5px 0px 0px 0px;

		}

#balkmidden1 a:link,#balkmidden1 a:visited	
		{
		color: #000000;
		}

#balkmidden2 
		{width:885px;
		height:242px;
		position: absolute;
		top: 264px;
		background-image: url(images/rozestoeltjes.jpg);

		}

#balkonder	{width:885px;
		height:55px;
		position: absolute;
		top: 506px;
		background-image: url(images/balkonder.jpg);
		background-repeat: repeat-x;
		text-align: center;
		font: 20px Verdana, Arial, Helvetica, sans-serif;
		padding: 10px 0px 0px 0px;
		}

#actie		{width:190px;
		height:180px;
left: 630px;
		position: absolute;
		background-image: url(images/aktie.jpg);
		z-index: 2;
		}

#web74		{width:885px;
		position: absolute;
		top: 561px;
		text-align: right;
		font: 9px Verdana, Arial, Helvetica, sans-serif;
		padding: 8px 0px 0px 0px;
		}


