@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
background: #dddddd;
text-align:center;
}

/* Tekst stijlen */

p {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000000;
padding: 0px 0px 10px 0px;
}

h1 {
font-size: 22px;
font-weight: bold;
text-transform: uppercase;
color: #dd0000;
padding: 0px 0px 10px 0px;
}

h2 {
font-size: 16px;
font-weight: bold;
color: #000000;
padding: 0px 0px 10px 0px;
}


h3, h4, h5, h6 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

a {
color: #eb0000;
text-decoration: underline;
}

a:hover {
color: #dd0000;
}

/* Overige stijlen */

ul {
margin-top: 0px;
}

img {
border: 0px;
}

#main img {
background-color: #eeeeee;
padding: 10px;
margin: 0px 10px;
}

#main  .picturelist img, #main  .albumlist img  {
background-color: none;
padding: 0px;
margin: 0px;
}


hr {
border: 0;
color: #000000;
height: 1px;
}

input, textarea  {
margin: 0px 0px 10px 10px;
}

/* DIV's */

#container1 {
width: 960px;
position: relative; 
top: 0px;
margin:0px auto;
text-align: left;
}
	
	#header {
	height: 353px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.png);
	background-color: #eeeeee;
	position: absolute;
	top: 0px;
	overflow: hidden;
	border-left: 10px solid #999999;
	border-right: 10px solid #999999;
	}
	
	#logo {
	height: 270px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 20px;
	left: 680px;
	text-align: center;
	}
	
		#logo h3 {
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		color: #000000;
		}

		
	#container2 {
	width: 960px;
	background-image: url(images/mainbg.png);
	background-color: #ffffff;
	position: absolute; 
	top: 353px;
	border-left: 10px solid #999999;
	border-right: 10px solid #999999;
	}
	
		#menu {	
		width: 160px;
		position: relative;
		float: left;
		left: 50px;
		overflow: hidden;
		text-transform: uppercase;
		}
		
		#main {
		min-height: 400px;
		width: 740px;
		position: relative;
		float: right;
		}
		
			#breadcrumbs {
			padding: 20px 20px 0px 20px;
			margin: 0px;
			overflow: hidden;
			}
			
				#breadcrumbs a {
				color: #000000;
				}
			
			#content {
			padding: 20px 30px;
			overflow: hidden;
			}
			
		#footer {
		height: 70px;
		width: 920px;
		background-image: url(images/footerbg.png);
		background-color: #aaaaaa;
		border-top: 3px solid #bbbbbb;
		text-align: right;
		clear: both;
		padding: 25px 20px 5px 20px;
		line-height: 20px;
		overflow: hidden;
		}
		
			#breadcrumbs a, #footer a {
			color: #000000;
			}
		
/* Menu level 1*/

#menu ul {	
display: inline; 
}

#menu li {
list-style-type: none;
width: 160px;
text-align: center;
float: left;
overflow: hidden;
border-bottom: 1px solid #999999;
}

#menu li a {
color: #333333;
font-weight: normal;
font-size: 12px;
text-decoration: none;
line-height: 25px;
display: block;
width: 100%;
height: 100%;
}

#menu li:hover, #menu li a:hover  {
background: #dd0000;
font-weight: bold;
color: #ffffff;
}

#menu li .menuactive  {
font-weight: bold;
}

/* Fotoalbum */

/* To change thumbnailsize: 
1. Change thumbnail width and height in "lib/filemanager/imagemanager/config.inc.php"
2. Change width and height at ".thumb a" below this */

.thumb {
width: 160px;
padding: 5px;
margin: 0;
text-decoration: none;
line-height: normal;
list-style-type: none;
text-align: center;
float: left;
}

.thumb a {
display: block;
height: 110px; /* Thumbnail height */
width: 140px; /* Thumbnail width */
overflow: hidden;
padding: 10px;
margin: 5px;
background-color: #eeeeee;
border: 0px;
text-decoration: none;
}

.thumb a:hover {
background-color: #dddddd;
}
