#wrapper{
	z-index: 2;
	width: 920px;
	background: #F6F6F6 url(images/content_bg.jpg);
	position: absolute;
	top: 100px;
	left: 4%;
}

/****************************/
/*	scalable background		*/
/****************************/
#background {
	position: fixed;
	z-index:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#background img {
	display:block;
	width:100%;
	height:auto;
	border:0;
}
#scroll{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: auto;
}

/****************************/
/*			Content			*/
/****************************/
#ContentContainer {
	padding: 0 0 80px 20px;
	width: 655px;
	float: left;
	/* background: red; */
}
#data{
	padding-top: 20px;
	display: block;
	width: 670px;
	height: 45px;
}
#ContentContainer .content p{
	line-height: 17px;
	padding: 0;
	margin: 0;
}
#ContentContainer .content img{
	float: left;
	padding-right: 10px;
}

/****************************/
/*	Blog Content			*/
/****************************/
.LeftContent{
	float: left;
	width: 270px;
	padding-top: 15px;
	padding-bottom: 10px;
	background: url(images/hr.gif) repeat-x ;
	/* background: green; */
}
.blogcontent{
	float: left;
	width: 385px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(images/hr.gif) repeat-x;
	line-height: 17px;
}
.blogcontent p{
	padding: 0;
	margin: 0;
}

.title{
	padding-bottom: 10px;
	/* background: black; */
}

.notes{
	color: #827878;
	font-weight: bold;
	/* background: green; */
}
.notes a{
	color: #827878;
}
.more-link, .site{
	color: #827878;
	font-weight: bold;
}

/****************************/
/*		Right Content		*/
/****************************/
#RightContent{
	float: right;
	width: 222px;
}
#stars{
	background-image: url(images/stars.jpg);
	width: 222px;
	height: 72px;
	float: right;
	padding-bottom: 8px;
}
#jobs, #customers, #adress{
	float: left;
	width: 200px;
	margin: 0 0 15px 10px;
	padding-bottom: 20px;
	background: url(images/hr.gif) bottom repeat-x;
}
#jobs h3{
		background-image: url(images/vacatures.jpg);
		width: 160px;
		height: 25px;
}
#jobs a{
	color: #000;
	font-weight: normal;
}

#customers h3{
		background-image: url(images/klanten.jpg);
		width: 160px;
		height: 25px;
}
#customers a{
	color: #000;
	font-weight: normal;
}
#adress h3{
		background-image: url(images/adress.jpg);
		width: 160px;
		height: 25px;
}
#adress a{
	color: #000;
	font-weight: normal;
}


#post-links{
	float: left;
}


/****************************/
/*			Header 			*/
/****************************/
#logo a{
	background-image: url(images/logo.png);
	width: 291px;
	height: 90px;
	position: absolute;
	top: -61px;
	right: -14px;
}
#logo span{
	display: none;
}


/****************************/
/*			Menu 			*/
/****************************/
#menu{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 920px;
	height: 29px;
	display: block;
	background-image: url(images/menu_bg.jpg);
}
#menu li{
	float: left;
}
#menu span{
	display: none;
}
#home a{
	background-image: url(images/home.jpg);
	display: block;
	width: 69px;
	height: 29px;
}
#work a{
	background-image: url(images/werk.jpg);
	display: block;
	width: 69px;
	height: 29px;
}
#company a{
	background-image: url(images/bedrijf.jpg);
	display: block;
	width: 77px;
	height: 29px;
}
#contact a{
	background-image: url(images/contact.jpg);
	display: block;
	width: 79px;
	height: 29px;
}
.bullet{
	background-image: url(images/bullet.jpg);
	width: 28px;
	height: 29px;
}
