html,body
{
	min-height: 100%;
}
body
{
	margin: 0;
	background: #000000 URL(images/body_bg.jpg) bottom left no-repeat fixed;
	height: 100%;
	font: 13px Trebuchet MS;
	color: #ffffff;
}
*
{
	margin: 0;
	padding: 0;
}
a
{
	color: #ffffff;
}
a:hover
{
	text-decoration: none;
}
p
{
	padding: 10px 0 10px 0;
}
h2
{
	font: 24px Arial;
}
h3
{
	padding: 30px 0 0 0;
	font: 24px Arial;
}
.clear
{
	clear: both;
}
	#container
	{
		margin: 84px auto 0 auto;
		width: 900px;
		background: URL(images/content_bg.png) top left repeat-y;
	}
		#header
		{
			background: URL(images/header_bg.png) top left no-repeat;
			width: 900px;
			height: 207px;
		}
			#bollen
			{
				position: absolute;
				height: 343px;
				width: 537px;
				background: URL(images/bollen2.png) top left no-repeat;
				margin: -84px 0 0 536px;
			}
			h1
			{
				position: absolute;
				width: 200px;
				text-indent: -9999px;
			}
			#menu
			{
				list-style-type: none;
				margin: 149px 0 0 0;
				padding: 0;
				position: absolute;
			}
				#menu li
				{
					background: URL(images/mnu_seperator.png) top right no-repeat;
					float: left;
					padding: 0 2px 0 0;
				}
				#menu li a
				{
					display: inline-block;
					height: 40px;
					padding: 17px 18px 0 20px;
					font: 18px Arial;
					color: #ffffff;
					text-decoration: none;
				}
				#menu li a:hover
				{
					text-decoration: underline;
				}
		#sidebar_content
		{
			width: 546px;
			padding: 30px 0 0 20px;
			float: left;
		}
		#content
		{
			width: 836px;
			padding: 30px 0 0 20px;
		}
		#sidebar
		{
			width: 290px;
			padding: 0 0 0 30px;
			float: left;
			background: URL(images/seperator_1.png) top left no-repeat;
			height: 360px;
		}
			.seperator
			{
				background: URL(images/seperator_2.png) top left no-repeat;
				width: 318px;
				height: 41px;
				position: absolute;
				margin: 10px 0 0 -30px;
			}
			.titel
			{
				font: bold italic 13px Trebuchet MS;
				color: #ffffff;
			}
			#telefoon
			{
				display: block;
				height: 41px;
				background: URL(images/phone.png) top right no-repeat;
				padding: 25px 0 0 0;
				font-size: 20px;
			}
	#footer
	{
		background: URL(images/footer_bg.png) top left no-repeat;
		height: 20px;
		width: 900px;
		margin: 0 auto;
		padding: 15px 0 0 0;
		font: 11px Trebuchet MS;
		color: #323232;
	}
		#footer a
		{
			color: #323232;
		}