/* pagina basics */
HTML {
	font-family: "Century Gothic"
 sans-serif;
	color:#D1CCA4;
	font-size: 16px;
}
/* IE Hack */
* html {
	overflow: auto;  /* toon scrollbalk alleen als dat nodig is */
	font-size: 1em;/* pas fontgrootte aan*/
}

body {
	background: #000;
	overflow: visible;
	background-image:url("./images/patroon2a.jpg");
}
/* LAYERS */
#container {
	position:relative;
	top:10px;
	margin:0px auto;
	padding:0;
	width: 700px;
    z-index:1;
}

#contentbox {
	position:absolute;
	width: 700px;
}
#contentcontainer {
	position:relative;
	z-index:5;
	top: 17px;
	width:640px;
	right:0px;
	padding:20px 10px 50px 48px;
	overflow:auto;
	float:right;
	border: 1px solid #81725F;
	border-bottom:10px solid #81725F;
	background:#000000;
}

#footer {
	position:relative;
	bottom:-20px;
	width:600px;
	margin:-10px auto 50px;;
	padding: 10px 0;
	font-size: 10px;
	line-height:20px;
}
ul
 #contentcontainer * {
	line-height: 1.4em;
}

/* kop gerelateerd */
#contentcontainer h1
 #contentcontainer h2
 #contentcontainer h3

#contentcontainer h4
 #contentcontainer h5
 #contentcontainer h6 {
	position:relative;
	left:-35px;
	padding: 0;
	margin:0;
	font-size:150%;
	color: #81725F; /* goudkleur */
}
h2
 h4
 h6 {
	text-transform:uppercase;
	font-size:80%
}

/* paragraaf gerelateerd */
p {
	margin-top: 0px;
	margin-right: 30px;
}
p a {
	color: #003e7e;
	text-decoration:none;
}
p a:hover
 p a.extern:hover {
	background-color: #dbdfed;
}
p a.extern {
	background: url(/images/external.png) center right no-repeat;
	padding-right: 12px;
	margin-right:5px;
}
.eerste-alinea {
	font-style:oblique;
	font-weight:bold
}

/* address */
address {
	font-size: 110%;
	text-align: center;
	color: #FFFFFD;
}
address a {
	text-decoration:none;
	color: #FFFFFD;
}
address a:hover {
	text-decoration:underline;
	color: #FFFFFD
}

/* afbeeldingen */
img {
	border:none;
}
img#kop{
	width: 700px;
	height: 193px;
}
a.imglink
 a.imglink:hover {
	display:block;
	float:left;
	width: 276px;
	height:81px;
	background: #FFF;
	text-align:center;
	margin-right:2px;

}


/* MENU gerelateerd */
ul#menu {
	position:absolute;
	left:0;
	width: 699px;
	top: 195px;
	margin:0;
	padding:0;
	/*list-style:none */;
	font-family:sans-serif;
	border-right: 1px solid #81725F; /* goudkleur */


}
#menu li {
	margin:0 auto;
	margin-bottom:1px;
	text-align: center;
	display:inline;
	float:left;
}
#menu li a {
	text-align: center;
	padding:0 15px;
	font-variant: small-caps ;
	display:block;
	color: #81725F;
	text-decoration:none;
	font-weight:bold;
	border-left: 1px solid #81725F; /* goudkleur */
}
#menu li a:hover{
	color: #dbdfed;
	background-color: #a0abcc ;
}
#menu li a#actief {
	color: WHITE;
	border-left: 1px solid #81725F; /* goudkleur */
}
/* FORMULIEREN */

fieldset
 fieldset * {
	margin:0 5px;
}
fieldset {
	border:1px solid #526ba1;
	margin-bottom: 15px;
}

legend {
	font-weight:bold;
	color: #526ba1;
}
label {
	display: block;
	padding: 2px;
	height: 1.5em;
	}
label input {
	width: 350px;
	float:right;
	border:1px solid #526ba1;
	background:transparent;
}
label.radio input {
	float:left;
	width:15px;
}
input.postcode {
	width:60px;
	margin-right: 8px;
}
input.plaats {
	width:250px;
}
input[name ^="file"] {
	width:350px;
	border-style:solid;
	border:1px solid #526ba1;
}
select {
	height: auto;
	width:  auto;
	border:1px solid olive;
	margin:10px auto;
}
textarea{
	height: 45px;
	width: 580px;
	border:1px solid #526ba1 ;
	margin: 10px;
	overflow:auto;
}
textarea:hover
 input:hover
 select:hover {
	background-color:#DBDFED ;
}
textarea:focus
 input:focus
 select:focus {
	background-color:#DBDFED ;
	border-color: #e4801c;
}
fieldset#knoppen {
	text-align:center;
	padding-bottom: 15px;
}
input.button {
	padding:2px;
	margin: auto;
	color: #003e7e;
}
#fout {
	margin:0 5px 20px;;
	padding:10px 10px 0;
	border:1px solid red;
}
#fout li {color:#e4801c;}
.required {color:#e4801c;}

/* OVERIGEN */
hr {
	border-bottom:1px solid #81725F; /* goudkleur */
	color:#81725F; /* goudkleur */	width:150px;
}

.meerlink {
	font-size: smaller;
	color:#81725F;
}

input
 textarea {
	border:1px solid #81725F;
	padding:0 2px;
	margin: 0 3px;
	background-color:transparent;
	color: #D1CCA4;
}
textarea#bijzonderheden {
	width:320px;
	color: #D1CCA4;
	}
em {
	font-style:normal;
}

