/* CSS Document */

html, body {
	height:100%; width:100%;
	padding:0px; margin:0px;
	background-color:#ffffff;
}
body {
	background-image:url(../img/bgleft.gif); background-repeat:repeat-y; background-position:left top;
}

a { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; text-decoration:none; }
h1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight:300px; line-height:20px; }

/* Elementen */
.header {
	width:100%; height:35px;
}
.header_1 {
	width:630px; text-align:right;
	margin:0 auto;
}
.container {
	width:680px; min-height:300px;
	margin:0 auto; padding:0px;
}
.footer {
	background-color:#bebebe;
}
.content {
	min-height:100px; min-width:150px;
	margin-top:0px; background-color:#03bfc0;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:17px; color:#ffffff;
	padding:25px; padding-bottom:35px;margin-left:130px;
	background-image:url(../img/bg.gif); background-position:right bottom; background-repeat:no-repeat;
}
.picleft {
	float:left; 
	margin-right:10px; border:1px solid #a6a6a6;
}
.picright {
	float:right; 
	margin-left:10px; border:1px solid #a6a6a6;
}

/* List */
.list {
	margin-left:10px;
}
.list ul{
	margin-left:10px; padding-left:10px;
}
.list ul li {
	margin-left:15px;
}
/* Logo */
.logo {
	width:130px; height:130px;
	background-color:#bebebe;
	background-image:url(../img/bgtop.gif); background-position:top left; background-repeat:no-repeat;
}
.logo img {
	float:right;
}
/* Homepage */
.homepage {
	width:550px;
	padding:0px; margin:0px;
	text-align:center; line-height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:15px; font-weight:300; color:#666666;
}
.homepage img:hover {
	filter: Alpha(opacity=100,style=0); -moz-opacity: 1;
	cursor:pointer;
}
.homepage img {
	padding:0px; margin:2px;
	filter: Alpha(opacity=80,style=0); -moz-opacity: 0.6;
}
/* Menu */
.menu {
	width:130px; min-height:150px; margin:0px; padding:0px;
	float:left; text-align:right; display:compact;
}
.menu ul {
	padding:0px; margin:0px;
}
.menu ul li {
	list-style:none;
	line-height:28px; height:28px;
}
.menu ul li a {
	width:120px;
	padding-right:10px;
	color:#333333;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333; font-weight:300;
}
/* Formulier */
.contactform {
	padding:0px; margin:0px;
}
.contactform input, .contactform textarea {
	border:0px;
	padding:3px; margin:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333;
}
.contactform textarea {
	width:250px; height:130px;
}
/* Validation */
.contactform .error {
	border: 1px solid #D4145A;
}
#validationMessage {
	margin-bottom: 10px;
	color: #D4145A;
	font-weight: bold;
	display: none;
}
.contactform .errorMessage {
	color: #D4145A;
	padding-left: 10px;
	font-size: 10px;
}