html {
	overflow:hidden;
	height:100%

}

body {
	margin: 0;
	padding: 0;
	background: #eae9e6;
	font-size: 13px;
	color:#75746a; /*text kleur*/
	background-image:url('patroon.jpg');
	font-family: Arial, Lucida grande, trebuchet;
}

body a {cursor:pointer}

#header a:link	{ color: #c0c0bb; text-decoration: none;}
#header a:visited	{ color: #c0c0bb; text-decoration: none;}
#header a:hover	{ color: #747362; text-decoration: none;}
#header a:active	{ color: #747362; text-decoration: none;}

#header{
	position: absolute; 
	top: 0; 
	left: 0; 
	height:123px;
	width: 100%; 
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: white;
	background-color: #ffffff;
	display:inline;
	padding-left:80px;

}

#header a {
	float:left;
	padding:90px 10px 10px 10px;
	font-weight:normal;
	font-size:20px;
	/*text-decoration: none;*/
	color: #c0c0bb;
	display:none;
	cursor:pointer;

}

#header img {
				float:right;
				padding-right:50px;
}

#maincontent{
	position: absolute; 
	top: 123px; /*Set top value to HeightOfTopFrameDiv*/	
	bottom:39px; /*Set bottom value to HeightOfBottomFrameDiv*/
	width:100%;
	overflow: auto; 
}

#footer{
	position: absolute; 	
	bottom: 0; 
	left:0;
	height: 30px; /*Height of bottom frame div*/ 
	width:100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	font-size: 9px;	
	color: #e9e9cd;
	padding-top:8px;
	padding-left: 90px;
	background-color:#969f16;
	z-index:2;
}

#footer a:link{ color: #e9e9cd; text-decoration: none;}
#footer a:visited{ color: #e9e9cd; text-decoration: none;}

img {
	border: none;
}


#header img {
	float: right;
	margin-right:20px;
}


/* Algemene instellingen voor de containers ------------------- */

h1 { 
	color:#969f16;
	font-size: 18px;
	font-weight: normal;
	padding-bottom:10px;
	border-bottom:1px dotted #98999b;
	font-family: arial;
	font-weight: lighter;

}

h2 { 
	color:#969f16;
	font-size: 14px;
	font-weight: normal;
	font-family: arial;
	font-weight: bold;
}

.content_container{
	padding:10px;
	background-color:#ffffff;
	line-height: 140%;
}

/* welkom content css -------------------*/

#welkom_container{
	position:absolute;
	top:30px;
	left:90px;
	width:300px;
	}

/* nieuws content css -------------------*/

#nieuws_container{
	position:relative;
	top:280px;
	left:430px;
	width:300px;
	}
	
#nieuws_container a{
	text-decoration: underline;
	color:#75746a;
	}
/* starters content css -------------------*/
	
#starters_container{
	position:absolute;
	top:280px;
	left:770px;
	width:300px;
	}
/* portfolio content css -------------------*/

#teaser_container{
	position:absolute;
	top:30px;
	left:430px;
	width:300px;
	height:205px;
	float:left;
	cursor:pointer;
	}

#teaser_container img{
	width:300px;
	height:205px;	
	}

#opdrachten{
	position:absolute;
	top:30px;
	left:500px;
	background-color:#ffffff;
	padding: 6px 10px 2px 10px;
	cursor:pointer;
}

#drukwerk_container{
	position:absolute;
	top:30px;
	left:280px;
	width:175px;
	background-color:#ffffff;
}


#portmenu_container{
	position:absolute;
	top:30px;
	left:90px;
	width:140px;
	border:1px solid #ffffff;
}

#portmenu_container img {float:left;}

#portmenu_container a {	
	width: 130px; /*width portmenu-container minus padding right*/
	height: 22px;
	border-bottom:1px dotted #98999b;
	padding: 2px 0px 2px 10px;
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-family: Arial, verdana;
	background-color:#ffffff;
	cursor:pointer;

}

#portmenu_container a:link {color:#75746a;} 
#portmenu_container a:visited {color:#75746a;}  
#portmenu_container a:hover {background-color: #eae9e6}  
#portmenu_container a:active {background-color: #eae9e6}

.thumbnaillayout td{
	width:175px;
	height:70px;
	padding:2px 2px 2px 0;
}


#overstoer_container{
	position:absolute;
	top:30px;
	left:90px;
	width:462px;

	}

#contact_container{
	position:absolute;
	top:30px;
	left:90px;
	width:462px;
	color:#747362;
	}

#contact_container a:link	{ color: #747362; text-decoration: none;}
#contact_container a:visited{ color: #747362; text-decoration: none;}
#contact_container a:hover	{ color: #969f16; text-decoration: underline}
#contact_container a:active	{ color: #969f16; text-decoration: underline}




