body 			{
			background-image : url('../afbeeldingen/logo.gif');
			background-repeat : no-repeat;
			background-attachment : fixed;
 			background-color : #cccc00;
			}
p			{
			color : #191970;
			font-size : 14px;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			font-weight : 500;
			text-decoration : none;
			text-align : left;
			margin : 10px 25px 0 25px;
			}
p.center		{
			text-align : center;
			}

ul			{
			color : #191970;
			font-size : 14px;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			font-weight : 500;
			text-decoration : none;
			text-align : left;
			margin : 10px 25px 0 40px;
			}	
h1			{
			color : #191970;
			font-size : 16px;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			font-weight : 700;
			text-decoration : none;
			text-align : left;
			margin : 0 0 0 25px;
			}
h2			{
			color : #191970;
			font-size : 20px;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			font-weight : 700;
			text-decoration : none;
			text-align : left;
			margin : 0 0 0 25px;
			}
h3			{
			color : #808000;
			font-size : 22px;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			font-weight : 600;
			text-decoration : none;
			margin : 0 0 0 25px;
			}
h4			{
			color : #191970;
			font-size : 18px;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			font-weight : 500;
			text-decoration : none;
			text-align : center;
			margin-right :1cm;
			}
a			{
			color : #808000;
			border : 0px;
			font-size : 14px;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			font-weight : 700;
			text-decoration : underline;
			}
a.links	 		{
			text-decoration : underline;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			font-size : 14px;
			font-weight : 500;
			color : #191970;
			margin : 10px 25px 0 30px;
			}
a.links:hover 		{
			text-decoration: none;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			font-size: 14px;
			font-weight: 700;
			color: #808000;
			margin: 0 25px 0 35px;
			}
a.menulink 		{
			display : inline-block; /*voor verticaal menu: display: block;*/
			width : 79px;
			text-align : center;
			padding : 2pt;
			text-decoration : none;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			font-size : 10px;
			font-weight : bold;
			color : #191970;
			border : solid 1px #191970;
			background-color : #ffff99;
			}
a.menulink:hover 	{
			width : 79px;
			background-color :#808000; 	/*een andere achtergrondkleur*/
			color : #ffffff;				/*een andere tekstkleur*/
			text-decoration : none;
			border : solid 1px #191970;
			}
td			{
			color : #191970;
			width :290px;
			margin-right : 6px;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			font-size : 14px;
			}
td.kort			{
			color : #191970;
			width : 75px;
			text-align : left;
			margin-left : 25px;
			margin-top : 6px;
			margin-right : 0cm;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			font-size : 14px;
			}
td.tijd			{
			color : #191970;
			width : 75px;
			text-align : left;
			margin-left : 0cm;
			margin-top : 6px;
			margin-right : 0cm;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			font-size : 14px;
			}
#img			{
			position: absolute;
			}
img.index		{
			border: solid 1px #000;
			width: 150px;
			height: 100px;
			margin: 0 0 0 25px;
			}
img.staand 		{
			border : solid 1px #000;
			right : 2%;
			width : 110px;
			height : 140px;
			}
img.liggend 		{
			border : solid 1px #000;
			width : 150px;
			height : 100px;
			}
img.staand1 		{
			border : solid 1px #fff;
			right : 2%;
			width : 110px;
			height : 140px;
			margin : 3px 2px 2px 26px;
			}
img.liggend1 		{
			border : solid 1px #fff;
			width : 150px;
			height : 100px;
			margin : 3px 2px 2px 6px;
			}
img.pdficoon{
			border : 0px;
			}
img.plattegrond		{
			border: solid 1px #000;
			}
img.nieuwsbrieven	{
			margin: 0 20px 20px 0;
			float:left;
			}
img			{
			border: solid 0px #000;  /*tbv Firefox*/
			}
p.tunnis		{
			float: right;
			font-size: 10px;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			text-decoration: none;
			margin: 10px 25px 0 0px;
			}
em			{			
			color: #191970;
			border: 0px;
			font-size: 14px;
			font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
			font-weight: 600;
			text-decoration: none;
			}
/*container*/
			#container 	{				
					width: 1000px; 
					position: relative;
					min-height: 100%;
					height:auto !important; /* voor moderne browsers */
					height:100%; /* voor IE */
					}
/*header*/
			#header	{
					background-color: #ffff99;			
					height: 65px;
					width: 900px;
					border-left: solid 1px #000;
					border-right: solid 1px #000;
					border-bottom: solid 0px #000;
					border-top: solid 1px #000;
					margin: 10px 0 0 150px;
					}
			p.header{
					color : #cccccc;
					font-size : 12px;
					margin-left : 25px;
					font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
					}				
/*diashow*/		#diashow	{
					position: absolute;
					left: 1010px;
					top: 70px;
					overflow: hidden;
					background: #808000;
					border: solid 2px #000;
					height: 150px;
					width: 170px;
					}
/*main*/		#main		{ 
					width: 900px;
					background-color: #ffff99;
					border-left: solid 1px #000;
					border-right: solid 1px #000;
					margin: 0 0 0 150px;
					overflow : auto;
					float: left;
					}
/*main met weinig inhoud*/#main_short   { 
					width: 900px;
					height: 800px;
					background-color: #ffff99;
					border-left: solid 1px #000;
					border-right: solid 1px #000;
					margin: 0 0 0 150px;
					float: left;
					}
/*footer*/
			#footer		{
					background-color: #808000;
					height : 25px;
					width : 900px;
					margin : 0 0 10px 150px;
					border-left : solid 1px #000;
					border-right : solid 1px #000;
					border-top : solid 1px #000;;
					border-bottom : solid 1px #000;
					clear : both;
					}
			a.footer	{
					text-decoration : none;
					font-size : 10px;
					font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
					color : #ffffff;
					font-weight : 500;
					margin : 3px 0 0 5px;
					float : right;
					}
			a.jq58	{
					color : #ffffff;
					text-decoration : none;
					margin : 5px 0 0 25px;
					}
			image.driehoek	{
					position: relative; 
					width : 10px; 
					height : 10px; 
					margin-left: 10px;
					border : 0px;
					}			
			p.footer	{
					color : #ffffff;
					font-size : 12px;
					font-weight : 500;
					margin : 2px 0 0 10px;
					font-family : "trebuchet ms", verdana, arial, helvetica, sans-serif;
					}
hr					{
					width : 800px;
					text-align: center;
					color : #808000;
					height : 2px;
					}

