/* Test style sheet */

body {
	margin-top: 20px;
	background-image: url('../img/bg/wilg.png');
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
	font-size: 100%;
}

#logo {
	float:right;
	padding-right: 20px;
	width:150px;
}

#container {
    background-color: #ffffff;
    width: 720px;
	height: auto;
	margin-left: auto;
    margin-right: auto;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 70px;
	overflow-x: hidden;
	border:1px solid #aaa8aa;
}

#header{
	position: absolute;
	height: 49px;
	width: 720px;
	top: 45px;
	text-align: left;
	z-index: 1;
}

#main{
	color: #3d3d3d;
	background-color: #ffffff;
	margin-top: 80px;
	margin-bottom: 0px;
	font: 100% Verdana;
	font-size: 1em;
	text-align: left;
}

/*this makes a paragraph of class main, be justified. It works in the div "container" but it does not work in the div "main"*/
p.maintext{
	text-align: justify;
}

#collection_viewer{
	position: relative;
	top: 10px;
	left: 0px;
	width: 710px;
	z-index: 0;
}

#urn_figure{
	color: #3d3d3d;
	background-color: white;
	font: 120% Verdana;
	text-align: center;
	position: relative;
	left: 75px;
	width: 80%;
	height: auto;
}

#achtergrond_container{
	height: 500px;
	width: 720px;
	position: relative;
}

#achtergrond_text{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	margin-left: 160px;
	margin-right: 160px;
	text-align: justify;
	font: 100% Verdana;
}

#achtergrond_foto{
	position: absolute;
	top: 270px;
	left: 470px;
	width: 200px;
}

#home_weide{
	position: relative;
	top: 0px;
	left: 120px;
	border: 0px solid #aaa8aa;
	width: 450px;
	margin: auto;
    padding: 10px;
}

#footer{
	position: absolute;
	height: 25px;
	width: 720px;
}

#footer p {
	font-size: 10px;
	color: #aaa8aa;	
	font-family: Book Antiqua;
}

#form {
	font-size: 12px;	
}

#menu_wrap{
	position:relative;
	top: 0px;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	padding-right:0px;
	width:auto;
	height:49px;
	list-style-type:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
	box-shadow:0 1px 3px rgba(0,0,0,.2);
	}

#collection_menu{	
	position: absolute;
	height: 49px;
	width: 720px;
	top: 160px;
	text-align: left;
}
	
.select{
	cursor:pointer;
	text-align:center;
	font:18px/100% Book Antiqua;
	font-weight:normal;
	position:relative;
	min-width:50px;
	height:20px;
	float:left;
	padding:10px;
	padding-top:14.5px;
	padding-bottom:14.5px;
	text-decoration:none;
	text-shadow:0 0px 0px rgba(200, 2, 2, 0.3);
}
.myMenu,.myMenu .select{
	color: #333333;
	background: #aaa8aa;
	border-right:1px solid #aaa8aa;
	background: #aaa8aa;
	border: none;
	}
.myMenu .select:hover,.myMenu .button a:focus{
	background: #7B8F40;
	}
.myMenu .select:active{
	background: #B0CC5B;
	}

.button a{
	cursor:pointer;
	text-align:center;
	font:18px/100% Book Antiqua;
	font-weight:normal;
	position:relative;
	min-width:50px;
	height:20px;
	float:left;
	padding:10px;
	padding-top:14.5px;
	padding-bottom:14.5px;
	text-decoration:none;
	text-shadow:0 0px 0px rgba(0,0,0,.3);
	}

.button:first-child a{
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-topleft-radius:0px;
	-moz-border-bottomleft-radius:0px;
	border-top-left-radius:0;
	border-bottom-left-radius:0px;
	}
	
.myMenu,.myMenu .button a{
	color: #333333;
	background: #aaa8aa;
	border-right:1px solid #aaa8aa;
	background: #aaa8aa;
	}

.myMenu .button a:hover,.myMenu .button a:focus{
	background: #7B8F40;
	}
	
.myMenu .button a:active{
	background: #B0CC5B;
	}
	
.button:last-child a{
	float:left;
	border:none;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius:0px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	}
