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


/*------------------------------- CSS reset ---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
} 
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px dotted #551004;
	margin: 5px 0 10px 0;
}


/*------------------------------- Body ---------------------------------*/

body {
	background: url(../images/bg.gif) repeat-x #9A9A9A;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

h1 { color: #000000; font-size: 15px;}
h2 { color: #000000; font-size: 13px;}
h3 { color: #000000; font-size: 13px;}
h4 { color: #000000; font-size: 11px;}
h5 { color: #000000; font-size: 10px;}
h6 { color: #000000; font-size: 9px;}


/*------------------------------- Container ---------------------------------*/

#container {
	margin: 0 auto;
	width: 984px;
	background:url(../images/containerBg.png);
}


/*------------------------------- Header ---------------------------------*/

#header {
	width: 984px;
	height: 49px;
	background: url(../images/bg.gif);
}
#header #lintje {
	float: left;
	width: 100px;
	height: 49px;
	margin: 0 0 0 75px;
	background: url(../images/lintje.jpg); 
}


/*------------------------------- Menu ---------------------------------*/

#menu {
	float: left;
	width: 759px;
	height: 49px;
	margin: 0 0 0 39px;
}
#menu li {
	float: left;
}
#menu li a {
	float: left;
	display: block;
	height: 48px;
	margin: 0 25px;
	text-indent: -9999px;
}
#menu li.home a { background: url(../images/menu/home.gif); width: 39px;}
#menu li.producten a { background: url(../images/menu/producten.gif); width: 83px;}
#menu li.recepten a { background: url(../images/menu/recepten.gif); width: 72px;}
#menu li.restaurants a { background: url(../images/menu/restaurants.gif); width: 98px;}
#menu li.bestellen a { background: url(../images/menu/bestellen.gif); width: 79px;}
#menu li.contact a { background: url(../images/menu/contact.gif); width: 64px;}

#menu li.home a:hover, #menu li.home a.active { background: url(../images/menu/homeActive.gif);}
#menu li.producten a:hover, #menu li.producten a.active { background: url(../images/menu/productenActive.gif);}
#menu li.recepten a:hover, #menu li.recepten a.active { background: url(../images/menu/receptenActive.gif);}
#menu li.restaurants a:hover, #menu li.restaurants a.active { background: url(../images/menu/restaurantsActive.gif);}
#menu li.bestellen a:hover, #menu li.bestellen a.active { background: url(../images/menu/bestellenActive.gif);}
#menu li.contact a:hover, #menu li.contact a.active { background: url(../images/menu/contactActive.gif);}


/*------------------------------- Banner ---------------------------------*/

#banner {
	width: 970px;
	height: 243px;
	margin: 0 7px;
	background: url(../images/banner.jpg);
}


/*------------------------------- Wrapper ---------------------------------*/

#wrapper {
	padding: 0 0 239px 0;
}


/*------------------------------- SidebarLeft ---------------------------------*/

#sidebarLeft {
	float: left;
	width: 170px;
	margin: 3px 0 0 0;
}
#sidebarLeft img {
	margin: 0 0 22px 1px;
}


/*------------------------------- Content ---------------------------------*/

#content {
	float: left;
	width: 560px;
	padding: 4px 25px 0 39px;
	font-size: 11px;
	color: #000;
}
	#content a { color: #000; text-decoration: none;}
	#content a:hover { color: #551004; border-bottom: 1px dotted #551004;}

#content img {
	border: 1px solid #551004;
}

/*--- Receptem ---*/
#content #recepten h3 {
	margin: 25px 0 10px;
	padding: 0 0 5px 0;
	color: #551004;
	border-bottom: 1px dotted #551004;
}
#content #recepten li {
	padding: 3px 10px;
}


/*------------------------------- SidebarRight ---------------------------------*/

#sidebarRight {
	position: relative;
	float: left;
	width: 165px;
	margin: 0 7px 0 18px;
}


/*------------------------------- 3wmedia:logo ---------------------------------*/

#logo_3wmedia {
	position: fixed;
	bottom: 5px;
	right: 5px;
}


/*------------------------------- Footer ---------------------------------*/

#footer {
	position: relative;
	clear: both;
	width: 100%;
	height: 239px;
	margin: -239px 0 0 0;
	background: url(../images/footerBg.gif) repeat-x;
	font-size: 11px;
	color: #C4C4C4;
}
	#footer a { color: #C4C4C4; text-decoration: none;}
	#footer a:hover { color: #FFF;}

#footer .wrapperBottom {
	width: 1004px;
	height: 73px;
	margin: 0 auto 11px auto;
	background: url(../images/wrapperBottom.png);
}
#footer .bottom {
	width: 910px;
	height: 155px;
	margin: 0 auto;
	padding: 0 30px;
}
#footer ul {
	float: left;
	min-width: 130px;
	height: 155px;
	padding: 0 15px;
	background: url(../images/ul.gif) no-repeat left;
}
#footer ul li {
	padding: 2px 0;
}
#footer ul li strong {
	color: #FFF;
}
	#footer ul li strong a { color: #FFF; text-decoration: none;}
	#footer ul li strong a:hover { color: #C4C4C4;}


/*------------------------------- Clearfix ---------------------------------*/

.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 */
