@charset "utf-8";

/************************************************************/
/*															*/
/*		Global Stylesheet voor Bureau Blik					*/
/*		Door: illutic WebDesign - www.illutic.nl			*/
/*		Datum: 16 september 2008							*/
/*															*/
/************************************************************/

body, html {
	direction: ltr;
	margin: 0;
	padding: 0;
	background-color: #ff9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
}
body { font-size: 1em; }

#container p { margin: 20px 0 0; padding: 0; }
#container #leftSide #contact p { margin: 0 0 10px; padding: 0; display: block; height: 1em; }

img { border: 0; }

a { color: #ff9933; text-decoration: none }
a:hover { text-decoration: underline; }

/*************************************************************/
/*		CONTAINERS											 */
/*************************************************************/
#container {
	width: 870px;
	height: 712px;
	margin: 40px auto 0;
	display: block;
	clear: both;
}

/* LEFTSIDE */
#container #leftSide {
	width: 300px;
	display: block;
	float: left;
	clear: left;
}
#container #leftSide #contact {
	width: 300px;
	height: 300px;
	display: block;
	clear: both;
	background: url('../img/bg-contact.gif') 0 0 no-repeat;
}
	#container #leftSide #contact h2 {
		width: 196px;
		height: 92px;
		display: block;
		float: right;
		margin: 20px 40px 0 0;
		background: url('../img/logo.gif') 0 0 no-repeat;
		text-indent: -9999px;
		font-size: 0;
		color: #fff;
	}
		#container #leftSide #contact #gegevens {
			width: 123px;
			margin: 20px 0 0 64px;
			display: block;
			float: left;
			color: #003366;
			text-align: right;
			font-size: .9em;
		}
		#container #leftSide #contact #afkortingen {
			width: 67px;
			margin: 20px 40px 0 0;
			display: block;
			float: right;
			color: #ff9933;
			font-size: .9em;
		}

#container #leftSide .fillerBlock {
	width: 253px;
	height: 253px;
	margin: 47px 0 20px;
	display: block;
	float: right;
	clear: both;
	background: url('../img/bg-fillerLeft.gif') 0 0 no-repeat;
}

/* RIGHTSIDE */
#container #rightSide {
	width: 551px;
	display: block;
	float: right;
	clear: right;
}
#container #rightSide #content {
	width: 551px;
	height: 551px;
	display: block;
	float: left;
	clear: both;
	background: url('../img/bg-content.gif') 0 0 no-repeat;
}
	#container #rightSide #content h1 {
		font-size: 1.6em;
		font-weight: bold;
		color: #ff9933;
		text-align: center;
		margin: 93px 40px 0;
	}
	#container #rightSide #content #page {
		width: 405px;
		height: 320px;
		margin: 30px 48px;
		padding: 0 20px;
		display: block;
		overflow: auto;
		font-size: 1.1em;
		line-height: 1.4em;
	}

#container #rightSide .fillerBlock {
	margin: 20px 0;
	width: 143px;
	height: 143px;
	display: block;
	float: left;
	clear: both;
	background: url('../img/bg-fillerRight.gif') 0 0 no-repeat;
}