/*
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal small Verdana, Helvetica, sans-serif;
	color: #000000;
 
}


fieldset {
	border: none;
}

legend {
	display: none;
}

h1 {
	margin: 0;
	color: #3c3f52;
	font-size: 1.6em;
	margin-bottom: .5em;
}

h2 {
	margin: .9em 0 .9em 0;
	font-size: 15px;
	color: #feb426;
        font-weight:bold;
text-transform: uppercase;
}

h3 {
	margin: 0 0 .9em 0;
	font-size: 15px;
	color: #9eb82c;
                font-weight:bold
}

ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
	margin-left: 2em;
}

ul {
	margin-bottom: 1.5em;
	margin-left: 2em;
	list-style: square;
}

blockquote {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}



a {
	color: #cc0033;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #feb426;
}

img {
	border: none;
}

/* Top */

#top {
	width: 800px;
	height: 20px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 800px;
	height: 98px;
	margin: 0 auto;
                border-top-style:solid;
                border-right-style:solid;
                border-left-style:solid;
                border-width:1px;
                border-color:#999999;
background: #feb426;

}

#iconen {
	width: 800px;
	height: 35px;
	margin: 0px auto;
background: #97999d url(images/rechtsboven.png);
padding-top:10px;
text-align:right;
}

#iconen img {
margin-right:10px;
}

/* Header > Logo */

#logo {

	padding: 0 0 0 0;
                position:absolute;
background: #feb426;
}

/* Foto */

#foto{
	width: 800px;
	height: 210px;
	margin: 0 auto;
                border-right-style:solid;
                border-left-style:solid;
                border-width:1px;
                border-color:#999999;
background: #cccccc url(images/bannerhelm.jpg) no-repeat;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
                border-right-style:solid;
                border-left-style:solid;
                border-width:1px;
                border-color:#999999;
 background: url(images/linkerbalk.png);

}

/* Content > Main */

#main {
	float: left;
	width: 232px;
	padding: 0 0 0 0px;
                clear:both;
 
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 0 0 0 0;
 
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 540px;
	padding: 0 10px 0 0;
 
}


#breadcrumbs{
	clear: both;
	width: 600px;
	margin: 0 auto 0 auto;
}

#breadcrumbs a{
                color:#718a02;
}

/* Content > Sidebar > Login */

#login {
}

#login label {

	display: block;

}



#login #inputtext2 {

	width: 180px;

	margin-bottom: .5em;

	padding: 2px 5px;

	border: 1px solid #CCCCCC;

	font: normal small Arial, Helvetica, sans-serif;

	color: #999999;

}



#login #inputtext1 {

	width: 180px;

	margin-bottom: .5em;

	padding: 2px 5px;

	border: 1px solid #CCCCCC;

	font: normal small Arial, Helvetica, sans-serif;

	color: #999999;

}



#login #inputsubmit1 {

	float: right;

	width: 60px;

	margin-right: 7px;

	border: 1px solid #CCCCCC;

	border-top-color: #FFFFFF;

	border-left-color: #FFFFFF;

	font: normal small Arial, Helvetica, sans-serif;

}



#login p {

	margin: 0;

	padding-top: .2em;

	font-size: x-small;

}


/* Footer */



#footer {
	clear: both;
	width: 800px;
	margin: 0 auto 0 auto;
	height:40px;
	background: #1b3861;
                border-right-style:solid;
                border-left-style:solid;
                border-bottom-style:solid;
                border-width:1px;
                border-color:#999999;
}

#footer p {
	text-align: right;
        color: #ffffff;
padding: 10px;
}

/* Footer > Links */



#links {
	margin: 0;
	padding: 10px;
	text-align: center;

}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

	####	Header Menu #####

	#######################



	Horizontal Drop-Down Menu based off :

	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp

	

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#navContainer {width: auto; display: block; clear: both;}





/* Remove List Formattings

~~~~~~~~~~~~~~~~~~~~  */

 ul.menu, li.menu {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

	####	Header Menu #####

	#######################



	Horizontal Drop-Down Menu based off :

	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp

	

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#navContainer {width: auto; display: block; clear: both;}





/* Remove List Formattings

~~~~~~~~~~~~~~~~~~~~  */

 ul.menu, li.menu {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

}



/* Header menu */	 

#header_menu {position: absolute; margin-left: 0px;}

ul#header_menu  {z-index: 10; clear: both;}





#nav {
	margin: 0 auto;
	padding:20px 0 0 300px;
                z-index: 11;
}

#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 1.3em; 
                font-family: Arial, Verdana, Helvetica, sans-serif;
	width: auto;

	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}

#nav ul li {float: left; color: #000; text-align: left; font-weight: normal;border-right: 0px; border-color:#6b4872; border-right-style:solid;width: auto;background: #feb426;}

#nav ul li a {display: block; padding: 2px 10px 2px 10px;color: #ffffff; text-decoration: none;font-weight:bold;background:url(images/bol.png) no-repeat;}


/* Root Level Link Formatting */

#nav ul li a:hover, #nav li a:focus {color: #1b3861;background: #feb426 url(images/bol.png) no-repeat;}

#nav li a:active, #nav ul li a.active {color: #4b4c4d;}



/* Current page Customisations*/

#nav li.menu-current a {color: #1b3861;font-weight: bold;background:#feb426 url(images/bol.png) no-repeat;}



/* 2nd Child menu */

#nav .menu li ul {width: 9em; position: absolute; margin: 0; display: none; text-transform: none; font-size: 100%;}

#nav .menu li ul li {width: 9em; text-align: left; font-weight: normal; margin: 0; padding: 0;}

#nav .menu li ul a {width: 9em; padding: 1px 5px 2px 10px; background: #feb426; color: #fff;border-top: 1px; border-color:#ffffff; border-top-style:solid;}



/* 2nd Child link hover */

#nav .menu li ul a:hover {background: #1b3861; border-top: 1px; border-color:#ffffff; border-top-style:solid; color:#fff;}



/* Show and hide */

#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}

#nav .menu li ul ul { display: none;}

#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}

#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */

#nav .menu li ul li ul li a 	{ width: 9em; margin-left:15px;padding: 1px 5px 2px 10px; background: #c8d78d; color: #fff; }



/* Positioning the Pop-out Drops */

#nav li {position: relative;}



#nav ul ul ul {

	position: absolute;

	top: 0px;

	left: 100%;

}
