@charset "UTF-8";

/* Algemeen beeldscherm style sheet voor www.rajnhart.nl */
/* Versie: 2009-04-21 */

body {
margin: 0;
border: 0;
padding: 0;
color: #eee; /* gebroken wit */
background-color: #446; /* donker grijs */
background-image: url("graphics/achtergrond_abstract2.gif");
text-align: left;
font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", "Liberation Sans", Geneva, sans-serif; /* Fonts voor Windows, Mac en Linux */
font-size: 100%;
font-weight: normal;
font-style: normal;
font-variant: normal;
}

a:link { color: #00f; } /* blauw */
a:visited { color: #a0a; } /* paars */
a:hover { color: #66f; } /* lichtblauw */
a:active { color: #f00; } /* rood */

#container {
	margin: 15px auto;
	padding:0;
	border: 2px solid #600;
	width: 50em;
	color: #eeeeee; /* gebroken wit */
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#container-extra {
width: 100%;
height: 100%;
background-image: url("graphics/achtergrond-gezicht1.gif");
background-repeat: no-repeat;
background-position: right top;
}

#header {
margin: 0;
padding: 1.4em;
}

h1, h2 {
margin: 0;
}

h1 {
font-family: "Century Gothic","Apple Gothic","Trebucket MS","URW Gothic L","AnjaliOld Lipi",Gulin,Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif; /* Fonts voor Windows, Mac en Linux */
text-align: center;
font-size: 2.2em;
font-weight: lighter;
letter-spacing: 0.1em;
}

h2 {
margin-top: 0.5em;
color: #999; /* licht grijs */
text-align: center;
font-size: 1.4em;
}

/* ----- Stijl voor navigatie ----- */

#navigation ul {
margin: 0 0 0 35px;
padding:0;
list-style-type: none;
}

#navigation ul li {
display: inline-block;
overflow: visible;
width: 140px;
height: 35px;
margin: 0 35px 0 0;
padding: 0;
color: #bbb; /* gebroken wit */
background-color: #000; /* zwart */
background-image: url("graphics/rodeknop_keuze.gif");
background-repeat: no-repeat;
background-position: center center;
font-size: 1.2em;
}

#navigation ul li#activePage {
color: #eee; /* wit */
background-color: #000; /* zwart */
background-image: url("graphics/rodeknop_pagina.gif");
background-repeat: no-repeat;
background-position: center center;
}

#navigation ul li#activePage p {
height: 35px;
margin: 0;
padding: 5px 0 0 0;
text-align: center;
}

#navigation ul li a {
display:block;
height: 35px;
margin: 0;
padding: 5px 0 0 0;
color: #ecc; /* gebroken wit */
background-color: transparent;
text-align: center;
text-decoration: none;
}

#navigation ul li:hover {
background-image: url("graphics/rodeknop_hover.gif");
color: #eee; /* wit */
background-color: transparent;
}

#navigation ul li a:hover {
color: #eee; /* wit */
background-color: transparent;
}

/* ----- Einde stijl voor navigatie ----- */

/* ----- Stijl voor sub-navigatie ----- */

div.sub-nav {
margin: 0;
padding: 0;
}

div.sub-nav ul {
margin: 0;
padding: 1em 0 1em 100px;
list-style-type: none;
}

div.sub-nav ul li {
display: inline;
margin: 0 1em;
font-size: 0.8em;
font-weight: bold;
font-variant: small-caps;
}

div.sub-nav ul li a {
padding: 0.4em 0.6em;
border: 1px solid #aaa;
color: #aaa; /* grijs */
background-color: transparent;
text-decoration: none;
}

div.sub-nav ul li a:hover {
border: 1px solid #eee;
color: #eee; /* gebroken wit */
background-color: transparent;
}

/* ----- Einde stijl voor sub-navigatie ----- */

#content {
margin: 1em 5em;
padding: 0;
}

div.vastehoogte {
height: 20em;
}

h3 {
margin: 1em 0;
font-family: "Century Gothic","Apple Gothic","Trebucket MS","URW Gothic L","AnjaliOld Lipi",Gulin,Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif; /* Fonts voor Windows, Mac en Linux */
font-size: 1.6em;
font-weight: lighter;
letter-spacing: 0.06em;

}

#content p {
margin: 0.7em 1.5em;
padding: 0;
}

em {
font-style: normal;
font-size: 1.1em;
}

table {
border-collapse: collapse;
}

td {
padding: 10px;
}

td p {
margin: 1em 0;
}

td a {
margin: 0;
padding: 0;
}

td a img {
margin: 0;
padding: 0;
}

/* ----- Stijl voor contactformulier ----- */

form {
margin: 0;
padding: 0 1.5em;
}

label, input, textarea {
display: block;
}

label, input, fieldset {
padding: 0.3em;
}

label {
margin-top: 1em;
}

input, textarea {
font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", "Liberation Sans", Geneva, sans-serif; /* Fonts voor Windows, Mac en Linux */
}

input:focus, select:focus, textarea:focus {
background-color: #dde; /* licht grijs */
}

#submitButton {
margin-top: 2em;
}

.hidden {
display: none;
}

p.remark {
margin-left: 1em;
font-size: 0.75em;
color: #999; /* licht grijs */
}

div.message {
margin: 2em auto;
padding: 2em;
border: 2px solid #600;
}

/* ----- Einde stijl voor contactformulier ----- */

#footer {
margin: 3em 0 0.5em 0;
padding: 0.7em;
background-image: url("graphics/handtekening_jara.gif");
background-repeat: no-repeat;
background-position: right center;
font-size: 0.9em;
}

#footer p {
text-align: center;
}

#footer p a img {
border-width: 0;
}

