* {
    margin: 0px;
    padding: 0px;

}

@font-face {
    font-family: 'latoregular';
    src: url('../font/lato-regular-webfont.eot');
    src: url('../font/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/lato-regular-webfont.woff') format('woff'),
         url('../font/lato-regular-webfont.ttf') format('truetype'),
         url('../font/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
	line-height:8px;
	width: 100%;
	height:100%;
	background:url(../images/gradient_back.png) repeat-x top;
	font-size:13px;
	font-family: 'Domine', serif;
}

#wrapper { 
	min-height:800px; 
	background-color:#FFFFFF; 
	padding:3px; 
	width:960px; 
	margin:0 auto; 
	margin-top:75px;}


#header {
	height:50px;
	width:960px;
	margin:0 auto;
	padding-bottom:20px;
	background-color:#ad0505;

}

#logo {
	width:364px;
	height:41px;
	padding-top:31px;
	margin-left:14px;
	font-size:46px;
}

#logo a:link { color:#FFF; }
#logo a:active { color:#FFF; }
#logo a:visited { color:#FFF; }
#logo a:hover { color:#FFF; }

#socialmedia {position:absolute; margin-left:500px; margin-top:130px;}

#winkel {
	width:300px;
	height:121px;
}

#content {
	width:960px;
	height:572px;
	background-color:#fff;
	margin:0 auto;
}

#openingstijden {
	width:230px;
	height:150px;
	float:left;
	line-height:16px;
}

#line_vert {
	float:left;
	width:1px;
	height:120px;
	background-color:#999999;
	margin-top:15px;
	margin-left:40px;
	margin-right:64px;
}

#contact {
	width:230px;
	height:150px;
	float:left;
	line-height:16px;
}

#algemene_info { position:absolute; margin:376px 0px 0px 0px; } 

#content_left { width:430px; height:471px; float:left;}
#content_right { width:450px; height:350px; float:left; padding-left:45px; padding-top:45px; line-height:19px; color:#333333;}
#content_right ul { padding-left:30px; }

#volgons { position:absolute; color:#FFF; font-size:22px; font-weight:400; margin:25px 0px 0px 687px; background:url(../images/facebook_duim.png) top left no-repeat; height:18px; padding:8px 0px 0px 40px; }

#menu { padding-top:1px;}

#footer { position:absolute; right:0px;}

#bottom_white {
	width:960px;
	height:40px;
	margin:0 auto;
	background-color:#ad0505;
	color:#FFF;
	text-align:center;
	padding-top:30px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:11px;
}

#actie {
	background:url(../images/actie.png) no-repeat;
	width:200px;
	height:200px;
	position:absolute;
	z-index:5;
}

.nieuwsitem { margin-bottom:20px; }
.nieuwstitel { font-weight:700; font-size:16px; }

.nieuwsitem a:link { color:#333333;  text-decoration:none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.nieuwsitem a:active { color:#333333;   text-decoration:none; }
.nieuwsitem a:visited { color:#333333;  text-decoration:none; }
.nieuwsitem a:hover { color:#7ec0da;   text-decoration:none; }

input, textarea {outline: none; }

.tekstvak_smal {
	color: #fff;
	background-color:#333333;
	text-decoration: none;
	height: 25px;
	width: 260px;
	border: 1px solid #ad0505;
	padding-left:5px;
}
.tekstvak_breed {
	color: #333;
	background-color:#e1e1e1;
	text-decoration: none;
	height: 25px;
	width: 260px;
	border: 1px solid #ad0505;
	padding-left:5px;
}
.tekstvak_multi {
	color: #333;
	background-color:#e1e1e1;
	text-decoration: none;
	width: 260px;
	border: 1px solid #ad0505;
	padding-left:5px;
}
.tekstvak_medium {
	color: #fff;
	background-color:#333333;
	text-decoration: none;
	height: 25px;
	width: 260px;
	border: 1px solid #000;
	padding-left:5px;
}
.button {
    font-size: 14px;
	width:130px;
	height:22px;
	border:none;
	color:#FFFFFF;
	background-color:#333;	

}
.button:hover{ cursor:pointer; }


.fout { color:#FF0000; }

.download a:link { color:#333; font-size:12px; font-weight:bold; text-decoration:none; }
.download a:active { color:#333; font-size:12px; font-weight:bold; text-decoration:none; }
.download a:visited { color:#333; font-size:12px; font-weight:bold; text-decoration:none; }
.download a:hover { color:#333; font-size:12px; font-weight:bold; text-decoration:underline; }


/* DEZE HACK IS NODIG OMDAT ANDERS HET CONTENT VLAK NIET MEESCHAALD MET EEN FLOATED DIV */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */