@charset "utf-8";
/* CSS Document */
body {
	background: #092b52 url(../images/bg.png) repeat-x fixed left bottom;
	margin: 0px;
	font-family: Calibri;
	font-size: 14px;
}
a {
	color: #000000;
	text-decoration: none;
}
img {
	border: 0;
}
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header-top {
	margin: 30px 66px 0 80px;
	background-image: url(../images/bg-top.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 20px;
}
#header-bottom {
	margin: 0 66px 0 80px;
	padding: 0 0 10px 30px;
	background-image: url(../images/bg-top-blauw.png);
	background-repeat: repeat-y;
	color: #ffffff;
	font-size: 30px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	padding: 0;
	margin: 0;
}
#menu ul li a {
	background: url(../images/bg-menu-off.png) top repeat-x;
	height: 46px;
	line-height: 46px;
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-left: 16px;
	padding-right: 16px;
	text-transform: uppercase;
}
#menu ul li a:hover,
#menu ul li.active a {
	background: url(../images/bg-menu-on.png) top repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#menu img {
	border: none;
}
#menu-left {
	background: url(../images/bg-menu-left.png) left;
	width: 10px;
	height: 46px;
}
#menu-left-placeholder {
	width: 16px;
	height: 46px;
	background: url(../images/bg-menu-off.png) top repeat-x;
}
#menu-right {
	background: url(../images/bg-menu-right.png) right;
	width: 10px;
	height: 46px;
}
#menu-right-placeholder {
	width: 0;
	height: 46px;
	background: url(../images/bg-menu-off.png) top repeat-x;
}
#menu-logo {
	position: absolute;
	z-index: 1;
	background-image: url(../images/bg-menu-logo.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	left: 150px;
	top: 60px;
}
#menu-logo-placeholder {
	width: 75px;
	height: 46px;
	background: url(../images/bg-menu-off.png) top repeat-x;
}
#menu-home img {
	float: left;
	padding: 8px 20px 0 0;
}
#menu-contact img {
	float: right;
	padding: 10px 0 0 35px;
}
#main {
	background: url(../images/bg-container-wit.png) left repeat-y;
	margin: 0 66px 0 80px;
	padding: 25px 39px 20px 29px;
	text-align: justify;
}
#main h1,
#main h1 a {
	font-family: Segoe UI;
	font-size: 24px;
	font-weight: normal;
	color: #3597d8;
	padding: 0;
	margin: 0;
}
#main h2,
#main h2 a {
	font-family: Segoe UI;
	font-size: 20px;
	font-weight: normal;
	color: #3597d8;
	padding: 0;
	margin: 0;
}
#main a {
	color: #000000;
	text-decoration: underline;
}
#main .imgleft {
	float: left;
	margin: 0 30px 5px 0;
}
#main .imgright {
	float: right;
	margin: 0 0 5px 30px;
}
#main .www {
	float: left;
	width: 33%;
}
#main .www a {
	display: block;
	text-align: center;
	font-family: Segoe UI;
	font-size: 20px;
	font-weight: normal;
	color: #3597d8;
	padding: 0;
	margin: 0 10px 20px 10px;
	text-decoration: none;
}
#main .portfolioleft {
	float: left;
	margin: 30px 30px 5px 0;
}
#main .portfolioright {
	float: right;
	width: 410px;
	padding-bottom: 20px;
}
#footer {
	margin: 0 66px 0 80px;
	background: url(../images/bg-footer.png) no-repeat;
	height: 70px;
	font-size: 12px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
}
#footer a {
	text-decoration: underline;
}
#footer-closure {
	margin: 0 66px 0 80px;
	background-image: url(../images/bg-bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 22px;
}
.clear {
	clear: both;
}
/* Contact */
div#errors {
	width: 400px;
	margin:0px;
}
label {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
}
input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid;
	border-color: #CCCCCC;
	font: 10px Verdana, sans-serif;
	background-color: #F5F5F5;
}
input.fout, textarea.fout {
	border: 1px solid;
	border-color: #C31300;
}
label.fout {
	color: #C31300;
}
select {
	border: 1px solid;
	border-color:#CCCCCC;
	font: 10px Verdana, sans-serif;
	margin: 3px;
	padding: 3px;
}
