﻿@import url("layout.css");
body {
	background-color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color: #4c4c4c;
	}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	azimuth:center;
	margin-top: 25px;
	border:5px solid #FF7F2A;
	border-right:20px solid #ff7f2a;
	background-color: #fff;
}
#masthead {
	width: 360px;
	height:173px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color:#ff7f2a;
	}

#beeldcontainer {
	width: 490px;
	height:173px;
	float: right;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color:#ff7f2a;
	}

#navigation {
	width: 850px;
	height:34px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	border-top:3px solid white;
	background-color:#4C4C4C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	}
	
#page_content {
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 450px;
	text-align: left;
	padding-top: 7px;
	padding-left: 15px;
	padding-bottom: 5px;
	
}

#sidebar {
	float: left;
	width: 355px;
	text-align: left;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#insidebar {
	float: right;
	width: 320px;
	text-align: left;
	}

#img {
	padding: 5px;
	border:1px;
	border-color:#CCCCCC;
}


#footer {
	clear: both;
	width: 850px;
	height:30px;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
	padding-left:15px;
	background-color:#ff7f2a;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 6px;
	padding: 4px;
	border-top:0px;
	background-color: #ff7f2a;
}
#navigation a:hover {
	text-decoration: none;
	color: #4C4C4C;
	background-color: #ccc;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
}	

#content img {
	padding: 5px;
	border: 1px solid #cccccc;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}

#sidebar img {
	padding: 5px;
	border: 1px solid #cccccc;
}


/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #4c4c4c;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}