﻿@import url("layout.css");

h1 {
	font-family:"Courier New", Courier, monospace;
	font-size: 56px;
	font-weight: normal;
	text-align: center;
	margin:0px;
}

h2, h3, h4 {
	margin-bottom:0px;
}

p {
	margin-top:0px;
	margin-bottom:0px;
}

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
	background:  #abc url('../images/back_body.jpg') repeat-x scroll;
		
}


#container {
	width: 646px;
	margin:  auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
}

#masthead {
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #bde;
}

#page_content {
	background-color: #d9e4e9;
	width:626px;
	margin-left: 10px;
	margin-right:10px;
}


#sidebar {
	margin-top: 50px;
	float: left;
	width: 160px;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}

#content {
	float: right;
	width: 426px;
	margin-top: 0;
	margin-right: auto;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	border-left: thin #FF9900 solid;
}

#footer {
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}

#content ul {
	margin-top:0px;
	margin-bottom:5px;
}

#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-right: 5px;
	margin-top:0px;
	margin-bottom:3px;
}

#culinaireformule {
		margin-top:5px;
}

#culinaireformule #links {
	float:left;
}
#culinaireformule #rechts {
	margin-left:200px;
}

#culinaireformule ul {
	list-style-type:circle;
}
#spacer {
	clear:both;
	height:1px;
}

/* ======= Correction for Browser ======= */
.gecko #page_content  {
	float:left;
}
.ie #masthead img  {
	margin-bottom:	-3px;
}

/* ========== Styles for Navigation ========== */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#sidebar li {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	height: 25px;
}

#sidebar a {
	text-decoration: none;
	color: #118;
	display: list-item;
	padding: 5px;
}

#sidebar a:hover {
	text-decoration: none;
	color: #FF9900;
	background-color: #f2f2f2;
}

#sidebar a:active {
	text-decoration: none;
	color: #FF9900;
}

body#home a#nav_home,
body#particulier a#nav_particulier,
body#zakelijk a#nav_zakelijk,
body#industrieel a#nav_industrieel,
body#contact a#nav_contact {
	text-decoration: underline;
	color: #118;
	}


/* ========== Styles for Footer ========== */
#footer p {
	font-size: 0.85em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}
