*{
margin:0;
padding:0;
}

body{
background-color:#070000;
background-image:url(../images/background.jpg);
background-repeat:no-repeat;
}





#intro{
position:absolute;
top: 50%;
margin-top:-178px;
left: 50%;
margin-left:-464px;
width: 929px;
height: 357px;
background-image:url(../images/intro.png);
background-repeat:no-repeat;
}
#introtekst{
width:430px;
height:220px;
z-index:2;
display:block;
float:right;
margin-top:88px;
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif;
color:#cbcbcb;
font-size:1em;
line-height:1.5em;
}
.introtekst a:link, .introtekst a:visited, .introtekst a:hover, .introtekst a:active{
color:#cbcbcb;
text-decoration:none;
}
#introtekst .keyword{
color:#e8cc0c;
}





#navigation{
	position: fixed;
	height:50px;
	width: 100%;
	background-color:#5a1b08;
	border-bottom: 3px solid #000000;
}
#navContainer {
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
}
.nav {
	list-style: none;
	overflow: hidden;
}
.nav li {
    float: left;
	text-align:center;
}
.nav a:link, .nav a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c09569;
	font-size:1.2em;
	text-transform:uppercase;
	text-decoration:none;
	line-height:1em;
	padding-right:100px;
}
.nav a:hover, .nav a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e8cc0c;
	text-transform:uppercase;
	text-decoration:none;
}
.navSelected{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e8cc0c;
	font-size:1em;
	text-transform:uppercase;
	text-decoration:none;
}
.navSmall a:link, .navSmall a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c09569;
	font-size:0.7em;
	text-transform:uppercase;
	text-decoration:none;
	padding-right:5px;
}
.navSmall a:hover, .navSmall a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e8cc0c;
	text-transform:uppercase;
	text-decoration:none;
}





#container {
width:800px;
margin:0 auto;
min-height:100%;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
padding-top: 50px; /* the bottom margin is the negative value of the footer's height */
}


#content_left {
    padding: 0;
	margin-bottom:50px;
    width:530px;
	float:left;
	display: block;
}

#content_right {
    padding: 0;
	margin:0;
    width:205px;
	float:right;
	display: block;
}


h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e8cc0c;
	text-transform:uppercase;
	text-decoration:none;
	font-size:0.9em;
	line-height:1.6em;
	padding-left:10px;
}
h1.a:link, h1.a:visited, h1.a:hover, h1.a:active{
	color:#e8cc0c;
	text-transform:uppercase;
}
p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ab8053;
	text-decoration:none;
	font-size:0.9em;
	line-height:2.0em;
	padding-left:10px;
}
p a:link, p a,visited{
	color:#c73d13;
	text-decoration:none;
	text-transform:none;
	font-size:1em;
}
p a:hover, p a:active{
	color:#c73d13;
	text-decoration:none;
	text-transform:none;
}

.links li {
	list-style:inside;
	list-style-image:url(../images/link_arrow.png);
}
.linkTitle, .linkTitle a:link, .linkTitle a:visited, .linkTitle a:hover, .linkTitle a:active{
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e8cc0c;
	text-transform:uppercase;
	text-decoration:none;
	font-size:0.9em;
	padding-left:9px;
	display:inline;
	vertical-align:top;
}

p.link{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ab8053;
	text-decoration:none;
	font-size:0.9em;
	line-height:2.0em;
	padding-left:60px;
	width:440px;
}

.nieuws li {
	list-style:inside;
	list-style-image:url(../images/icon_nieuws.png);
}

p.nieuws{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ab8053;
	text-decoration:none;
	font-size:0.9em;
	line-height:2.0em;
	padding-left:65px;
	width:440px;
	vertical-align:top;
}
p.nieuws a:link, p.nieuws a:visited {
color:#c73d13;
text-decoration:underline;
float:right;
}

.input
{
color: #070000;
background: #e7e6e4;
border: 0px;
padding:5px;
height:25px;
}
.textfield
{
color: #070000;
background: #e7e6e4;
border: 0px;
padding:5px;
}
.submit
{
color: #070000;
background: #c73d13;
border: 0px;
padding:10px;
height:35px;
}

