@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:hover{
	text-decoration:underline;
}

.baksteen{
	clear:both;
	position:relative;
}

/* CONTAINER */
#container{
	margin:auto;
	width:720px;
}

#logo{
	text-align:center;
	margin:0px 0px 0px 275px;
	position:absolute;
}

#wit{
	height:160px;
}

/* MENU*/
#menu{
	margin-bottom:10px;
	background-color:#000;
	color:#FFF;
	float:left;
	width:360px;
	padding:3px 0px 3px 0px;
}

#menu2{
	margin-bottom:10px;
	width:320px;
	background-color:#000;
	color:#FFF;
	float:right;
	padding:3px 40px 3px 0px;
}

.menuNav{
	width:360px;
	margin:0px;
}

.menuNav2{
	width:360px;
	margin:0px;
	margin-left:65px;
}

.menuNav li, .menuNav2 li{
	padding:3px 10px 3px 10px;
	display:inline;
	margin-right:40px;
}

.active{
	padding:3px 10px 3px 10px;
	background-color:#e0144c;
}

.menuNav li:hover, .menuNav2 li:hover{
	padding:3px 10px 3px 10px;
	background-color:#e0144c;
}

#menu .menuNav li a, #menu2 .menuNav2 li a{
	color:#FFF;
	text-decoration:none;
}

/* CONTENT*/
#content{
	border:1px solid black;
	background-image:url(../images/contentBackground.png);
	background-repeat:repeat-y;
}

#tekst{
	padding:20px 20px 20px 20px;
	line-height:16px;
}

#tekst a{
	color:#000;
	text-decoration:none;
}

#tekst a:hover{
	text-decoration:underline;
}

.foto{
	float:left;
}

/* LINKS*/
#links{
	float:left;
	width:494px;
	border-right:1px solid black;
}

#LtopAfbeelding{
	border-bottom:1px solid black;
	float:left;
}

/*RECHTS*/
#rechts{
	float:right;
	width:223px;
}

#RtopAfbeelding{
	border-bottom:1px solid black;
}

#aanbiedingen{
	text-align:center;
	padding:10px 0px 10px 0px;
}

.aanTekst{
	margin:auto;
	padding:15px 0px 20px 0px;
	width:200px;
	line-height:16px;
}

.prijs, b{
	line-height:20px;
	color:#e0144c;
	font-size:13px;
}

/* CONTACT FORM*/
.veld{
	border:1px solid black;
	width:300px;
}

.veldGroot{
	width:300px;
	height:50px;
	border:1px solid black;
}

.zendKnop{
	color:#FFF;
	background-color:#999;
	border:0px;
	float:right;
}

/* TIJDEN*/
#tijden{
	margin-top:10px;
	border-top:6px solid black;
	border-bottom:6px solid black;
	padding:15px 20px 15px 20px;
	line-height:18px;
}
/* FOOTER */
#footer{
	padding:10px 20px 10px 20px;
	margin-bottom:10px;
}

.footerR{
	float:right;
}

.footerL{
	float:left;
}

#footer a{
	color:#000;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}