body{
	font:12px/18px Helvetica,Arial,Verdana;
}

p{
	margin:0;
	padding:0;
}

a{
	color:#e32238;
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size:16px;
	color:#7ea1b5;
	padding:0 0 10px 0;
	margin:0;
}

h2{
	color:#7ea1b5;
	font-weight: normal;
	font-size:16px;
	margin:0;
}

h2 a{
	color:#7ea1b5;
}

h3{
	font-size:16px;
	color:black;
	margin:15px 0 5px 0;
	padding:0;
}

hr{
	border:0;
	border-top:1px solid #dbdbdb;
	margin:15px 0 15px 0;
}

label{
	display: block;
	color:#7ea1b5;
	margin:5px 0 2px 0;
}

input,textarea{
	border:1px solid #d7d7d7;
	background-color: white;
	padding:7px;
	font-size:12px;
}

.inputsmall{
	height:14px;
	width:175px;
}

input.inputlarge{
	height:14px;
	width:384px;
}

textarea.inputlarge{
	height:100px;
	width:384px;
}

.submit{
	float:right;
	margin-top:11px;
	cursor: pointer;
	padding:4px;
	color:#7ea1b5;
	outline:none;
}

.submit:hover{
	color:black;
}

/* DIVS */

#aside{
	float:left;
	width:200px;
	padding:348px 25px 25px 25px;
}

#container{
	position: relative;
	width:700px;
	margin:50px auto;
	padding:0 22px 0 46px;
}

#section{
	float:right;
	width:449px;
}

#tour{
	position:absolute;
	top:0;
	left:0;
	width:298px;
	height:374px;
}

#header{
	width:399px;
	background-color:#FAFAF8;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	padding:20px 25px 20px 25px;
}

#headerimg{
	position:absolute;
	top:52px;
	left:47px;
	width:250px;height:323px;overflow:hidden;
}
#flash{
	position: absolute;
	top:51px;
	left:47px;
	width:250px;
	height:323px;
}

#logo{
	position: absolute;
	width:75px;
	height:105px;
	margin-left:-38px;
	margin-top:10px;
}

#frame{
	width:700px;
	background: url(/images/border_bg.gif) repeat-y 250px 0px;
	border:1px solid #dbdbdb;
	-moz-box-shadow: 2px  2px 2px #ddd;
	-webkit-box-shadow: 2px 2px 2px #ddd;
	box-shadow: 2px 2px 2px #ddd;

}

#language{
	position: absolute;
	left:270px;
	top:21px;
}

#language a{
	display:block;
	width:28px;
	height:18px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#language a:hover{
	background-position: -28px 0;
}

#nav_top{
	position: relative;
	float:right;
	width:448px;
	height:51px
}

#nav_top .home{
	background:url(/images/btn_home.gif) no-repeat top left
}

#nav_top .login{
	background:url(/images/btn_login.gif) no-repeat top left
}

#nav_top ul{
	position: absolute;
	float:right;
	right:0;
	bottom:0;
	margin:0;
	padding:0;
	height:30px;
}

#nav_top ul li{
	float:left;
	margin-left:25px;
	list-style: none;
	line-height:25px;
}

#nav_top ul li a{
	display: block;
	color:#7ea1b5;
	padding-left:32px;
	font-size:14px;
	height:22px;
}

#nav_top ul li a:hover{
	text-decoration: none;
	color:#e32238;
}

#nav_about{
	width:448px;
	height:126px;
}

#nav_about ul{
	margin:0;
	padding-top:5px;
}

#nav_about ul li{
	float:left;
	list-style: none;
	padding:0;
	margin:0 0 0 18px;
}

#nav_about ul li a{
	position: relative;
	display:block;
	width:90px; height:105px;
}

#nav_about ul li a:hover{
	text-decoration: none;
}

#nav_about ul li a span{
	position: absolute;
	bottom:0;
	width:90px;
	text-align: center;
}

#nav_about .archeologie{
	background: url(/images/btn_archeologie.gif) no-repeat 0 top;
	color:#f48128;
}

#nav_about .archeologie:hover{
	background-position: -90px top;
}

#nav_about .kunst{
	background: url(/images/btn_kunst.gif) no-repeat 0 top;
	color:#00aedb;
}

#nav_about .kunst:hover{
	background-position: -90px top;
}

#nav_about .museumtuin{
	background: url(/images/btn_tuin.gif) no-repeat 0 top;
	color:#8dc142;
}

#nav_about .museumtuin:hover{
	background-position: -90px top;
}

#nav_about .geschiedenis{
	background: url(/images/btn_geschiedenis.gif) no-repeat 0 top;
	color:#693790;
}

#nav_about .geschiedenis:hover{
	background-position: -90px top;
}


#content{
	padding:25px;
}

#content img{
	padding:10px;
}

#footer{
	width:700px;
	padding-top:5px;
}

#copyright{
	float:left;
	color:#B3B3B3;
}

#credits{
	float:right;
	color:#B3B3B3;
}

#credits a{
	color:#808080;
}

/* CLASSES */

.data{
	color:#b3b3b3;
}

.magnify{
	position:absolute;bottom:3px;right:3px;width:15px;height:15px;background:url(/images/magnify.png) no-repeat;
}

.image_thumb{
	position: relative;
	margin-bottom:15px;
	overflow:hidden;
	width:92px;
	height:69px;	
}

#nav{
	position: absolute;
	top:0;
	width:700px;
	left:50%;
	margin-left:-338px;
	z-index:89;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-box-shadow: 2px  2px 2px #ddd;
	-webkit-box-shadow: 2px 2px 2px #ddd;
	box-shadow: 2px 2px 2px #ddd;

}
ul.topnav {
	list-style: none;
	padding:0 0 0 5px;
	margin: 0;
	float:left;
}
ul.topnav li {
	float: left;
	margin: 0 18px 0 0;
	padding: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	list-style:none;
}
ul.topnav li a, ul.topnav li span{
	padding: 5px;
	color:white;
	display: block;
	text-decoration: none;
	float: left;
	font-weight:bold;
}
ul.topnav li a:hover{
	color:#690c00;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 29px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-box-shadow: 2px  2px 2px #ddd;
	-webkit-box-shadow: 2px 2px 2px #ddd;
	box-shadow: 2px 2px 2px #ddd;
}

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	border-bottom:1px solid white;
}

ul.topnav li ul.subnav li:last-child{
	border-bottom:0;
}

html ul.topnav li ul.subnav li a {
	float: left;
	padding-left: 20px;
	font-weight:normal;
	font-style: italic;
	width:150px;
}
html ul.topnav li ul.subnav li a:last-child:hover { /*--Hover effect for subnav links--*/
}

.clear{
	clear:both;
}

.nomargin{
	margin:0;
}



