
/* //////// CSS TEXT ///////// */


h1{
	font-size:32px;
	color:#116282;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
}

h2{
	font-size:18px;
	color:#116282;
	margin-left: 15px;
	margin-right: 15px;
}

.title{
	font-size:14px;
	font-weight: bold;
}

.list{
	font-size:12px;
	line-height:-1.5em;
	color:#116282;
	margin-left: 15px;
	margin-right: 15px;
}

ul {
	list-style-type: square;
	color: #116282;
	font-size:12px;
	line-height: 14px;
	}

ul.aligned {
	margin-top: -10px;
}

.bold {
	font-size:12px;
	color:#116282;
	line-height:1.6em;
	font-weight: bold;
}

p {
	margin-top:-5px;
	font-size:12px;
	color:#116282;
	line-height:1.6em;
	margin-left: 15px;
	margin-right: 15px;
}

p a:link{
color:#116282;
background-color:#E1EDF1;
text-decoration:none;
outline: none;
}

p a:visited{
color:#116282;
background-color:#E1EDF1;
text-decoration:none;
outline: none;
}

p a:hover{
color:#ffffff;
background-color:#116282;
text-decoration:none;
outline: none;
}


.quote{
	font-style:italic;
	font-size: 11px;
	color:#116282;
	line-height: 23px;
}


.tabel {
	margin-left: 15px;
	font-size: 12px;
	color: #116282;
	font-family: Arial, Helvetica, sans-serif;
}

#googlemaps {
	margin-left: 15px;
}

#box {
width: 540px;
margin-left: 25px;

}

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#E6E4D3}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f4f3ec;
  border-right:1px solid #f4f3ec;
  background:#eceade}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcfcfa;
  border-right:1px solid #fcfcfa;
  background:#eae9db}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #eae9db;
  border-right:1px solid #eae9db;}
.spiffy4{
  border-left:1px solid #f4f3ec;
  border-right:1px solid #f4f3ec}
.spiffy5{
  border-left:1px solid #eceade;
  border-right:1px solid #eceade}
.spiffyfg{
  background:#E6E4D3;
  padding: 10px;}






/* //////// CSS LAYOUT ///////// */


/*  
	Uitleg van de hacks:
	 margin-right: 100px; is voor Firefox etc
	>margin-right: 100px; is voor IE7
	_margin-right: 105px; is voor IE6
*/

/* mac hide\*/
html, body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	
}
/* end hide */

body {
	padding:0;
	margin:0;
	min-width:760px;/* voor mozilla*/
	background-image: url(../img/bg_outercontainer.jpg);
	background-repeat:repeat-x;
	background-color: #d1db0b;
	overflow-x:hidden;
}

#outer_container{
	
	overflow:hidden;
	
	width:931px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-image: url(../img/bg_outercontainer.jpg);
	background-repeat:repeat-x;

	background-color: #d1db0b;

	left:50%
	margin-left: -465px;
}
 
 
html>body #outer_container{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner_container {/* enables content first */
	float:left;
	width:996px;
	_margin-right: -65px; /* IE6 */
}

#menu_container{
	position:absolute;
	top:0;
	left:-1px;
	width:591px;
	height:99px;
	overflow:hidden;
	color: #000000;
	z-index:1;
	margin-left: 259px;
	background-image: url(../img/bg_menucontainer.jpg);
	background-repeat: repeat-x;
	_height: 14%; /* IE6 */
	outline: none;
}

.tab_normaal a, .tab_normaal a:visited{
	font-size: 12px;
	color: #116282;
	letter-spacing: 1px;
	height: 29px;
	text-align: center;
	text-decoration: none;
	display: block;
	background-image: url(../img/bg_menutab.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	outline: none;
	padding-top: 4px;

}

.tab_normaal a:hover{
	font-size: 12px;
	color: #116282;
	letter-spacing: 1px;
	height: 48px;
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	outline: none;
	background-image: none;
}


.tab_normaal {
	width: 93px;
	height: 96px;
	float: left;
	margin-top: 63px;
	_margin-top: 63px;
	>margin-top: 63px; 
	margin-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #116282;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	outline: none;

}


.tab_geselecteerd {
	width: 93px;
	height: 96px;
	float: left;
	margin-top: 63px;
	_margin-top: 63px;
	>margin-top: 63px; 
	margin-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	outline: none;
	padding-top: 4px;

}

.tab_geselecteerd a {
	text-decoration: none;
	color: #42402B;
	outline: none;
	
}



#left_container {
	position:relative;/*ie needs this to show float */
	width:100px;
	float:left;
	padding-bottom:32px;/* needed to make room for footer */

	
	

}


#logo {
	position:relative;/*ie needs this to show float */
	width:258px;
	float:left;
	background: #000 url(../img/bg_outercontainer.jpg);
}

#event {
	background-color:none;
	width: 232px;

}

#footer {
	width:673px;
	clear:both;
	height:249px;
	background-color: #d1db0b;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	margin-left: 258px;
	margin-bottom:0px;

}


* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}


div,p  {
	margin-top:0;
	}/*clear top margin for mozilla*/
	
	
#center_content {
	width:591px;
	_width:590px; /* IE6 */
	float:right;
	padding-bottom:195px;/* needed to make room for footer */
	padding-top: 120px;
	background-color: #FFFFFF;
	margin-right: 147px; /* Firefox etc */
	>margin-right: 147px; /* IE7 */
	_margin-right: 74px; /* IE6 */
	_height: 1%;
}


#clearfooter {
	
	height:52px;
	clear:both;
} /* to clear footer */

