*
{
margin: 0;
padding: 0;
border: none;
background-color: transparent;
}

html
{
background: #C2DAE6 url('images/achtergrond14.gif');
overflow: scroll;
overflow-x: auto;
}

body
{
color: #fff;
/*color: #D2D8DB;*/
font-family: Verdana, Arial, helvetica, Tahoma, sans-serif;
font-size: 11px;
font-weight: normal;
}

#page
{
width: 980px;
margin: 0px auto;
}

#header
{
width: 980px;
height: 202px;
margin: 20px 0px 10px 0px;
}

#logo
{
float: left;
width: 202px;
height: 202px;
}

#leus
{
float: left;
width: 778px;
height: 27px;
background-color: #333;
}

h1
{
padding: 4px 0px 0px 10px;
color: #fff;
font-size: 15px;
font-weight: normal;
}

#kop
{
float: left;
width: 778px;
height: 143px;
background-color: #333;
}

#menutje
{
float: left;
width: 778px;
height: 32px;
background-color: #fff;
}

#container
{
float: left;
width: 904px;
margin: 0px 0px 0px 76px;
_margin: 0px 0px 0px 38px;
background: #333 url('images/container.gif');
background-repeat: repeat-y;
}

#sidebar
{
float: left;
width: 210px;
margin: -60px 0 0 0;
font-size: 11px;
font-weight: normal;
}

#adres
{
padding: 20px;
color: #CFE7F3;
font-size: 12px;
}

#sidebar #adres a
{
color: #CFE7F3;
text-decoration: underline;
}

#sidebar #adres a:hover
{
color: #fff;
text-decoration: none;
}

#marqueecontainer
{
position: relative;
width: 210px; /*marquee width */
height: 220px; /*marquee height */
overflow: hidden;
}

#vmarquee
{
position: absolute;
width: 98%;
}
 
#sidebar h2
{
padding: 20px 20px 0px 20px;
color: #CFE7F3;
font-size: 13px;
font-weight: bold;
}

#sidebar p
{
padding: 0px 20px 0px 20px;
color: #CFE7F3;
}

#sidebar a
{
color: #CFE7F3;
text-decoration: underline;
font-size: 12px;
}

#sidebar a:hover
{
color: #fff;
text-decoration: none;
}

#sidebar ul
{
margin: 15px 0 20px 20px;;
list-style: none;
}

#sidebar li
{
margin: 4px 0 0 0;
}

#sidebar #logos
{
float: left;
width: 210px;
margin: 0;
text-align: center;
}

#breadcrumbs_container
{
float: right;
width: 694px;
height: 40px;
margin: 0px 0px 20px 0;
background: #666 url('images/content.jpg') top left no-repeat;
}

#breadcrumbs
{
float: left;
width: 664px;
height: 31px;
line-height: 31px;
margin: 0 0 0 20px;
_margin: 0 0 0 10px;
padding: 0 0 0 10px;
background-color: #00a2d8;
color: #fff;
font-size: 11px;
font-weight: bold;
}

#breadcrumbs a
{
color: #fff;
font-size: 11px;
font-weight: normal;
text-decoration: none;
}

#breadcrumbs img
{
float: right;
width: 38px;
height: 22px;
margin: 5px 4px 0 0;
border: none;
}

.narrowcolumn 
{
float: right;
width: 694px;
}

#content
{
width: 674px;
margin: 0 20px 0 0;
}

#content h1
{
margin: 0px 0px 10px 10px;
color: #fff;
font-size: 15px;
font-weight: bold;
}

#content h2
{
margin: 0px 0px 0px 20px;
color: #fff;
font-size: 13px;
font-weight: bold;
}

#content p
{
padding: 0px 0px 10px 20px;
}

#content a
{
color: #D2D8DB;
text-decoration: underline;
}

#content a:hover
{
color: #fff;
text-decoration: none;
}

/*
#content img
{
float: right;
margin: 0px 0px 20px 0px;
}
*/

#content ul
{
margin: 0px 0px 10px 40px;
list-style-type: disk;
}

#content li
{
margin: 0px 0px 0px 0px;
}

#footer
{
clear: both;
width: 904px;
height: 69px;
margin: 0px 0px 0px 76px;
}

#clicky
{
position: absolute;
top: bottom;
left: 0;
}

#footer2
{
width: 904px;
margin: 10px 0px 0px 76px;
text-align: center;
}

#footer2 a
{
color: #666;
font-size: 10px;
text-decoration: none;
}

#footer2 a:hover
{
color: #fff;
font-size: 10px;
text-decoration: none;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu
{
position: relative;
z-index: 100;
width: 777px;
border-right: 1px solid #fff;
}

/* veranderen cursor van de a hoofdcategorieeën waar geen pagina achter zit */
.cursor
{
cursor: text;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
list-style-type: none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
position: relative;
float: left;
}

/* style the links for the top level */
.menu a, .menu a:visited
{
display: block;
width: 105px;
height: 30px;
padding-left: 5px;
border: 1px solid #fff;
border-width: 1px 0 1px 1px;
background: #333;
color: #fff;
font-size: 11px;
text-decoration: none;
line-height: 29px;
}

/* ! a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited
{
width: 110px;
w\idth: 105px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited
{
background: #333;
cursor: pointer;
}

/* style the second level hover */
.menu ul ul a.drop:hover
{
background: #00a2d8;
}

.menu ul ul :hover > a.drop
{
background: #00a2d8;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited
{
background: #333;
}

/* style the third level hover */
.menu ul ul ul a:hover
{
background: #00a2d8;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
visibility: hidden;
position: absolute;
top: 31px;
left: 0;
height: 0;
border-top: 1px solid #fff;
}

/* ! another hack for IE5.5 */
* html .menu ul ul
{
top: 30px;
t\op: 31px;
}

/* position the third level flyout menu */
.menu ul ul ul
{
left: 131px;
top: -1px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left
{
left: -110px;
}

/* ! style the table so that it takes no part in the layout - required for IE to work */
.menu table
{
position: absolute;
top: 0;
left: 0;
border-collapse: collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
width: 125px;
height: auto;
padding: 5px 0px 5px 5px;
border-width: 0 1px 1px 1px;
background: #333;
color: #fff;
line-height: 1em;
cursor: pointer;
}

/* ! yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited
{
width: 111px;
w\idth: 105px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
{
color: #fff;
background: #00a2d8;
}

.menu :hover > a, .menu ul ul :hover > a
{
background: #00a2d8;
color: #fff;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
{
visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{
visibility: visible;
}

/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

.menu ul ul .current_page_item a
{
border-left: 1px solid #fff;
background: #333;
color: #fff;
}

.menu .current_page_item a
{
background: #333;
color: #fff;
}

.menu ul .current_page_item ul a
{
background: #333;
color: #fff;
}

.menu ul .current_page_item ul a:hover
{
background: #00a2d8;
}

.menu .current_page_item a:hover
{
background: #00a2d8;
}

