@charset "utf-8";

/* ---------- General ---------- */
@font-face {
    font-family: "universal";
    src: url(../fonts/universal.ttf);
}

body{
	margin:0px;
	padding:0px;
	background:#fff;
	font-family:arial;
	font-size:11px;
	color:#333;
}

p{
	color:#333;
}

img{
	border:0px;
}

h2{
	font-family:universal;
	font-size:16px;
	text-transform:uppercase;
}

a:link {text-decoration: none; color:#333; }
a:visited {text-decoration: none; color:#333; }
a:active {text-decoration: none; color:#333; }
a:hover {text-decoration: none; color:#336699; }

#container{
	margin:auto;
	margin-top:0px;
	width:940px;
	height:810px;
	overflow:hidden;
}

#menu{
	height:40px;
	width:940px;
	margin-top:20px;
	text-align:left;
	background:url(../img/logo_small.jpg) right no-repeat;
}

#header{
	width:940px;
	height:300px;
}

#left{
	float:left;
	width:320px;
	height:412px;
	background:url(../img/logo_big.jpg) bottom center no-repeat;
}

#right{
	float:right;
	width:620px;
	height:448px;
}

#r_left{
	float:left;
	width:310px;
	height:340px;
}

#r_right{
	float:left;
	width:310px;
	height:340px;
}

#footer{
	background:#eeeeee;
	margin:auto;
	height:200px;
	color:#999;
}

.footer_box{
	float:left;
	position:relative;
	left:25%;
}

.mbutton{
	font-family:universal;
	font-size:16px;
	font-weight:bolder;
	margin:0px 0px 10px 30px;
}

.grey{
	height:140px;
	width:290px;
	background:url(../img/bg_grey.jpg) no-repeat;
	margin:15px;
}

.blue{
	height:65px;
	width:300px;
	background:url(../img/bg_blue.jpg) center no-repeat;
	
}

.gallerij{
	border:1px solid #333;
	max-height:130px;
	max-width:220px;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */	
}

.gallerij:hover{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */	
}

/* ---------- Contact ---------- */
#name{
	width:200px;
	height:20px;
	font-size:10px;
	background:url(../img/field.png) no-repeat;
	border:0px;
	padding:0px 0 0 5px;
	font-size:11px;
}

#subject{
	width:200px;
	height:20px;
	font-size:10px;
	background:url(../img/field.png) no-repeat;
	border:0px;
	padding:0px 0 0 5px;
	font-size:11px;
}

#email{
	width:200px;
	height:20px;
	font-size:10px;
	background:url(../img/field.png) no-repeat;
	border:0px;
	padding:0px 0 0 5px;
	font-size:11px;
}

#message{
	width:264px;
	height:84px;
	background:url(../img/field_formulier.png) no-repeat;
	border:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding:3px 0px 0px 5px;
	resize:none;
	overflow:auto;
}

#submit{
	width:130px;
	height:20px;
	background:url(../img/knop_verstuur.png) no-repeat;
	border:0px;
	cursor:pointer;
	margin-top:10px;
}

#reset{
	width:130px;
	height:20px;
	background:url(../img/knop_wissen.png) no-repeat;
	border:0px;
	cursor:pointer;
}