﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	/*background-image: url("../images/background_tile.gif");*/
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #369;
}
#container {
	border-right: 4px solid #daa520;
	border-bottom: 4px solid #daa520;
	border-left: 4px solid #daa520;
	border-top: 4px solid #daa520;
	background-color: #cc9;	 
	margin-top:20px;
}
#masthead {
	border-top-width:10px;border-top-style:solid;border-top-color: #cc9;
	border-left-width:10px;border-left-style:solid;border-left-color: #cc9;
	border-right-width:10px;border-right-style:solid;border-right-color: #cc9;
	text-align: left;
	background-color: #336699;
	background-image: url("../images/banner840x120ZonderNaam.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 0px solid #808080;
	border-bottom: 0px solid #808080;
	border-left-width:10px;border-left-style:solid;border-left-color: #cc9;
	border-right-width:10px;border-right-style:solid;border-right-color: #cc9;
	background-color: #5E6E85;
	background-image: url("../images/Achtergrond_navigatie_840x1.jpg");
  	background-repeat:repeat;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 392px;
	padding: 15px;
	background-color: #cc9;
}
html>body #column_l {
	width: 395px;
	padding: 0 15px;
	background-color: #cc9;
}
#column_r {
	width: 392px;
	padding: 15px 10px;
	background-color: #cc9;
}
html>body #column_r {
	width: 395px;
	padding: 15px 10px;
	background-color: #cc9;
}
#content {
	background-color: #fff;
}
#footer {
	clear:both;
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #369;
	font-size: xx-large;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 0;
}
#masthead h3 {
	color: #8B0000;
	margin-top: 20px;
	margin-left: 20px;
	}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #afc4df;
	display: block;
	padding: 5px;
	border: 0px solid #0c0d0f;
	background-color: transparent;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #cc9;
	border: 0px solid #8b0000;
/*	background-color: #afc4df;*/
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #336699;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

