@import url("cleanup.css");


html, body {
    height: 100%;
	 width: 100%;
	 background-image: url(images/bg-tile.gif);
}

/* 
///////////////////////////////// 
			CONTAINER
///////////////////////////////// 
*/


#container {
    position: relative;
    min-height: 100%;
	 min-width: 100%;
}
/* 
* html #container {
	height: 100%;
}


///////////////////////////////// 
			TOP
///////////////////////////////// 
*/

#top {

}


#logo {
	position: absolute;
	padding: 0px;
	margin: 24px 0px 0px 32px;

}




/* 
///////////////////////////////// 
			CONTENT
///////////////////////////////// 
*/

#content {
	position: absolute;
    bottom: 0;
	 min-height: 100%;
	 min-width: 100%;

}

/* 
///////////////////////////////// 
			MENU
///////////////////////////////// 
*/
#menu {
	margin-left: 0px;
	padding-right: 100px;
	 position: absolute;
	bottom: 4px;

	vertical-align: text-bottom;
	vertical-align: bottom;
	

}

/* 
///////////////////////////////// 
			ARTIKEL
///////////////////////////////// 
*/
#inhoud {
	width: 340px;
	position: absolute;
	margin-left: 126px;
	padding-right: 5px;
	bottom: 5px;
	
}

#inhoud h1{
	font-size: 14px;
	color: White;
	font-weight: bold;
	letter-spacing: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#inhoud p {
	color: White;
	font-size: small;
	line-height: 16px;
}

#inhoud a:link, #inhoud a:visited{
	color: White;
	text-decoration: underline;
}

#inhoud a:hover{
	text-decoration: none;
}

#portfolio{
	position: absolute;
    right: 50px;
	 bottom: 0px;
	 width: 455px;
	height: 100%;
	 background-image: url(images/bg-portfolio.png);
	 overflow: auto;
	 padding: 1px 1px 1px 1px;

}
#portfolio .onderschrift{
	position: static;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#portfolio .onderschrift p{
	color: #777;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: -8px 0px -20px 55px;
}

#portfolio img{
	padding-left: 45px;
}



/* 
///////////////////////////////// 
			FOOTER
///////////////////////////////// 
*/

#footer{
	padding: 1px 1px 1px 1px;
	position: absolute;
	right: 17px;
	bottom: 15px;
	
}
