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

* {
	margin:0px;
	padding:0px;
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #e0eaf7;
	text-align:center;
}
	
/* Tekst stijlen */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px 0px 15px 0px;
	line-height: 20px;
}

h1 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	color: #f38900;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #f38900;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #f38900;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1d4d8c;
	margin: 0px 0px 5px 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #1d4d8c;
	margin: 0px 0px 5px 0px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 5px 0px;
}

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

#footer a {
	color: #333333;
}

a:hover, #breadcrumbs a:hover, #footer a:hover {
	color: #1d4d8c;
}

/* Overige stijlen */

ul {
	margin: 0px 0px 15px 20px;
	line-height: 20px;
}

#content img, #contentbreed img  {
	margin: 0px 10px 0px 0px;
}

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

img {
	border: 0px;
}

/* DIV's */

#container1 {
	width: 920px;
	background-color: #FFFFFF;
	position: relative;
	margin:0px auto;
	text-align: left;
}


	#header {
		height: 300px;
		width: 920px;
		margin: 0px;
		padding: 0px;
		position: absolute;
		background-color: #FFFFFF;
		top: 0px;
		overflow: hidden;
	}
	
		#slogan {
			height: 55px;
			width: 325px;
			margin: 0px;
			padding: 0px;
			position: absolute;
			top: 150px;
			left: 80px;
		}
		
			#slogan h2 {
				color: #1d4d8c;
				font-weight: normal;
				font-size: 24px;
				text-transform: none;
			}
		
		#logo {
			height: 50px;
			width: 200px;
			margin: 0px;
			padding: 0px;
			position: absolute;
			top: 20px;
			left: 20px;
		}

	#taal {
		height: 50px;
		width: 500px;
		margin: 0px;
		padding: 0px;
		text-align: right;
		position: absolute;
		top: 10px;
		right: 16px;
	}

#container2 {
	width: 920px;
	background-color: #ffffff;
	position: absolute; 
	top:300px;
	padding: 40px 0px 20px 0px;
	border-top: 5px solid #f38900;
}

	#menu {
		width: 170px;
		background-color: #1d4d8c;
		float: left;
		padding: 15px;
		margin-left: 30px;
		_margin-left: 15px;
	}
		
	#content {
		width: 420px;
		float: left;
		margin-left: 20px;
		overflow: hidden;
	}

	#contentbreed {
		width: 620px;
		float: left;
		margin-left: 20px;
		overflow: hidden;
	}


	#rechts {
		width: 200px;
		float: right;
		margin-right: 30px;
		_margin-right: 15px;
		overflow: hidden;
	}
	
	#footer {
		height: 40px;
		width: 860px;
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		float: left;
		padding: 20px 30px 0px 30px;
		overflow: hidden;
	}
	
	#footer p, #footer a{
		color: #666666;
		font-size: 11px;
		font-style: italic;
		padding: 0px;
		margin: 0px;
	}
		
		#footerleft {
			width: 500px;
			float: left;
		}
		
		#footerright {
			width: 125px;
			height: 50px;
			float: right;
			background-image: url(images/OphuisEngineering.gif);
			margin-top:-10px;
		}

/* Menu level 1*/

#menu ul {	
	 display: inline;
	 position: relative;
   list-style-type: none;
}

#menu li {
   width: 170px;
 	 background-color: #1d4d8c;
   float: left;
   overflow: hidden;
}

#menu li a {
	color: #ffffff;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	line-height: 30px;
 	display: block;
 	width: 100%;
  height: 100%;
  border-top: 1px solid #ffffff;
}

#menu  .currentpage, #menu ul .currentpage {
	font-weight: bold;
	background-color: #f38900;
}


/* Menu level 2*/

#menu li ul {
	display: none;
  position: relative;
  list-style-type: none;
}

#menu li.currentpage ul, #menu  .activeparent ul {
	display: inline;
}

#menu li li {
   width: 170px;
   height: 22px;
   line-height: 22px;
   float: left;
   overflow: hidden;
   margin-bottom: 0px;
}

#menu li li a {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	line-height: 22px;
 	display: block;
	border: none;
 	width: 100%;
  height: 100%;
	padding-left: 15px;
}

#menu a {
	padding-left: 10px;
}


#menu li:hover a {
	font-weight: bold;
}

#menu li:hover li a {
	font-weight: normal;
}


#menu li li:hover a {
	font-weight: bold;
}



/* Album

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 {
padding: 0;
width: 200px;
margin: 0;
text-decoration: none;
line-height: normal;
list-style-type: none;
text-align: center;
float: left;
}

.thumb a {
display: block;
height: 120px; /* Thumbnail height */
width: 160px; /* Thumbnail width */
padding: 20px;
margin: 0px 0px 20px 0px;
background-color: #eeeeee;
border: 0px;
text-decoration: none;
}

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

#content li.thumb a, #contentbreed li.thumb a {
margin: 0px 20px 20px 0px;
padding: 10px;
}