
body {
	margin:				0;
	padding:			0;
	background:			#512e30 url('../img/back.gif') top left repeat-x;	
}

table, td {
	margin:				0;
	padding:			0;	
}

/* front page */

	#front_wrapper {
		position: 			absolute;
		top: 				50%;
		left: 				50%;
		margin:				-315px 0 0 -320px;
		width: 				640px;
		height: 			630px;
		background:			#ffffff;
	}

	#front_wrapper table {
		margin:				0;
		padding:			10px;
		border:				0;
		text-align:			center;
	}

	#front_wrapper #ezelsoor {
		position: 			absolute;
		top: 				50%;
		left: 				50%;
		margin:				155px 0 0 200px;
		width: 				120px;
		height: 			160px;
	}

/* website */

	#wrapper {
		position: 			absolute;
		top: 				50%;
		left: 				50%;
		margin:				-315px 0 0 -460px;
		width: 				920px;
		height: 			630px;
		background:			#ffffff;
	}
	
	#wrapper #detailfoto {
		width:				280px;
		height:				610px;
		margin:				10px;
	}

	#wrapper #content {
		z-index:			100;
		position: 			absolute;
		top: 				50%;
		left: 				50%;
		margin:				-195px 0 0 -125px;
		width:				520px;
		height:				455px;
		/*background:			#999999;*/
	}

	#wrapper #navigation {
		position: 			absolute;
		top: 				50%;
		left: 				50%;
		margin:				-305px 0 0 -125px;
	}
	#wrapper #navigation ul {
		list-style-type:	none;
		margin:				0;
		padding:			0;
	}
	#wrapper #navigation li {
		height:				80px;
		float:				left;
		border-left:		1px solid #512e30;
		padding-left:		10px;
		padding-right:		20px;
	}

	#wrapper #logo {
		position: 			absolute;
		top: 				50%;
		left: 				50%;
		margin:				-295px 0 0 266px;
		width:				174px;
		height:				61px;
		background:			url('../img/logo.gif') top left no-repeat;	
	}

	#wrapper #fotoreportages {
		z-index:			100;
		position: 			absolute;
		top: 				50%;
		left: 				50%;
		margin:				171px 0 0 146px;
		width: 				347px;
		height: 			175px;
	}
	
	#wrapper #content #scrollable {
		height:				400px;
		overflow:			hidden;
		overflow-y:			auto;
		
	}

	img {
		border:				0;
	}

	p, td, ul {
		font-family:		Tahoma;
		font-size:			13px;
		color:				#512e30;
		line-height:		19px;
	}
	
	a {
		color:				#b00306;
	}

	.error {
		font-weight:		bold;
		color:				#ff0000;
	}

