/* CSS Document */
html, body {
font-weight: 700;
color: #ffffff; 
font-size:11.0pt;
font-family: "Arial Narrow";
   background-image: url(images/bg.jpg);
   background-attachment: fixed;
}
#mainfilm2{
border: 2px solid #ffffff;
width: 313px;
}
td {
font-weight: 700;
color: #ffffff; 
font-size:11.0pt;
font-family: "Arial Narrow";
text-align: left;
}
td.duik {
font-weight: 700;
color: #003d61; 
font-size: 10.5pt;
font-family: "Arial Narrow";
background: #ffffff;
}
td.nieuws{ 
font-size: 10.5pt;
font-weight: 700;
}
input, textarea {
	border: 0px solid #000000;
}

form{
  padding: 0px;
  margin: 0px;
}

.kop{
font-size: 16.0pt;
font-weight: 700;
color: #f4810d;
}
.subkop{
font-size: 13.0pt;
font-weight: 700;
color: #f4810d;
}
.subkop2{
font-size: 11.5pt;
font-weight: 700;
color: #f4810d;
}
.kop2{
font-size: 11.5pt;
font-weight: 700;
color: #f4810d;
}
a.subkop {
/*text-decoration: none;*/
}
a {
text-decoration: none;
color: #00ff00;
}
a:hover {
color: white;
}
a.koplnk {
text-decoration: none;
color: #f4810d;
}
a.koplnk:hover {
color: white;
}
a.blauw {
text-decoration: none;
color: #f4810d;
}
a.blauw:hover {
color: #003d61;
}
a.navigatie{
font-size: 13.0pt;
font-weight: 700;
color: #f4810d;
}
a.navigatie:hover {
color: white;
}

img.nieuws  {
border: 3px solid #f4810d;
}
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:20px; 
}
#nav a{
display:block;
padding:0px 0px;

border:0px solid #333;
color:#fff;
font-family: "Arial";
font-size: 10.5pt;
line-height:20px; 
font-weight: 500;
text-decoration:none;
background-color:#f4810d;
}

#nav a:hover{
background-color:#fff;
color:#003d61;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:29px;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}


