/*
	rood		rgb(173,76,71) 
	drood		rgb(65,50,25) 
	blauw		rgb(55,86,91)
*/
html {
	margin:0; padding: 0;
}
body {
	margin:0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: rgb(173,76,71);
	background: url(beeld/vosje.jpg) rgb(255,255,255);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgb(0,0,0);
	text-shadow: rgba(173,76,71,0.2) 0 1px 0;
}
#container {
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	top: 20px;
	background-position: center ;
	background-color: rgba(255,255,255,0.7);
	
	-webkit-box-shadow: 0px 5px 225px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 25px rgba(0,0,0,0.5);
	
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	-o-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	
}
.logo-img {
	margin-left: -76px;
}
#contentbox {
	position: relative;
	padding-top: 0px;
	margin-left: 20px;
	margin-right: 15px;
	line-height: 1.4em
}
ul.tabs {
	position: relative;
	list-style: none;
	padding: 0;
}
ul.tabs li {
	line-height: 2em;
	position: relative;
	float: left;
	width: 110px;
	margin-right: 5px;
	text-align: center;
}
ul.tabs li a {
	text-decoration: none;
	outline: none;
	display: block;
	padding: 0;
	color: rgb(173,76,71);
}
ul.tabs li.active  {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-o-border-top-left-radius: 0;
	border-top-left-radius: 0;

	background: rgba(173,76,71,0.3);
}
ul.tabs li a:hover {
	color: rgb(255,76,71);
}
.tab_container {
	position: relative;
	clear: left;
	overflow: hidden;
	margin-top: 10px;
}
.sitelist li {
	margin: 0;
	padding-left: 0.5em;
	list-style: none;
	list-style-image: url(beeld/site-list-img.png);
}
.sitelist li a,a:visited {
	text-decoration: none;
	color: rgb(173,76,71);
}
.sitelist li a:hover {
	background: none;
	color: rgb(255,76,71);
}
#naw a,a:visited {
	text-decoration: none;
	color: rgb(173,76,71);
}
#naw a:hover {
	background: none;
	color: rgb(255,76,71);
}
h6 {
	margin: 10px 0 0 0;
	padding: 0;
	border-bottom: 1px solid rgb(173,76,71);
}


