/* Site opbouw */
body
{
	background: #999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto 0px auto;
	text-align: center;
}
div#all
{
   background: #444;
   margin: 0px auto 0px auto;
   padding: 1px;
   text-align: left;
	width: 750px;
}
   /* Bovenkant opmaak */
	div#top
   {
   	background: #FFF;
   	float: left;
   	padding-top: 10px;
   	width: 100%;
      z-index: 300;
	}
   	div#topLogo
      {
   		float: left;
   		padding-left: 10px;
   	}
   	div#topFlags
      {
   		float: right;
   		margin-right: 10px;
   	}
      ul#topMenu
      {
         clear: right;
         float: right;
         list-style: none;
         margin-top: 62px;
         padding: 0px;
         position: relative;
         z-index: 300;
      }
      	li.topMenuItem
         {
            background: #FFF;
            display: inline;
            float: left;
            font: 18px bold;
            height: 25px;
            margin: 0px 15px 0px 15px;
            position: relative;
      		text-align: center;
            z-index: 300;
      	}
            ul.topSubmenu
            {
               background: #FFF;
               border-bottom: 2px solid #005595;
               display: none;
               font-family: Arial, sans-serif;
	            list-style: none;
               padding: 5px 10px 5px 10px;
               position: relative;
               z-index: 300;
            }
            ul.topSubmenu:hover {border-top: 2px solid #005595;}
               li.topSubmenuItem
               {
                  padding: 3px;
                  font-size: 14px;
                  text-align: left;
                  z-index: 300;
               }
         	a.topMenuItem, a.topSubmenuItem {display: block;}
            a.topMenuItem:link, a.topMenuItem:active, a.topMenuItem:visited,
            a.topSubmenuItem:link, a.topSubmenuItem:active, a.topSubmenuItem:visited  {color: #767270;}
            a.topMenuItem:hover     {border-bottom: 2px solid #005595; color: #005595; text-decoration: none;}
            a.topSubmenuItem:hover  {color: #005595; text-decoration: none;}
   div#slideshow
   {
      background: #FFF;
		clear: both;
		text-align: center;
		width: 100%;
		z-index: 1;
	}
	div#projectLogo
   {
      background: #FFF;
      border-bottom: 1px solid #005595;
		padding: 5px 0px 2px 0px;
		text-align: center;
		width: 100%;
	}
      div#projectLogo a:hover
      {
   	  border-bottom: 3px solid #005595;
   	}
	/* Middendeelopmaak */
	div#middle
   {
		background-color: #FFF;
		padding: 15px 0px 5px 0px;
		float: left;
		width: 100%;
	}
		div#left
      {
			float: left;
			padding: 0px 10px 0px 15px;
			width: 72%;
		}
         /*img.projectImage
         {
            display: inline;
            height: 75px;
         }*/
		div#right
      {
         float: right;
			padding: 0px 8px 0px 8px;
			width: 20%;
		}
   		div#rightAgenda
         {
            color: #777;
            padding-right: 5px;
            text-align: right;
   		}
   		div#rightAgenda a
        {
            color: #F60;
   		}
   		div#rightSlide
         {
            padding-top: 20px;
		      text-align: center;
   			width: 100%;
   		}

	/* Onderkant opmaak */
	#footer
   {
      background: #FFF;
      clear: both;
		font-size: 10px;
		height: 50px;
		padding-top: 5px;
		text-align: center;
		width: 100%;
	}
	
/* Opmaak */
a, a:link, a:active, a:visited
{
	color: #005595;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
h2, h3
{
   color: #005595;
   margin-bottom: 5px;
}
hr
{
	background-color: #005595;
	border: 0px;
	color: #005595;
	height: 2px;
}
img
{
   border: 0px;
}
span.sifeBlue 
{
   color: #005595;
}
span.sifeOrange
{
   color: #F60;
}
span.sifeOrange a
{
   color: #F60;
}
table, tr, td
{
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 12px;
}