/* ====================================================
	Title:	Screen Style Sheet
	Author:	Joost van Velzen
	Site:		http://www.NR6.nl
	Date:		2006.07.03
==================================================== /*


/* =Import Stylesheets
   Only modern browsers import these stylesheets
==================================================== */


/* Classes die ze via Tiny zelf in de source kunnen zetten
==================================================== */

.oranjebold {
	font-weight: bold;
	color: #f18e00;
}
.titellijn {
	padding-bottom: 10px;
	color: #f18e00;	
	font-weight: bold;
	font-size: 13pt;
}
hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #f18e00; 
	border-style: none none dotted none;	
}
.rechtsuitlijnen {
	float: right;
	padding: 10px;
}
.rechtsuitlijnen p {
	margin-left: 10px;
	margin-top: -5px;
}


/* HTML redefinitions
==================================================== */
* {
	margin: 0;
	padding: 0;
}
html, body { 
	background-color: #ccc; 	
	margin: 0; 
	padding: 0;
	font: small/150%  Arial, Helvetica, sans-serif; 
	text-align: center;
}

body {
	margin: auto 0;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	background: #ccc url(../images/background.jpg) repeat-y 50% 0;
}

/* Lay-out
==================================================== */

#container {
	margin: 10 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/contentbg.gif);
	background-position: 10px;
	background-repeat: repeat-y;
	width: 780px;
	padding: 10px;
	padding-bottom: 0px;
	overflow: hidden;
}

#inner {
	margin: 0px; 
	width: 100%; 
} 
#navigation {
	height: 100%;
	width:255px; 
	float:left;
	position: relative; 
	text-indent: 0;
	margin-left:0px; 
	margin-right:1px;
	background-image: url(../images/navbackground.gif);
	background-repeat: no-repeat;
	text-align: left;
	list-style: none;
	
}

#navigation ul {
	padding-top: 8px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 0;
	width: 250px;
	margin-left: 0;
	text-indent: 0;
	list-style:none;
}

#navigation ul li {
	padding-bottom: 18px;
	font-size: 11pt;
	font-weight: bold;
	list-style: none;
	text-indent: 0;
	margin-left: 15px;
	padding-left: 0;
}

#navigation #logo {
	float: right;
	padding-top: 60px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#navigation ul#nav li ul {
	display: none;
}
#navigation ul#nav li ul li {
	display: none;
}
#content {
 	float: right;
	display: block;
	text-align: left;
	width: 510px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content2 {
 	float: right;
	display: block;
	text-align: left;
	width: 510px;
	margin-top: -10px;
	margin-bottom: 0px;
}
#content2 img {
	margin-left: -1px;
}

#content-header, #content-body {
	margin-left: 50px;
	margin-right: 50px;
}

#footer {
	clear: both;
	height: 0px;
}

#jublieum {
	position: absolute;
	margin-top: -300px;
	margin-left: 175px;
	z-index: 11;
	display: none;
}
#jublieum2 {
	
	display: none;
}
/* Fonts & colors
==================================================== */

h2 {
	font-size: 11pt;
}
h2 .sifr sIFR-replaced {
	font-size: 12pt;
}
.oranjebold {
	color: #f18e00;
	font-weight: bold;
}
#navigation a {
	color: #fff;
	font-family: Arial, Helvetica, Verdana;
	text-decoration: none;
}

#navigation a:hover {
	color: #f18e00;
}

#navigation a:active {
	color: #f18e00;
}

#content-header h1 {
	margin-top: 20px;
	border-bottom: #f18e00 1px dotted;
	padding-bottom: 10px;
	color: #f18e00;	
	font-weight: bold;
	font-size: 13pt;
}

.title-border {
	margin-top: 20px;
	color: #f18e00;
	border-bottom: #f18e00 1px dotted;
	padding-bottom: 10px;
	color: #f18e00;	
	font-weight: bold;
	font-size: 13pt;
}


#content-body {
	border: 0px;
}

#content-body img {
	padding: 5px;
	margin-left: 5px;
}

 a {
	color: #f18e00;
}

td strong {
	color: #f18e00;
}
td {
	border-bottom: 1px #f18e00 dotted;
}
.hidden {
	display: none;
}

.sIFR-replaced {
	color: #f18e00;
}

/* IE bugfixing -> IE showed the background pic too much.
   See ie.css
==================================================== */
#bottomfix {
	height: 10px;
}
fieldset {
	border: 0px;
}
textarea {
	width: 400px;
}