/* General */
body {
	margin:0;
	padding:55px 0px 50px 0px;
	font-family:Arial;
	color:#787878;
}

a { outline: none; }
a img { border:none; }
div.clear { clear:both; }
ul, li, fieldset { margin:0; padding:0; }
fieldset { border:none; }
div.hr { 
	clear:both;
	height:30px; 
	background:white url(img/hr.png) top repeat-x; 
}

/* Container */
#container {
	position:relative;
	width:820px;
	margin:0 auto;
	background:url(img/bruid.png) 80px 60px no-repeat;
}

/* Title */
h1 {
	position:absolute;
	right:0;
	top:20px;
	width:106px;
	height:21px;
	background-image:url(img/titel.png);
}
html > body h1 { top:0; }
h1 span { display:none; }

/* Info */
#info {
	float:right;
	width:400px;
	font-size:13px;
	padding:145px 0 20px 0;
	background:url(img/derksvideo.png) right 41px no-repeat;
}

#info p {
	margin:4px 0;
	padding:16px 0;
	text-align:justify;
}

/* Menu */
#menu {
	clear:both;
	float:left;
	width:210px;
}

#menu ul { 
	list-style:none; 
	color:#666666; 
	font-weight:bold; 
	font-size:12px;
}
#menu li { padding:2px 0; }
#menu li a {
	color:#666666;
	text-decoration:none;
	display:block;
	height:19px;
	padding:5px 5px 0 16px;
	background:#FFF2FA url(img/menu-background.png) left no-repeat;
}
#menu li a:hover, #menu li.active a, #menu ul:hover li a:hover  { background-color:#FFEAF8; }
#menu ul:hover a, #menu ul.hover a { background-color:#FFF2FA; }

#menu p { padding:0 7px; margin:10px 0 6px; }

#menu address {
	padding:0 7px;
	font-size:13px;
	font-style:normal;
}

#menu p.foto { text-align:center; }

/* Contact */
#menu p.contact { font-size:11px; color:#BBBBBB; margin-bottom:1px; }
#menu p.contact a { color:#BBBBBB; text-decoration:none; }
#menu p.contact a:hover { text-decoration:underline; }

/* Main */
#main {
	float:left;
	width:485px;
	margin-left:23px;
}
#main h2 { margin:0; font-size:15px; }
#main p { 
	font-size:11px; 
	margin:2px 0 10px;
	line-height:1.7;
}
#main a {
	color:#787878;
	text-decoration:none;
}
#main a:hover { text-decoration:underline; }

/* Copyright */
p#copyright {
	margin:0px;
	color:#CCCCCC;
	font-size:11px;
}
p#copyright a {
	color:#CCCCCC; 
	text-decoration:none;
}
p#copyright a:hover {
	text-decoration:underline;
}
