@charset "utf-8";
/* CSS Document */

body {
	background: #262F38 url(../assets/bg.jpg) repeat-x fixed center bottom;;
	text-align: center;
	height: 100%;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #C7C7C7;
}

#topstroke {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 100%;
	border-bottom: 2px solid #404F5E;
	z-index: -1;
}

#container {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 25px;	
	text-align: left;
	z-index: 2;
}

#header {
	height: 85px;	
	padding-top: 15px;
}


/*CONTENT*/
#content {
	margin-left: 40px;	
	clear: both;
	margin-top: 50px;
}
.leftblock {
	width: 400px;	
}
#content h1 {
	font-family: "Tekton Pro";
	color: #5A6F85;	
	font-size: 200%;
	margin-bottom: 10px;
}
#content h2 {
	font-family: "Tekton Pro";
	color: #5A6F85;
	font-size: 150%;
}
#content p {
	margin-left: 20px;	
	margin-bottom: 10px;
}
#content a {
	color: #5A6F85;		
}
#content img {
	border: 2px solid #5E5440;
}
#content ul {
	margin-left: 40px;
	list-style-type: disc;
	margin-bottom: 20px;
}


/*HOOFDMENU*/
#menu {
	height: 29px;
	width: 497px;
	margin-left: 425px;
	padding-left:25px;
	background: url(../assets/menu.png) no-repeat center center;
	text-align: center;
	font-size: 110%;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	width: 90px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	height: 24px;
}
#menu ul li a:hover {
	color: #C7C7C7;
}
.hoofdmenu {
	position: relative;
}	
.hiddenmenu {
	display: none;
	position: absolute;
	top: 29px;
	left: 10px;
	width: 123px;
	background: #404F5E;
	z-index: 3;
	font-size: 70%;
	padding-bottom: 5px;
}

.hiddenmenu li a {
	width: 112px !important;
	height: 15px !important;
	text-align: left !important;
	color: #C7C7C7 !important;
	
	margin: 0 6px;
	border-bottom: 1px solid #5A6F85;
}
.hiddenmenu li a:hover {
	color: #FFF !important;	
}
.adres {
	width: 250px;
	float: right;
}

/*BOTTOMMENU*/
#footmenu {
	position: fixed;
	_position: absolute;
	z-index: 3;
	bottom: 0;
	right: 50px;
	width: 174px;
	height: 45px;
	background: url(../assets/footmenu.png) no-repeat center center;
	text-align: center;
	padding-top: 5px;
}
#footinfo {
	padding-top: 4px;
	color: #E8EAEB;
	font-size: 90%;
}

/*FORMS:*/
form {
	margin-left:20px;	
}
input, textarea{
	width: 300px;
	border: 1px solid #5A6F85;
	background: #404F5E;
	color: #FFF;
}
textarea {
	width: 400px;
	height:150px;
}


/* FOTOALBUMS: */
.fotoalbum {
	
}
.album {
	width: 116px;
	height:160px;
	margin: 10px;
	float: left;
	background: url(../assets/albumbutton.png) no-repeat center center;
}
.albumfoto {
	text-align: center;	
	margin-top: 10px;
}
.albumfoto img{
	text-decoration: none !important;
	border: 0 !important;
}
.albumnaam {
	text-align: center;
	color: #FFF;
	font-weight: bold;
}



