/* MENU STUFF */
div#hd div#menu{
	border-top: 1px solid #a5d5ee;
}
#doc3 { 
    margin:auto;
}
.yui-tcustom .yui-b {
	float:left;
	/* desired px / 13 = em for non IE browsers */
	/* the calculated em * .9759 = em for IE browsers */
	/* desired px = 220 */
	width:16.92em;/* non-IE */
	*width:16.51em;/* IE */
}
.yuimenubar  {
	background:#154e82 url(../img/bluebar.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:18px;
	font-size: 14px;
	height:22px;
}
.yuimenu  {
	background:#154e82 url(../img/bluebar.png) repeat-x;
}
.yuimenuitemlabel {
}
.yuimenubaritemlabel {
	padding-top:2px;
	padding-right:12px;
}
.yuimenuitem {
	border:0px;
}
li.yuimenubaritem a {
	color: White;
	border:0px;
	text-decoration: none;
	/* height:16px; */
	/* desired px / 13 = em for non IE browsers */
	/* the calculated em * .9759 = em for IE browsers */
	/* desired px = 16 */
	height:1.23em;/* non-IE */
	*height:1.1em;/* IE */
}
.yuimenu ul {
	padding: 4px 0px 4px 0px;
}
.yuimenubaritem-selected,
.yuimenuitem-selected {
    background-color: transparent;
}
li.yuimenubaritem a:visited, li.yuimenuitem a:visited {
	color: White;
}
li.yuimenubaritem a:hover, li.yuimenuitem a:hover {
	color:#fee35d;
	text-decoration: none;
}
li.yuimenubaritem a:active, li.yuimenuitem a:active {
	color:#fee35d;
}

.yuimenubaritem-hassubmenu {
    background: none;
}
.yuimenubaritem-hassubmenu-selected {
    background: none;
}

.leftmenuContainer {
  background-color:#f1ece2;
}
/* CONTENT STUFF */

#yui-main a {
	color: #007AC0;
	
}
#yui-main a:visited {
	color: #007AC0;
	
}
#yui-main a:hover {
	color:#C07C98;
	text-decoration: none;
	
}
#bd #yui-main a {
	color:#007AC0;
	text-decoration: none;	
}
#bd #yui-main a:visited {
	color:#007AC0;
	text-decoration: none;
}
#bd #yui-main  a:hover {
	color:#C07C98;
	text-decoration: none;
}

.leftColumn {
	padding:5px;
	min-height:40em;
}

.other {
	/*background: #fdfaf3 url(../img/leftmenu.jpg) no-repeat; */
}
.home  {
	background: #fdfaf3 url(../img/home_main.jpg) no-repeat bottom right;
}
.main_other {
	padding: 15px 5px 5px 5px;
	width: 98%;
}
.main_home {
	background: #fdfaf3 url(../img/home_main.jpg) no-repeat bottom right;
	width:100%;
	/* desired px / 13 = em for non IE browsers */
	/* the calculated em * .9759 = em for IE browsers */
	/* desired px = 220 */
	/* 533 px */
	min-height:41em;/* non-IE */
	*min-height:40.01em;/* IE */
}

.actueel {
	padding-left:0.38em;/* non-IE */
	*padding-left:0.37em;/* IE */
}
input, textarea {
	font-family: Verdana, Arial;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fdfaf3;	
}
h1, h2, h3, h4, h5, h6 {
	color:#034579;
    font-weight: bold;
    margin: 0px;
}
h1 {
    font-size: 140%;
}
h2 {
    font-size: 130%;
}
h3 {
    font-size: 120%;
}
em, i {
	font-style:italic;
}
b, strong {
	font-weight:bold;
}

html {
	background-color:#fdfaf3;
}
/*
div.crumbs {
	padding-top:3px;
	padding-bottom:5px;
	padding-left:39px;
	font-size: 11px;
	height: 12px;
}
.crumbs a {
	color:#034579;
	text-decoration: none;
}
.crumbs a:hover {
	text-decoration: underline;
}
*/
div.crumbs {
	padding-top:3px;
	padding-bottom:5px;
	padding-left:39px;
	font-size: 85%;
	height: 12px;
}
.crumbs a {
	color:#007ac0;
	text-decoration: none;
}
.crumbs a:hover {
	color:#C07C98;
	text-decoration: none;
}
.sitemap ul {
	margin-top:0px;
	margin-bottom:0px;
}

/* FOOTER STUFF */

div#ft {
	padding-left:50px;
}
div#ft a {
	background: none;
	color: White;
	padding-right:20px;
	font-weight:normal;
}
div#ft a:visited {
	background: none;
	color: White;
}
div#ft a:hover {
	color:#fee35d;
	background: none;
	text-decoration: none;
}
div#ft a:active {
	background: none;
	color:#fee35d;
}
#tabnav	{
	margin: 0; 
	padding: 0;
}

#tabnav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
  	font-weight:none;
}
#tabnav a:visited.here {
	color: #fee35d;
}
.titeltxt a,
.actueel a {
	color:#007AC0;
	text-decoration: none;
}
.titeltxt a:hover,
.actueel a:hover {
	color:#C07C98;
	text-decoration: none;
}
ul {
	margin: 1em 0em;
}
li { 
	list-style: disc;
	margin: 0em 1em 0em 1em;
}
/* The searchbox in the header */
input.searchbox {
	background: #ffe66c;
	height: 12px;
	width: 130px;
	margin-top:5px;
	border: 1px solid #a7a6aa;
	font-size: 10px;
}
