@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	font-size:12px;
	color: #8f725d;
}

#wrapper {
	width:945px;
	height:750px;
	position:relative;
	margin:50px auto 50px auto;
	padding:0;
}

#homecontent {
	width:945px;
	height:700px;
	background:url(../img_site/aduardsite-DEF.jpg) no-repeat;
	position:absolute;
	top:20px;
	left:0;
}
#homebtn a {
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:370px;
	display:block;
}
#homeaddress {
	position:absolute;
	top:580px;
	left:78px;
	width:200px;
	display:block;
	color:#8b161d;
	line-height:20px;
}
#homeaddress a:link {
	color: #8b161d;
}
#homeaddress a:visited {
	color: #8b161d;
}
#homeaddress a:hover {
	color: #8f725d;
}
#homenav {
	position:absolute;
	top:0;
	left:300px;
	width:645px;
	height:700px;
}

#mainmenu {
	width:945px;
	height:20px;
	color: #8f725d;
	font-size:12px;
	padding:0 0 0 340px;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}
#mainmenu a {
	margin:0;
}
#mainmenu a:link {
	color: #8f725d;
	text-decoration:none;
}
#mainmenu a:visited {
	color: #8f725d;
	text-decoration:none;
}
#mainmenu a:hover {
	color: #8b161d;
	text-decoration:none;
}

#footer {
	color: #8f725d;
	font-size:10px;
	padding:0 0 0 68px;
	position:absolute;
	top:722px;
	left:0;
}
#footer p {
	margin:0;
	padding:0;
}
#footer a {
	margin:0 0 0 10px;
	font-size:10px;
}
#footer a:link {
	color: #8f725d;
	text-decoration:none;
}
#footer a:visited {
	color: #8f725d;
	text-decoration:none;
}
#footer a:hover {
	color: #8b161d;
	text-decoration:none;
}

/* 
Project 7 menu adjusted by Digital Ink 2007 
*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#menu {
	width:600px;
	line-height:18px;
	font-style:normal;
	font-weight:normal;
	overflow:hidden;
	margin:91px 0 0 0;
	padding:0;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li {
	float: left;
	width: 152px;
	list-style:none;
}
#menu li ul, #menu ul li  {
	width: 152px;
	list-style:none;
}
#menu li ul {
	position: absolute;
	margin:0;
	display: none;
	background:transparent url(../img_site/hoverback.png) bottom;
	padding-bottom:10px;
	width:152px;
	list-style:none;
}
#menu li:hover a, #menu a:focus,
#menu a:active, #menu li.menuhover a {
	background-color:transparent;
	color: #8b161d;
}
#menu li:hover ul, #menu li.menuhover ul {
	display: block;
}
#menu li:hover ul a, #menu li.menuhover ul a {
	color: #8b161d;
	background-color: transparent;
}
#menu ul a:hover {
	background-color: transparent !important;
	color: #107ab7 !important;
}

/* code for rounded tabs */
#menu a.subsubmenu {
	display: block;
	width:100px;
	text-decoration: none;
	padding:0 0 0 20px;
	margin:0 0 0 25px;
	font-size:12px;
	line-height:18px;
	background:url(../img_site/homenav_sub.jpg) no-repeat 0 -18px;
}
#menu a:hover.subsubmenu {
	background:url(../img_site/homenav_sub.jpg) no-repeat 0 0;
}

/* main items menu */
#menu a.submenu {
	text-decoration: none;
	display:block;
	height:336px;
	font-size:15px;
	display: block;
	width:151px;
	margin:0 10px 0 0;
	padding:0 0 10px 0;
}
#menu a:link.submenu {
	color:#fff;
}
#menu a:visited.submenu {
	color:#fff;
}
/* End hide */
#menu a:hover.submenu {
	color: #fff;
}

div.menutitle {
	width:100px;
	padding:285px 0 0 30px;
	color:#fff;
}

/* new for aduard glasses */
#menu li.glass {
	display: block;
	width:151px;
	margin:0 10px 0;
	padding:0;
}

/* new for aduard glasses */
#menu a#overhetmuseum {
	background:url(../img_site/homenav1.jpg) no-repeat;
	background-position:0 0;
}
#menu a#bezoekersinformatie {
	background:url(../img_site/homenav2.jpg) no-repeat;
	background-position:0 0;
}
#menu a#exposities {
	background:url(../img_site/homenav3.jpg) no-repeat;
	background-position:0 0;
}
#menu a:hover#overhetmuseum {
	background:url(../img_site/homenav1.jpg) no-repeat;
	background-position:-151px 0;
}
#menu a:hover#bezoekersinformatie {
	background:url(../img_site/homenav2.jpg) no-repeat;
	background-position:-151px 0;
}
#menu a:hover#exposities {
	background:url(../img_site/homenav3.jpg) no-repeat;
	background-position:-151px 0;
}

