@charset "utf-8";
/* begin pagina */
body {
	font: 100% "Century Gothic", "Trebuchet MS", Arial, Helvetica;
	background: #FFFFFE;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #323232;
}
a:active, a:focus {
  	outline: 0;
}	
.titel {
	font-size: 24px;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #323232;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	color: #323232;
}
.blauw {
	color: #4A8FE7;
}
.grijs {
	color: #C0C0C0;
}
.oneColFixCtr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* begin menu */
.oneColFixCtr #menu {
	height: 160px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center left;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}
ul {
	list-style-type: none;
	margin: auto;
	float: right;
}
ul a {
	margin-left: 40px;
	line-height: 160px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
ul a:link {
	color: #FFFFFF; 
	text-decoration: none;
}
ul a:visited {
	color: #FFFFFF; 
	text-decoration: none;
}
ul a:hover {
	color: #C0C0C0; 
	text-decoration: none;
}
li {
	float: left;
}
/* begin menu-home */
.oneColFixCtr #menu-home {
	height: 160px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center left;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}
/* begin submenu */
.oneColFixCtr #submenu {
	height: 47px;
	text-align: right;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
}
ul.sub {
	list-style-type: none;
	margin: auto;
	float: right;
}
ul.sub a {
	margin-left: 40px;
	line-height: 47px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
ul.sub a:link {
	color: #FFFFFF; 
	text-decoration: none;
}
ul.sub a:visited {
	color: #FFFFFF; 
	text-decoration: none;
}
ul.sub a:hover {
	color: #323232; 
	text-decoration: none;
}
/* begin header */
.oneColFixCtr #header {
	padding-top: 45px;
	padding-left: 38px;
	height: 230px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	font-size: 19px;
	color: #FFFFFF;
	margin-bottom: 20px;
	line-height: 25px;
}
.headertitel {
	font-size: 32px;
}
/* begin header realisaties */
.oneColFixCtr #header-realisaties {
	padding-top: 45px;
	padding-left: 38px;
	height: 230px;
	background-image: url(header-realisaties.png);
	background-repeat: no-repeat;
	font-size: 19px;
	color: #FFFFFF;
	margin-bottom: 44px;
	line-height: 25px;
}
.bekijk-button {
	margin-top: 10px;
}
/* begin header contact */
a.mailheader:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.mailheader:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.mailheader:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* begin content home*/
.contenthome {
	width: 290px;
	font-size: 14px;
	float: left;
	margin-right: 40px;
}
.oneColFixCtr #contenthome2 {
	width: 290px;
	font-size: 14px;
	float: left;
}
.logoenhuisstijl {
	font-size: 50px;
	color: #B8D910;
}
.webdesign {
	font-size: 50px;
	color: #FC8A03;
}
.reclameendrukwerk {
	font-size: 50px;
	color: #4A8FE7;
}
/* begin content diensten*/
.oneColFixCtr #contentdiensten {
	padding-top: 27px;
	padding-bottom: 6px;
	height: 369px;
	line-height: 21px;
}
.oneColFixCtr #voorbeelden {
	height: 261px;
}
.galleria{
    height: 261px;
}
.oneColFixCtr #contentdiensten2 {
	padding-top: 25px;
	line-height: 21px;
}
/* begin content realisaties*/
.contentrealisaties {
	width: 290px;
	height: 310px;
	font-size: 12px;
	float: left;
	margin-right: 40px;
}
.contentrealisaties2 {
	width: 290px;
	height: 310px;
	font-size: 12px;
	float: left;
}
/* begin content contact */
.oneColFixCtr #contentcontact1 {
	width: 550px;
	font-size: 14px;
	float: left;
}
a.mailformulier:link {
	color: #323232;
	text-decoration: none;
}
a.mailformulier:visited {
	color: #323232;
	text-decoration: none;
}
a.mailformulier:hover {
	color: #323232;
	text-decoration: underline;
}
form {
    width: 550px;
}
input.gegevens {
    width: 545px; 
	height: 30px; 
	line-height: 30px;
	padding-left: 5px;
	border: 1px solid #8C8C8C; 
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #323232;
    margin-bottom: 12px;
}
textarea {
	width: 545px; 
	height: 160px; 
	padding-top: 5px; 
	padding-left: 5px; 
	border: 1px solid #8C8C8C;
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-size: 12px;
	color: #323232;
	margin-bottom: 12px;
}
input.versturen {
	float: left;
	margin-bottom: 45px;
}
.oneColFixCtr #contentcontact2 {
	padding-left: 50px;
	width: 350px;
	font-size: 14px;
	float: left;
}
.route {
	margin-top: 80px;
}
.icon {
	margin-top: 10px;
	margin-right: 10px;
}
/* begin content sitemap*/
.oneColFixCtr #contentsitemap {
	padding-top: 90px;
	padding-bottom: 55px;
}
/* begin footer */
.oneColFixCtr #footer {
	clear: left;
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
}
.oneColFixCtr #footerrealisaties {
	clear: left;
	margin-top: -20px;
	padding-bottom: 45px;
	text-align: center;
}
.oneColFixCtr #footercontact {
	clear: left;
}
/* begin hyperlinks */
a.sitelink:link {
	color: #4A8FE7;
	text-decoration: none;
}
a.sitelink:visited {
	color: #4A8FE7;
	text-decoration: none;
}
a.sitelink:hover {
	color: #4A8FE7;
	text-decoration: underline;
}
a.taglink:link {
	color: #C0C0C0;
	text-decoration: none;
}
a.taglink:visited {
	color: #C0C0C0;
	text-decoration: none;
}
a.taglink:hover {
	color: #C0C0C0;
	text-decoration: underline;
}
