	/* Totaal */
body{
	margin:				0;
	padding:			0;
	font-family:		'Trebuchet MS';
	font-size:			12px;
	background:			url("../img/bg.png") left 250px repeat-x fixed #474546;
	}
	
a{
	color:				#ed5200;
	text-decoration:	none;
	}
	
a:hover{
	text-decoration:	underline;
	}
	
ul{
	list-style-image: 	url("../img/list_image_fox.png");
	}

.container{
	width:				900px;
	min-height:			600px;
	background:			url("../img/bg-container.png");
	margin:				0px auto;
	margin-top:			20px;
	}
	
	/* Header */
.header{
	margin:				0 auto;
	padding:			0;
	width:				890px;
	height:				200px;
	background:			url('../img/header.jpg') no-repeat;
	border-bottom:		4px solid black;
	}


.content{
	width:				894px;
	/*	background:			url('../img/bg_txt.png') bottom right no-repeat;*/
	}
	
	/* Links - menu */
.menu{
	margin-top:			5px;
	margin-left:		30px;			/* left 75 width 150 */
	min-height:			300px;
	width:				200px;
	float:				left;
	}
	
.menu ul{
	/*margin-left:		-15px;*/
	margin-top:			20px;
	}
	
.menu ul ul{
	margin-left:		-23px;
	margin-top:			0px;
	list-style:			none;
	}
	
.menu ul ul li{
	font-size:			10px;
	list-style-image: 	url("../img/list_image_small_fox.png");
	}
	
.menu ul li{
	margin-top:			5px;
	}

.menu ul li a{
	font-size:			14px; 
	text-decoration:	none;
	color:				black;
	}
	
.menu ul li a:hover{
	text-decoration:	underline;
	color:				#ed5200;
	}
	
.menu ul li a.sel{
	font-size:			14px;
	color:				#ed5200;
	}
	
.klantbeoordeling{
	/*margin-top:			41px;*/
	margin-top:			141px;
	font-size:			10px;
	}
	
.klantbeoordeling h3{
	width:				185px;
	border-bottom:		1px solid #cc7321;
	height:				18px;
	}
	
.klantbeoordeling table .graph{
	width:				115px;
	}

.klantbeoordeling table .graph img{
	margin-left:		-1px;
	}	
	
	/* Rechts - content */
.right{
	width:				650px;
	min-height:			425px;
	float:				left;
	padding-bottom:		20px;
	border-left:		1px solid #cc7321;
	
		/* border raakt niet de zwarte lijnen */
	margin-bottom:		10px;
	margin-top:			10px;
	}
	
.txt{
	margin-left:		20px;
	margin-right:		10px;
	margin-top:			10px;
	}
	
h1{
	font-size:			25px;
	margin-top:			-5px;		/* uitlijning met menu */
	}
	
h2{
	clear:				both;
	font-size:			16px;
	font-weight:		bold;
	margin-bottom:		2px;
	}
	
/* WELKOM */
.prijs{
	width:				476px;	
	}
	
.prijs th{
	font-weight:		bold;
	text-align:			left;
	border-bottom:		1px solid #cc7321;
	}
	
.oranje{
	color:				#ed5200;
	}
	
.oranje br{
	line-height:		0.1em;
	}
	
/* PORTFOLIO */
.portfolio_table{
	text-align:			center;
	margin-left:		0;
	width:				650px;
	border-collapse:	collapse;
	}
	
.portfolio_item{
	width:				311px;								/*	width:				201px;*/
	height:				220px;								/*	height:				150px;*/
	float:				left;
	margin-bottom:		20px;
	margin-right:		5px;
	border:				1px solid #ed5200;
	}
	
.foto{
	height:				175px;								/*	112px;	*/
	border-bottom:		1px solid #ed5200;
	}
	
.foto a img{
	width:				310px;								/*	200px;	*/
	border:				0;
	}
	
.foto .oranje{
	font-size:			16px;
	}
	
.foto hr{
	color:				#ed5200;
	}
	
.beschrijving{
	margin-left:		10px;
	margin-right:		10px;
	font-size:			13px;
	}
		
.thumbs{
	width:				100%;
	height:				35px;
	text-align:			left;
	}
	
.thumbs img{
	width:				47px;
	height:				30px;
	margin-left:		5px;
	margin-top:			5px;
	border:				1px solid black;
	}
	
.port_info{
	float:				right;
	border:				0;
	margin-top:			-25px;
	}
	
.deel_portfolio{
	clear:				both;
	font-size:			11px;
	float:				right;
	}

	
/* Contact */
.pasfoto{
	float: 				right;
	margin-top:			8px;
	margin-right:		25px;
	border:				1px solid white;
	}
	
	
	/* Bottom - copyright */
.bottom{
	width:				900px;
	margin:				0 auto;
	clear:				both;
	height:				30px;
	font-size:			11px;
	}
	
.footer{
	margin:				0 4.5px;
	border-top:			4px solid black;
	width:				890px;
	height:				30px;
	padding-top:		4px;
	}
	
.bottom .copyright{
	margin-left:		42px;
	width:				150px;
	float:				left;
	}

.bottom .rechtspraak{
	margin-left:		58px;
	float:				left;
	font-size:			9px;
	}
	
.bottom .rechtspraak a{
	color:				black;
	}
	
.bottom .w3c{
	margin-left:		38px;
	float:				left;
	text-align:			center;
	}
	
.bottom .rechts{
	float:				right;
	margin-right:		25px;
	}