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

*{
	margin:0;
	padding:0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background:#d4d4d4;
	text-align:left;
	margin:28px 0 0 0;
}

#wrapper{
	margin:0 auto;
	text-align:left;
	width:990px;
	position:relative;
	background:#fff;
}

#head{
	float:left;
	width:990px;
	height:80px;
	background:#d4d4d4;
}

#logo{
	width:314px;
	height:122px;
	position:absolute;
	top:-17px;
	left:30px;
}

#menu{
	float:right;
	width:591px;
	padding:55px 0 0 0;
}

#menu ul{
	padding:0;
	margin:0;
	list-style:none;
}

#menu li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

.menuitem1, .menuitem1-active{
	width:60px; 
	height:17px; 
	float:left;
}

.menuitem2, .menuitem2-active{
	width:147px; 
	height:17px; 
	float:left;
}

.menuitem3, .menuitem3-active{
	width:193px; 
	height:17px; 
	float:left;
}

.menuitem4, .menuitem4-active{
	width:94px; 
	height:17px; 
	float:left;
}

.menuitem5, .menuitem5-active{
	width:94px; 
	height:17px; 
	float:left;
}

.menuitem1:hover, .menuitem2:hover, .menuitem3:hover, .menuitem4:hover, .menuitem5:hover{
	background-position: 0 0;
}

.menu{
	display:none;
}

#content{
	width:970px;
	float:left;
	padding:10px;
}

#kolom1{
	float:left;
	width:230px;
	background:#484e41;
}

.onzeproducten{
	float:left;
	width:230px;
	height:254px;
	padding:32px 0 0 0;
	background: url(../images/onzeproducten.jpg) no-repeat top left;
}

#kolom2{
	float:left;
	margin:0 10px;
	width:240px;
}

.bekijkwebshop{
	float:left;
	width:240px;
	height:170px;
	margin:13px 0 0 0;	
}

#kolom3{
	float:left;
	width:434px;
	border:1px solid #e4e5e3;
	padding:10px 20px 2px 20px;
	min-height:326px;
	height:auto !important;
	height:326px;
}

/*Arrangementen overzicht*/
.arrangement-holder{
	float:left;
	position:relative;
	width:200px;
	height:95px;
	padding:8px 0 0 9px;
}

.arrangement{
	float:left;
	position:relative;
	/*margin:7px 10px 8px 10px;*/
	width:190px;
	height:88px;
	overflow:hidden;
}

.arrangement img{
	width:100%;
}

.arrangement-titel{
	position:absolute;
	bottom:0;
	left:0;
	width:180px;
	height:20px;
	font-weight:bold;
	color:#fff;
	z-index:9;
	text-align:right;
	padding:2px 10px 2px 0;
	filter:alpha(opacity=85);
	opacity:0.85;
}

#fotoimpressie img{
	margin: 6px 7px;
}

/*Nieuwsbrief*/

#nieuwsbrief-holder2{
	float:left;
	width:220px;
	height:136px;
	background: #6d7167 url(../images/nieuwsbrief_top.jpg) no-repeat top left;
	padding:34px 6px 0 14px;
	margin:12px 13px 0 0;
}

#nieuwsbrief-holder{
	float:left;
	width:210px;
	height:136px;
	background: #6d7167 url(../images/nieuwsbrief_top.jpg) no-repeat top left;
	padding:34px 6px 0 14px;
	margin:13px 13px 0 0;
}

#nieuwsbrief-holder label, #nieuwsbrief-holder2 label{	
	float:left;
	width:35px;
	padding:4px 3px 0 5px;
}

#nieuwsbrief-holder input.textInput, #nieuwsbrief-holder2 input.textInput{	
	clear:right;
	width:153px;
	border:none;
	background: #b6b9b3;
	margin: 2px 0 2px 0;			
	padding:2px 0;
}

#nieuwsbrief-holder input.btnSubmit, #nieuwsbrief-holder2 input.btnSubmit{	
	width:80px;
	border:none;
	color:#fff;
	font-size:11px;
	padding:3px 0;
	margin: 3px 0 0 115px;
}

#nieuwsbrief .inputSuccess{
	background: #f1f1f1 url(../images/succes.jpg) no-repeat right center !important; 
}

#nieuwsbrief .inputFail{
	background: #f1f1f1 url(../images/fail.jpg) no-repeat right center !important; 
}

#openingstijden{
	float:left;
	width:233px;
	height:170px;
	margin:13px 0 0 0;
}

#footer{
	float:left;
	width:990px;
	background: #d4d4d4;
}

#footer p.debruijn{
	float:left;
	width:60%;
	padding: 10px 0 10px 20px;
	text-align:left;
}

#footer p.wingweb{
	float:right;
	width:30%;
	padding: 10px 20px 10px 0;
	text-align:right;
}