#nav, #nav ul
{
   padding: 0px 0px 10px 0px;
   margin: 18px 0px 0px 200px;
   list-style: none;
   
}

#nav li
{
   float: left;
   width: 150px;
   height: 34px;
   margin: 0px 1px 0px 1px;
}

#dropDownButton
{
   //background-image: url(../images/dropDownButton.jpg);
}

#dropDownColor
{
   background: RGB(23,53,94);
}

#nav ul
{
   position: absolute;
   width: 150px;
   left: -1000px;
   margin: 0px -1px 0px -1px;
}

#nav li:hover ul, #nav li.ie_does_hover ul
{
   left: auto;
}

#nav a
{
   display: block;
   margin: 0px 10px 8px 10px;
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: RGB(255,255,255);
}

#nav a.tiny
{
   font-size: 14px;
}


img
{  
   border-style: none;
}

hr
{
   height: 1px;
   color: RGB(222,222,222);
   background-color: RGB(222,222,222);
   border: 0px;
}

p
{
	padding-left: 0px;
	padding-right: 30px;
}

.banner
{
	z-index: 0;
}

.menubar
{
   color: RGB(255,255,255);
   font-family: Arial;
   font-size: 12pt;
   text-align: left;
   z-index: 1;
   position: absolute;
   top: 150px;
   left: 150px;
}

.banner
{
   background-image: url(../images/banner.jpg);
   background-repeat: no-repeat;
}

.schaduwLinks
{
   background-image: url(../images/schaduwLinks.jpg);
   repeat-y;
}

.schaduwRechts
{
   background-image: url(../images/schaduwRechts.jpg);
   repeat-y;
}

.main
{
   background: RGB(255,255,255);
   color: RGB(75,75,75);
   font-family: arial;
   font-size: 12px;
   text-align: justify;
   padding:0px;
}

.body
{
   background: RGB(240,240,239);
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: 0px;
   margin-left: 0px;
}


.footer
{
   color: RGB(75,75,75);
   font-family: Arial;
   font-size: 10;
   text-align: center;
   height: 40px;   
}


.mainDiv
{
   color: RGB(75,75,75);
   font-family: arial;
   font-size: 16px;
   text-align: justify;
   position: relative;
   min-height: 380px;
   width: 900px;
   left: 10px;
   top: 0px;   
   overflow: auto;
   overflow-x: hidden;
   padding-right: 40px;
   padding-left: 40px;
   padding-top: 0;
}


h1
{
	color: RGB(35,92,167);
	font-family: Arial;
	font-size: 24px;
        font-weight: bold;
	text-align: left;
}

h2
{
	color: RGB(75,75,75);
	padding-left: 20px;
	font-family: Arial;
	font-size: 20px;
   	font-weight: bold;
	text-align: left;
	line-height: 125%;
}



