@charset "utf-8";

/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	font-size:90%;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	background-position: top;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
}

img {
	border: 0;
}


#container {
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
	height: 100%;
	height: auto;
	overflow: hidden;
}

#header1 {
	margin: 0 0 0 10px;
	height: 64px;
	line-height: 64px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
}

#header2 {
	position: relative;
	width: 1000px;
	height: 229px;
	margin: 0 0 1px 0;
}

#header2links {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 229px;
	z-index: 3600;
}

#header2rechts {
	position: absolute;
	top: 0;
	left: 501px;
	width: 490px;
	height: 229px;
	z-index: 3500;
}

#header2rechts img {
	float: right;
	margin: 176px 20px 0 0;
}

#header2links ul {
	list-style-type: none;
	float: left;
}

#header2links li {
	float: left;
	width: 140px;
	height: 140px;
    margin: 12px 20px 0 0;
}

#header2links li a{
	position: absolute;
	margin-top: 45px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 100px;
}


#topmenu {
	height: 30px;
	width: 1000px;
	background-color: #BBA980;
}


#topmenu ul{
	font-family: Calibri, Arial, "Berlin Sans FB";
		font-size:17px;
		font-weight:bold;
		color:#ffffff;
		list-style:none;
		margin: 0;
		padding: 0;
		}

#topmenu ul li{
		display:block;
		position:relative;
		float:left;
		line-height: 30px;
		background-color:#BBA980;
}

#topmenu li ul{
		display:none;
}

#topmenu ul li a{
		display:block;
		text-decoration:none;
		color:#ffffff;
		padding: 0 7px 0 7px;
		white-space:nowrap;
		border-right: solid 1px #FFF;
		}

#topmenu ul li a:hover{color:inherit}

#topmenu li:hover ul{ 
		display:block; 
		position:absolute;
	}

#topmenu li:hover li{ 
		clear:left; 
		width:200px;
		border-top: solid 1px #fff;
		}

#topmenu li:hover a{
		color:inherit}

#topmenu li:hover li a:hover{
   		color:inherit;}

	.clear_all{clear:both;}

	
#inhoud {
	float: left;
	width: 780px;
	margin: 15px 0 0 0;
	min-height: 100%;
	height: 100%;
	height: auto;
}

#inhoud img {
	float: left;
	margin: 0 15px 15px 0;
}

#inhoud p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #372C2B;
}

#inhoud h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #66CC00;
	font-weight: bold;
}

#inhoud h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333;
	font-variant: small-caps;
	font-weight: normal;
}

#portfolio {
	float: left;
	width: 780px;
	margin: 15px 0 0 0;
	min-height: 100%;
	height: 100%;
	height: auto;
}

#portfolio ul {
	list-style-type: none;
}

#portfolio li {
    float: left;
    margin: 10px;
    text-align: center;
}

#portfolio li img {
    display: block;
    margin-bottom: 5px;
	width: 200px;
	height: 150px;
}

#portfolio li a {
    font-weight: bold;
    text-decoration: none;
	color: #685551;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#portfoliodetail {
	float: left;
	width: 780px;
	margin: 15px 0 0 0;
	min-height: 100%;
	height: 100%;
	height: auto;
}

#portfoliodetail img {
	margin: 0 7px 7px 0;
	width: 220px;
}

#terugknop {
	width: 780px;
	height: 30px;
	margin: 15px 0 0 0;
}

#terugknop a {
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
}

#menurechts {
	margin: 15px 0 0 0;
	float: right;
	width: 200px;
	text-align: center;
}

#menurechts img {
	margin: 0 0 35px 0;
}

#footer {
	margin: 0 auto;
	margin-top: 2px;
	width: 1000px;
	height: 100px;
	background-color: #66CC00;
	color: #FFF;
	font: Arial Narrow;
	font-size: 16px;

}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer p {
	margin: 3px 0 0 16px;
}

.footersub {
	float: left;
	width: 330px;
	margin-top: 10px;
}

