@import url("../system/seo/aanvragen/contact.form.css");
@import url("jquery.fancybox-1.3.4.css");

*{
	margin:0;
	padding:0;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

html {
	overflow: -moz-scrollbars-vertical;
	height: 100%;
}

body {
	background: #eeeeee url(../images/bg.jpg) repeat-x top left;
	text-align:left;
	height: 100%;
}

#wrapper{
	margin:0 auto;
	min-height: 100%;
	text-align:left;
	width:900px;
	position:relative;
}

#head{
	float:left;
	width:900px;
	height:536px;
	background: url(../images/head.jpg) no-repeat top left;
}

#logo{
	float:left;
	width:270px;
	height:170px;
	background: url(../images/logo_visspeciaalzaakvera.jpg) no-repeat top left;	
}

#adres{
	float:right;
	width:250px;
	padding:25px 20px 0 0;
}

#content{
	width:900px;
	float:left;
	padding-bottom: 59px;
	position:relative;
}

#tekst{
	float:left;
	width:480px;
	padding:10px 72px 10px 10px;
}

.schotel {
	max-width: 44%;
	float: left;
	margin: 25px;	
}

.schotel img {
	max-width: 100%;
	height: auto;	
	border-radius: 5px;
	border: 8px solid #FFF;
	
	
}

#rechts{
	float:right;
	padding:45px 10px 0 50px;
	width:272px;
	height:343px;
	background: url(../images/visschotels.jpg) no-repeat top left;
}


#rechts2{
	float:right;
	padding:45px 10px 0 50px;
	width:272px;
	height:506px;
	background: url(../images/bg-visschotels.png) no-repeat top left;
}

#footer{
	float:left;
	position: relative;
	margin-top: -59px; /* negative value of footer height */
	clear:both;
	width:100%;
	height:59px;
	text-align:center;
	z-index:10;
	background: url(../images/footer.jpg) no-repeat top center;
}

#footer-content{
	margin:0 auto;
	width:900px;
	height:59px;
}

#footer p.visspeciaalzaakvera{
	float:left;
	width:400px;
	padding: 40px 0 0 100px;
	text-align:left;
}

#footer p.wingweb{
	float:right;
	width:200px;
	padding: 40px 100px 0 0;
	text-align:right;
}