body{
	height:100%;
	background:url(images/header-gradient.png) repeat-x #F9F5F1;
	font-family:verdana,sans-serif;
}

a{
	color:#a13626;
	font-size:12px;
}

#header-schaduw{
	position:absolute;
	top:170px;
	height:12px;
	width:100%;
	*width:0;
	background:url(images/header-schaduw.png) repeat-x;
	*background:none;
}

#container{
	width:900px;
	margin:0 auto;
}

#barbex-logo{
	margin-top:98px;
	width:150px;
	height:67px;
	background:url(images/barbex-logo-website.png) no-repeat;
}

#afbeeldingen{
	margin-top:80px;
	width:146px;
	float:left;
	border-right:1px solid #EDEAE6;
}

#afbeeldingen img{
	/* display:block; 
	width:113px; */
	margin-bottom:20px;
	border:1px solid #bbb;
}

/*
#afbeeldingen a:hover{
	border:1px solid #a13626;
	_border:1px solid #bbb;
}
*/

#content{
	width:700px;
	float:left;
	margin-top:80px;
	margin-left:30px;
}

h1{
	font-family:lucida sans unicode, verdana, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#383838;
}

h1 span{
	font-size:24px;
}

p{
	font-size:12px;
	color:#555;
	margin-top:4px;
	margin-bottom:37px;
}

p#contact-p{
	margin-top:2px;
	line-height:1.4em;
}

.barbex{
	color:#a13626;
}

li{
	list-style-type:circle;
	font-size:12px;
	line-height:1.2em;
	color:#555;
	margin:4px 0 5px 15px;
}