* {
	margin:0;
	padding:0;
	outline:0;
}

body {
	background-color:#770f16;
	background-image:url(bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family: "Lucida Sans", Verdana, Helvetica, sans-serif;
}

#container {
	width:810px;
	background-image:url(inhoud-bg.jpg);
	margin:auto;
}

#tb {
	background-image:url(top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:810px;
}

html > body #tb {
	min-height:768px;
	height:100%;
}

#navigatie {
	margin: 320px 0 0 20px;
	width:170px;
	height:450px;
	float:left;
}

#navigatie ul {
	list-style-type: none;
}

#navigatie ul li {
	margin: 10px 0 0 0; 
}

#navigatie a {
	text-transform:uppercase;
	font-size:10pt;
	color: #FDDEE9;
	text-decoration: none;
}

#navigatie a:hover {
	color: #000;
	text-decoration: underline;
}

#inhoud {
	margin: 310px 35px 0 0;
	width:500px;
	float:right;
	padding:10px;
	font-size:10pt;
	color:#000;
}

#inhoud p.title {
	font-size:12pt;
	color:#770f16;
	font-weight:bold;
}

#foot {
	width:770px;
	height:60px;
	background-image:url(foot.jpg);
	font-size:8pt;
	text-align:right;
	margin:auto;
	padding: 0 20px;
}

#proxi{
	background-image: url(proximedia.jpg);
	height:15px;
	width:93px;
	float:left;
}