/* @override http://dev.skyfire.nl/zwaluwhof/nieuw/css/layout.css */

body, html {
	margin				: 0px;
	padding				: 0px;
	height				: 100%;
}

body {
/* voer achtergrondkleur van de pagina */
    background-color	: #cccccc;
} 

div#container {
	position			: relative;
	margin				: 0 auto;
	border				: 2px solid #FFF;
	height				: 620px;
	width				: 790px;
	font-family			: "Arial", Helvetica, Verdana;
	font-size			: 10pt;
	font-weight			: normal;
	line-height			: 12pt;
	color				: #003333;
	background-repeat	: repeat-y;
	background-color	: #fff;
	background-image	: url(../grfx/container_bg.gif);
}
	  
div#navigatie {
	height				: 25px;
	z-index				: 100;
		position:relative;
		_overflow:hidden;
		_border-bottom:2px solid #fff
  }

div#navigatie span {
	display				: block;
	float				: left;
	border-right		: 2px solid #FFF;
	border-bottom		: 2px solid #FFF;
	background-color	: #00214c;
	width				: 97px;
	height				: 25px;
	text-align			: center;
	position:relative;
}

div#navigatie span.nav8 {
	border-right		: none;
	height				: 25px;
}

div#navigatie span a {
	display				: block;
	width				: 100%;
	height				: 25px;
	line-height			: 25px;
	color				: #FFF;
	font-size			: 10px;
	font-weight			: bold;
	text-decoration		: none;
}

  
div#navigatie span a:hover { 
/* wijzig hier de kleur van de Mouseover van de navigatie links */
	color				: #963f19;
}

div#content_container {
	position			: relative;

}

div#content_left { 
	width				: 392px; 
	float				: left; 
}

div#content_left p {
	text-align			: left;
	padding-left		: 199px;
	color				: #00214c;
	padding-bottom		: 30px;
	font				: 8pt/12pt "Arial", Helvetica, Verdana;
	float:left;
	padding-top: 10px;
}
div#content_right {
	width				: 352px;
	float				: right;
	padding				: 20px;
	padding-top			: 20px;
	font				: 9pt/12pt "Arial", Helvetica, Verdana;
}

div#content_right p {
	color				: #00214c;
	font-style:bold;

}

div#content_left img {
	padding-left		: 45px;
	padding-top			: 35px;
}

div#logo{ 
	width					: 100%; 
	height					: 161px; 
	background				: url(../grfx/logo_zwaluwhof.gif) no-repeat center; 
	position				: relative; 
	top						: 10px;
}

div.submenu {
   z-index:2;
   position:absolute;
   bottom: -399px;   
   left: 394px;
   width: 398px;
   display: table-row; 
   _display:block;
   _margin-left:-392px;
   _top:255px;
   _position:relative;
}

a.sub {
   font-size: 11px;
	text-decoration		: none;
	background-color:#CCE6FF;
	padding-left: 4px;
	padding-right: 4px;
	line-height:24px;
	display: table-cell;
	color: #00214c;
	width: 97px;
	height: 25px;
	overflow: hidden;
	font-weight: bold;
	margin: 1px;
	text-align: center;
}

a.sub:hover {
   color: #993300;
}


