/* 
    Document   : screen
    Created on : 17-feb-2010, 17:06:17
    Author     : Yorick Phlypo
    Description:
        Default screen stylesheet
*/

/*========== General ==========*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.45;
	color: #978500;
	border-left-style: 0;
	background-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	color: #808000;
	font-size: 16px;
}
h1 {
	font-size: large;
	line-height: 1.504em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #979700;
}
h2 { margin: 2.25em 0 0.75em; padding: 0.33em 0; font-size: 1.33em; font-weight: normal; }
h3 { margin: 0 0 0.33em 0; font-size: 1.3em; }
h4 { margin: 0.66em 0 0.33em 0; }
h5, h6 { padding: 0 0.33em 0 0; }

a {
	color: #99CC00;
	text-decoration: none;
}
a:link {
	color: #99CC00;
}
a:visited {
	color: #669900;
}
a:hover,
a:focus {
	color: #66CC00;
}
a:active {
	color: #669900;
}

img.right { float: right; }

p {
	color: #7D7D00;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.66em;
	margin-left: 0;
}
ol { margin: 0 0 0.66em 1.75em; list-style: outside decimal; }
ul {
	margin: 0 0 0.66em 1.75em;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
ul ul, ol ul, ul ol, ol ol { margin-left: 1em; }
dl { margin: 0 0 0.66em; }
dt { float: left; width: 8em; font-weight: bold; text-align: right; color: #df6; }
dd { margin-left: 8em; padding-left: 0.66em; }
address { }
strong { }
em { }

/*********** Tables ***********/
table { margin: 0 0 0.66em; width: 611px; empty-cells: show; vertical-align: top; border-collapse:collapse; border-color: #df6; border-width: 2px; border-style: solid; }
th, td { padding: 0.3em; border-width: 2px; border-style: solid; border-color: #df6; }
caption { font-size: 1.7em; padding: 0.17em; }
thead th { font-weight: bold; color: #001a00; background: #df6; text-align: center; }
tfoot th { font-weight: bold; color: #001a00; background: #df6; text-align: center; }

table.noborders,
td.noborders, 
th.noborders { border: none; }

td.centered { text-align: center; }

/*========== Structure ==========*/
#wrapper {
	margin: 0 auto;
	width: 992px;
	background-color: #170C00;
	background-image: url(../images/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: 630px 160px;
}
#container { margin: 0 40px; overflow: hidden; font-size: 1.4em; color: #dfc; }
#footer { font-size: 1.33em; clear: both; margin: 2em 40px; padding: 1em 17px; text-align: right; border-top: 1px solid #af0; color: #af0; }

#language { width: 100%; border-bottom: 1px solid #af0; }
#header { position: relative; margin: 0 0 0.33em; padding: 0 7px 0em; height: 10em; }
#sidebar { position: relative; float: left; width: 181px; margin: 0 26px 0 0; padding: 3em 0 1.33em; overflow: hidden; font-size: 1.1em; }
#contentwrapper {
	margin-left: 228px;
	padding: 1em 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #979700;
}

/*********** Language selection ***********/
#language ul { float: right; padding: 0.4em 1em 0; }
#language li { float: left; padding-left: 0.8em; list-style: none; text-transform: uppercase; }
#language li a { color: #df0; }
#language li a:hover,
#language li a:focus { text-decoration: none; }

/*********** Header ***********/
#header h1 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
#header #logo { text-align: center; }
#header #logo a {
	position: absolute;
	left: 18px;
	top: 4px;
	width: 650px;
	font-size: 60px;
	line-height: 1em;
	font-weight: normal;
	text-transform: none;
	color: #FFFF7D;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	z-index: 0;
}

/* Navigation */
#navigation { position: absolute; top: 126px; right: 224px; }
#navigation ul { margin: 0; }
#navigation li { float: left; padding: 0.2em 0.5em; list-style: none; }
#navigation li a {
	display: block;
	padding: 0.3em 0.48em;
	text-decoration: none;
	color: #FFFF7D;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation li.active a { color: #120; background: #df0; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
#navigation li a:hover,
#navigation li a:focus {
	color: #170C00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #FFFF7D;
}

#wide-content #navigation { right: 20px; }

/*********** Sidebar ***********/
#container #sidebar h2 {
	margin: 0 0 0.82em 3em;
	padding: 2px 0 0.25em;
	width: 8.7em;
	border-bottom: 1px dotted #af0;
	font-size: 0.91em;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: lowercase;
	color: #FFFF7D;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar li { padding: 0.2em 0.5em; list-style: none; }
#sidebar li li { line-height: 1em; }
#sidebar li a {
	display: block;
	padding: 0.3em 0 0.3em 0.48em;
	text-decoration: none;
	color: #FFFF7D;
}
#sidebar li.active a {
	color: #FFFF7D;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #170C00;
}

#sidebar li.active ul { margin: 0.2em 0 0 1.5em; }
#sidebar li.active li { margin: 0; padding: 0; }
#sidebar li.active li a {
	font-size: 0.91em;
	color: #FFFF7D;
	background: none;
}
#sidebar li.active li.active a {
	color: #FFE06D;
	background: #df0;
}

#sidebar li a:hover,
#sidebar li a:focus {
	color: #FFFF7D;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #170C00;
}

/* IE6 en IE7 bugfixes */
#sidebar li.active a:hover,
#sidebar li.active a:focus,
#sidebar li.active li a:hover,
#sidebar li.active li a:focus,
#sidebar li.active li.active a:hover,
#sidebar li.active li.active a:focus {
	color: #808000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #170C00;
}

/*********** Home ***********/
#home #container { min-height: 450px; }
#home #languageselection { margin: 2em 0 2em 6em; }
#home #languageselection ul { margin: 0; padding: 0; }
#home #languageselection li { float: left; padding: 0.2em 0.5em; list-style: none; }
#home #languageselection li a {
	display: block;
	padding: 0.3em 0.48em;
	text-decoration: none;
	font-weight: bold;
	color: #FFFF7D;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #170C00;
}
#home #languageselection li a:hover,
#home #languageselection li a:focus { background: #df0; }

/*=========== Content ===========*/
#content {
	padding: 2em 1.33em 2em 2em;
	width: 446px;
	border: 1px solid #001a00;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #FFFFFF;
}
#content h1 { clear: right; /* IE bugfix: conflict h2 na h1 */ }
#wide-content #content { width: 632px; }

/*********** Pedigree ***********/
#pedigree { text-align: center; }
#pedigree div { overflow: hidden; float: left; padding: 0 2%; width: 45.9%; text-align: center; }
#pedigree span { display: block; height: 67px; }
#pedigree img { margin: 0; padding: 0; height: 58px; border: 1px solid #001a00; }
#pedigree p { overflow: visible; margin: 0; padding: 0; height: 60px; font-size: 10px; letter-spacing: 0.05em; }



/*********** Clearfix ***********/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
.ruimterechts {
	margin-right: 10px;
}
.ruimtelinks {
	margin-left: 10px;
}

