@charset "utf-8";
a, ul, li, h1, h2, h3, h4, h5, h6, p, body, span, fieldset, label {
	margin: 0;
	padding: 0;
}
/* Algemeen */
html, body {
			margin:0;
			padding:0;
			height:100%;
			font-size:90%;
			line-height:1.5em;
			background-color:#FFFFFF;
			color:#404040;
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			/*letter-spacing:0.02em;*/
		}
div#container {

			position: relative;
			height:auto !important; /* real browsers */
			height:96%; /* IE6: treated as min-height*/
			min-height:96%; /* real browsers */
			margin:0 auto;
			padding:0 17px 0 17px;
			width:780px;
			background:#FFFFFF url(/images/bg.gif) repeat-y;
}
a {
	color:#A90000;
}
a:hover {
	color:#030000;
}
div#footer {
	height:4%;
	font-size:0.8em; 
	letter-spacing:0;
	color:#a90000;
	width:780px;
	margin:0 auto;
	padding:0 17px;
	clear:both;
	background:url(/images/bg.gif) repeat-y;
	background-color:#FFFFFF;
}
div#header {
	background:url(/images/header.gif) no-repeat;
	width:780px;
	height:98px;
	overflow:hidden;
	margin:0 0 5px 0;
}
div#content {
	width:760px;
	padding:5px;

}
/* Menu */
.menuname {
	display:none; /* Zinloze menutitel */
}
div#menu {
	margin:75px 0 0 0;
}
div#menu ul {
	list-style:none;
}
div#menu li {
	float:left;
	white-space:nowrap;
	padding:0 15px 0 15px;
}
div#menu li a {
	display:block;
	height:20px;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	background:url(/images/menu/hoofdpagina.gif) no-repeat top;
}
div#menu li a span {
	display:none;
}
		/* Losse menu-items */
		div#menu li#hoofdpagina a {
			width:81px;
		}
		div#menu li#portfolio a {
			background-image:url(/images/menu/portfolio.gif);
			width:53px;
		}
		div#menu li#overons a {
			background-image:url(/images/menu/overons.gif);
			width:59px;
		}
		div#menu li#contact a {
			background-image:url(/images/menu/contact.gif);
			width:50px;
		}
		div#menu li#login a {
			background-image:url(/images/menu/login.gif);
			width:34px;
		}
div#menu li a:hover {
	color:#a90000;
	text-decoration:none;
	background-position:bottom;
}
/* Headings en paragraphs */
h1 {
	font-family:Georgia;
	font-size:2.4em;
	margin-bottom:0.5em;
	font-weight:normal;
}
h3 {
	font-size:1.5em;
	margin:10px;
	font-weight:normal;
}
p {
	margin-bottom:1.5em;
	font-weight:normal;
	font-size:0.9em;
}
.justify {
	text-align:justify;
}


/* Portfolio */
.portfolio_item {
	width:785px;
	height:206px;
/*	background-image:url(/images/portfolio1.gif); 
	background-color:#FFF7EB; 
	background-color:#FFD99F; */
	margin-bottom:10px;
	margin-left:-5px;
	
}

.portfolio_item_linkerrand {
	height:206px;
	width:10px;
	float:left;
	background:url(/images/portfolio/linkerrand.gif) repeat-x; 
}

.portfolio_item_links { 
	height:206px;
	width:390px;
	background:url(/images/portfolio/achtergrond_links.gif) repeat-x;
	float:left;
}

.portfolio_item_image {
	height:180px;
	width:380px;
	margin-left:5px;
	border:1px solid #4D4D4D;
	margin-top:10px;
}
.portfolio-item-midden {
	height:200px;
	padding-bottom:6px;
	width:13px;
	background:url(/images/portfolio/middenstuk1.gif) no-repeat;
	float:left;
}
.modd {
	background:url(/images/portfolio/middenstuk2.gif) no-repeat;
}
.portfolio-item-tekstvak {
	width:292px; 
	height:206px;
	background:url(/images/portfolio/achtergrond_rechts1.gif) repeat-x;
	float:left; 
	overflow:hidden;	
}
.todd {
	background:url(/images/portfolio/achtergrond_rechts2.gif) repeat-x;	
}
	.portfolio_item_description {
		border-left:dashed 1px red;
		padding-left:3px;
		margin-left:10px; 
		max-height:140px;
		overflow:hidden;
		margin-bottom:0;
	}

.portfolio-item-rechts {
	height:206px;
	width:80px;
	background:url(/images/portfolio/rechterkant1.gif) no-repeat;
	float:left; 
}
.rodd {
	background:url(/images/portfolio/rechterkant2.gif) no-repeat;
}
.portfolio-item-link {
	display:block;
	height:80px; 
	width:80px;
	margin-top:126px;
	background:url(/images/portfolio/hoekje1.gif) no-repeat;
}
.lodd {
	background:url(/images/portfolio/hoekje2.gif) no-repeat;	
}
.new-window span {
	display:none;
}
.type-website {
	margin-left:-260px;
}
