@import "navigation.css";
@import "content.css";
@import "h.css";
@import "footer.css";

body
{
	background-image: url("../images/web/bg_body.jpg");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #333;
	margin: 0;
	padding: 0;
	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

a {
	color: #900;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#website {
	width: 900px;
	background: #fff;	
	text-align: left;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	padding: 0px 5px 5px 5px;
	margin: auto;
}

#logo {
	position: absolute;
	margin: 3px;
}

#eyecatcher {
	position: relative;
  text-align: center;
  top: 10px;
  margin-bottom: 10px;
}

#service_pages {
	width: 98%;
	text-align: right;
	padding-top: 5px;
}

#service_pages ul li {
	display: inline;
}

.projecten{
  margin-left: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid silver;
  height: 100%;
  clear: both;
}
.prijs {
	text-align: right;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.projecten h1{
  border-bottom: 0px;
}
.thumbnail{
  border: 1px solid black; 
  padding: 5px; 
  margin-right: 15px; 
  margin-bottom: 15px;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
}

