/* Style properties for HTML elements based on the HTML 4.01 Specification. <http://www.w3.org/TR/html401/cover.html#toc> */

/* Section 1: Contextual selectors */

html {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
color: #FFF;
margin: 0px;
padding: 0px
}

/* Section 1.1: The document body */

body {
background-color: #63635D;
margin: 0px; 
padding: 0px;
background-image: url(../images/achtergrond_body.gif);
background-repeat: repeat-x;
background-position: top
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
address {}

/* Section 1.2: Text */

/* 1.2.1: Structured text */

em {}
strong {}
dfn {}
code {}
samp {}
kbd {}
var {}
cite {}
abbr {}
acronym {}
blockquote {}
q {}
sub {}
sup {}

/* End of 1.2.1 */

p {}
pre {}
ins {}
del {}

/* Section 1.3: Lists */

ul {}

ol {}

li {}
dl {}
dd {}
menu {}

/* Section 1.4: Tables */

table {}
caption {}
thead {}
tfoot {}
tbody {}
colgroup {}
col {}
tr {}
th {}
td {}

/* Section 1.5:  The A element */

a:link, a:visited {
text-decoration: underline;
font-size: 12px;
color: #F29320;
}

a:hover {
text-decoration: underline;
font-size: 12px;
color: #FFF;
}

a:link.copyright, a:visited.copyright {
text-decoration: none;
font-size: 10px;
color: #FFF;
}

a:hover.copyright {
text-decoration: none;
font-size: 10px;
color: #F29320;
}

/* Section 1.6: Objects, Images, and Applets */

img {
border: 0px
}

object {}
applet {}

/* Section 1.7: Alignment, font styles, and horizontal rules */

/* 1.7.1: Fonts "[...] their use is discouraged in favor of style sheets." */

tt {}
i {}
b {}
big {}
small {}

/* End of 1.7.1 */

hr {}

/* Section 1.8: Frames */

iframe {}

/* Section 1.9: Forms */

form {
padding-left: 0px;
}
input {}
input:focus {}
button {}
button:focus {}
select {}
select:focus {}
optgroup {}
option {}
textarea {}
textarea:focus {}
label {}
fieldset {}
legend {}

/* Section 2: Class selectors */

.bodycontainer {
position: relative;
margin: 0px auto;
text-align: left;
padding: 0px;
width: 900px;
background-color: #FFF;
}

#navcontainer {
position: absolute; 
text-align: left;
z-index: 100; 
top: 200px; 
left: 0px;
width: 186px;
}

#navcontainer ul {
margin: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
list-style-type: none;
}

#navcontainer a {
display: block;
padding-right: 0px;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
width: 200px;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 10px;
}

#navcontainer a:link, #navlist a:visited {
color: #FFF;
padding-top: 3px;
padding-bottom: 3px;
font-weight: bold;
text-decoration: none
}

#navcontainer a:hover {
color: #F29320;
padding-top: 3px;
padding-bottom: 3px;
font-weight: bold;
text-decoration: none;
}

.contentcontainer {
position: absolute;
top: 0px;
left: 0px;
width: 902px;
text-align: left
}

.copyright {
position: relative;
left: 0px;
width: 915px;
height: 30px;
text-align: right;
font-size: 10px;
color: #FFF;
}

.taalkeuze {
position: relative;
float: left;
left: 205px;
width: 50px;
height: 20px;
font-size: 10px;
text-align: left;
color: #FFF;
}

.logo {
position: relative;
display: block;
width: 262px;
top: 102px;
left: 210px;
height: 176px;
z-index: 1
}

.content {
position: relative;
margin: 0px;
top: 0px;
left: 200px;
width: 715px;
_height: 591px;
min-height: 591px;
padding: 0px;
border-left: 1px solid #94948B;
border-right: 1px solid #94948B;
border-bottom: 1px solid #94948B;
z-index: 10
}

.flashbanner {
position: relative;
top: 0px;
float: right;
width: 400px;
height: 70px;
}

.searchengine {
display: none
}
