/** informatie message **/
#backgroundOverlay
{
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
}
#venster
{
	position: fixed;
	width: 620px;
	/*padding: 30px 30px 10px 30px;
	border: 2px solid #b4151a ;*/
	background: #f9f8f8;
	z-index: 101;
	left: 50%;
	margin: 0px 0px 0px -340px;
}
	#venster_balk
	{
		position: absolute;
		top: 0px;
		left: 0px;
		background: url(../images/menu_background.jpg) repeat-x;
		padding: 6px 25px;
		width: 630px;
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
	}
		#venster_balk a
		{	
			float: right;
			cursor: pointer;
			color: #FFF;
		}
	#venster_titel
	{
		float: left;	
	}
	#venster_content
	{
		float: left;
		min-height: 100px;
	}
	#venster_content .billy
	{
		position: absolute;	
		height: 139px;
		width: 97px;
		float: left;
		z-index: 20;
		margin-top: -120px;
		margin-left: 326px;
		bottom: 0px;
		top: auto;
		left: 50%;
		background: url(../images/billy.png) no-repeat;
	}
	#venster_content .button, .button
	{
		padding: 6px 30px; 
		background: url(../images/button.png) bottom repeat-x;
		border: 2px solid #B30810;
		position: relative;
		float: left;
		color: #FFF;
		font-weight: bold;
		margin-right: 10px;
		cursor: pointer;
	}
		#venster_content .button:hover, .button:hover
		{
			background: url(../images/button.png) top repeat-x;
		}