@import url("milkbox.css");

*{
	margin:0;
	padding:0;
}

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

body {
	background:#342c21;
	text-align:center;
	margin:0;
}

#wrapper{
	margin:0 auto;
	text-align:left;
	width:919px;
	background: url(../images/wrapper_bg.jpg) repeat-y top left;
}

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

#menu{
	float:right;
	padding:130px 26px 0 0;
}

#menu ul{
	list-style:none;
}

#menu li{
	float:left;
	padding:0 3px;
}

#content{
	width:919px;	
	float:left;
	background: url(../images/content1.jpg) no-repeat top left;
}

#content-links{
	float:left;
	width:417px;
	padding:354px 0 0 9px;
}

#nieuwsbrief{
	background:#fff;
	width:417px;
	height:123px;
	float:left;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}

#nieuwsbrief2{
	width:407px;
	padding:10px 0 10px 13px;
	line-height:18px;
	float:left;
}

/*Nieuwsbrief aanmelden*/

#nieuwsbrief2 label{	
	float:left;
	width:45px;
	padding:3px 0;
	text-align:center;
	font-size:11px;
}

#nieuwsbrief2 input.textInput{	
	float:left;
	width:95px;
	border:1px solid #516874;
	background: #ffffff;
	margin: 2px 5px 0 0;
	padding:4px 2px;
	font-size:11px;
}

#nieuwsbrief2 input.btnSubmit{	
	width:80px;
	text-align:center;
	border:1px solid #516874;
	background: #e2e1df;
	margin: 3px 0 0 1px;
	padding:3px;
	font:11px Verdana;
	color:#1c2c34
}

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

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

.nieuwsItem{
	float:left;
	width:400px;
	height:110px;
	padding:5px;
	margin:0 7px 20px 5px;
	border:1px solid #d7d7d7;
}

.nieuwsImage{
	float:left;
	width:120px;
	height:120px;
	position:relative;
	overflow:hidden;
	margin:4px 6px 5px 0;
}

.nieuwsImage img{
	width:100%;
}

.nieuwsImageTekst{
	width:200px;
	margin:7px;
	float:right;	
	border:1px solid #d7d7d7;
	clear:both;
	padding:2px;
}

#content-rechts{
	float:left;
	width:440px;
	padding:15px 13px 20px 30px;
	position:relative;
}

#content-rechts ul#merken{
	margin:0 0 2px 0;
	float:left;
	width:430px;
	padding:0;
	list-style:none;
}

#content-rechts ul#merken li{
	width:121px;
	height:70px;
	float:left;
	text-align:center;
	background: url(../images/merken_bg.jpg) no-repeat top left;
	margin:0 10px 0 0;
	padding:6px 5px 5px 5px;
	position:relative;
	overflow:hidden;
}

#content-rechts ul#merken li img{
	height:98%;
}

#merklogo{
	float:left;
	width:121px;
	height:70px;
	padding:6px 5px 5px 5px;
	background: url(../images/merken_bg.jpg) no-repeat top left;
	margin:3px 15px 20px 0;
	text-align:center;
	position:relative;
	overflow:hidden;	
}

#merklogo img{
	height:98%;
}

.winkelimpressie{
	float:left;
	margin:0 12px 8px 0;
	width:197px;
}

iframe{
	border:1px solid #342c21;
}

#content-bot{
	float:left;
	width:869px;
	height:115px;
	padding:7px 25px 0 25px;
	background: url(../images/content_bot.jpg) no-repeat top left;
}

#content-bot-links{
	float:left;
	width:48%;
	padding:0 0 0 15px;
}

#content-bot-rechts{
	float:left;
	width:50%;
	padding:5px 0 0 0;
}

#footer{
	float:left;
	width:919px;
	height:56px;
	background:#342c21 url(../images/footer.jpg) no-repeat top left;
}

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

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