﻿@import url("layout.css");
a {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:active {
	color: #333333;
}
a:hover {
	color: #707277;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #333333;
}
#container {
	width: 646px;
	margin: 15px auto 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-color: #f2f2f2;
}
#masthead {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #800000;
	background: url('../images/felix_background.gif') no-repeat right bottom;
	margin: 0 10px 0 9px;
	width: 626px;
	overflow: auto;
	border-top-color: #9B8467;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 0px;
	background-color: #6F787F;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #dcd8cc;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	background: #F2F2F2;
	float: right;
	width: 456px;
	margin-top: 0;
	margin-right: 10px;
	position: relative;
	overflow: auto;
	margin-left: 0px;
	padding-top: 10px;
}
#content p {
	margin-left: 0px;
	text-align: left;
	margin-right: 10px;
}

/*
#content ol {
	list-style: url("../images/paw.gif") disc;
}
*/

#footer {
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 9px;
	padding: 0;
	overflow: auto;
	background-color: #707277;
	border-bottom-style: solid;
	right: auto;
	left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-bottom-color: #9b8467;
	border-left-color: #666666;
}
#masthead h1 {
	font-family: "Bradley Hand ITC";
	font-size: 38px;
	color: #CFC1B2;
	text-align: left;
	padding: 0px 0px 0px 160px;
	margin: 10px 0px 0px 0px;
}
#masthead img {
	border-color: #800000;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: 900;
	text-decoration: none;
	color: #665B52;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #665B52;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#sidebar a:active {
	color: #FFFFFF;
}
#footer p {
	font-size: 0.9em;
	color: #C0C0C0;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
}
#footer a {
	color: #DCD8CC;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1 {
	padding: 5px;
	color: #403F3D;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	background-color: #DCD8CC;
	margin-right: 20px;
	text-align: center;
}
h2 {
	color: #63483A;
	font-family: "Bradley Hand ITC";
	font-size: 24px;
	font-weight: bold;
	margin-left: 0px;
}
h3 {
	color: #666666;
	font-size: 13px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	margin-right: 10px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
h4 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #9B8467;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h5 {
	color: #666666;
	font-size: 13px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	margin-right: 10px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #352A23;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: normal;
}
ol {
	list-style: url("../images/paw.gif") disc;
}
li > ol {
	list-style-image: none;
	list-style-type: lower-alpha;	
}
td
	/* eigenschappen voor de tabel. */
	{
	position:relative;
	margin-right: auto;
	margin-left: auto;
	top:0px;
	text-align: left;	
	font-size: 11px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;}
input
	/* eigenschappen voor de tekst-inputvelden. */ 
	{
	color: #333333;
	background-color: #DCD8CC;
	width:300px;
	border-style: groove;
	border-color: #ffffff;
	border-width: 1px;
}
/* Preloading images ( niet gebruiken voor de images die op de pagina waar deze class "preload" opgeroepen wordt zelf staan, de browser laat die anders niet zien )*/
.preload
	{
	display: none;
	}
