html {
	height:100%;
	overflow:auto;
	}
	
/*@font-face {
font-family:"Backslash";
src: url("/font/Backslash.ttf")
}*/

body {
	font-size:12px;
	height:100%;
	margin:0;
	font-family:Verdana;
	background:#B42D33;
	}

#container {
	position:relative;
	background:#FFF;
	border-left:1px solid #000;
	border-right:1px solid #000;
	min-height:100%;
	margin:0 auto;
	width:800px;
	}

#header {
	float:right;
	background:url(/images/logo.jpg) no-repeat 5px 5px;
	width:728px;
	padding:5px;
	height:130px;
	}
	
#headerlinks {
	position:absolute;
	right:5px;
	}

#main {
	float:left;
	width:695px;
	margin:0 0 30px 5px;
	}

#content {
	float:left;
	width:462px;
	padding:5px;
	background:#E1E1E1;
	height:440px;
	overflow:auto;
	}
	
#content ul {
	list-style:none;
	}
	
#content a, #content a:visited {
	text-decoration:none;
	color:#B42D33;
	font-weight:bold;
	}
	
#content a:hover {
	color:#0000FF;
	}
	
#fotos {
	text-align:center;
	}
	
#contenthome {
	background:#E1E1E1 url(/images/bghome.jpg) no-repeat;
	float:left;
	width:462px;
	padding:5px;
	height:440px;
	overflow:auto;
	}
	
#fotos img {
	margin:5px;
	border:1px solid white;
	}
	
h3 {
	margin-top:0;
	font-size:14px;
	color:#B42D33;
	font-weight:bold;
	}
	
.rood {
	color:#B42D33;
	font-weight:bold;
	}
	
#rechts {
	width:218px;
	float:right;
	}
	
#adv1 {
	padding:5px;
	background:url(/images/bgdiv1.jpg) repeat-x;
	width:208px;
	margin-bottom:5px;
	}
	
#adv1 a {
	text-decoration:none;
	color:#000;
	}
	
#adv1 a:hover {
	color:white;
	}
	
#adv2 {
	position:absolute;
	padding:5px;
	/*background:url(/images/bgdiv1.jpg) repeat-x;*/
	width:240px;
	top:74px;
	right:5px;
	font-weight:bold;
	text-align:right;
	}
	
* html #adv2 {
	font-weight:normal;
	}
	
#copyright {
	padding:10px 5px 0 5px;
	width:208px;
	margin-bottom:5px;
	text-align:center;
	font-size:9px;
	}
	
#copyright a {
	color:#000;
	text-decoration:none;
	}
	
#copyright a:hover {
	color:#CCC;
	}
	
#foto {
	padding:5px;
	background:url(/images/bgdiv1.jpg) repeat-x;
	width:208px;
	}

#nav {
	float:left;
	background:#333366;
	padding:0;
	width:95px;
	color:#FFF;
	}

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}

#nav ul li {
	border:1px solid #999;
	margin:2px;
	line-height:20px;
	}

#nav ul li a {
	color:#999;
	display:block;
	padding:5px;
	text-decoration:none;
	} 
	  
#nav ul li a:hover {
	border-left:5px solid #FFFF33;
	color:#FFF;
	}
	
#prijzen td {
	width:120px;
	}
	
#prijzen th {
	text-align:left;
	}
	
tr {
	vertical-align:top;
	}
		
.clear {
	clear:both;
	}

#footer {
	position:absolute;
	bottom:5px;
	background:#B42D33;
	width:700px;
	height:17px;
	padding-top:3px;
	right:5px;
	text-align:center;
	color:#FFF;
	}

#footer ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	}

#footer li {
	display:inline;
	padding:0 10px;
	}
	
#footer a {
	color:#FFF;
	text-decoration:none;
	}

#footer a:hover {
	color:#000;
	}
