/* In deze CSS file komen alle semantische opmaak codes te staan en id/classes die bij alle sites voorkomen. */
.clearer {
	clear:both;
}
body {
		background-image: url(../images/main/bg_2008.gif);
		}
		
a:link {color: #000000}     /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #999999}   /* mouse over link */
a:active {color: #777777}   /* selected link */
		
.maintekst {
		  color : #000000;
		  font-family: Arial, Helvetica, sans-serif;
          font-size : 13px;
		  line-height: 17px;
          padding-top : 13px;
}
.contacttekst {
		  color : #000000;
		  font-weight: 500;
		  font-family: Arial, Helvetica, sans-serif;
          font-size : 15px;
		  padding-left: 6px;
}
.boxtekstlft {
		  color : #000000;
		  font-family: Arial, Helvetica, sans-serif;
          font-size : 13px;
		  line-height: 17px;
          padding-top : 12px;
		  padding-left: 6px;
		  padding-right: 10px;
		  padding-bottom: 5px;
		  background-color: #CCCCCC;
		  height: 123px;
}
.boxtekstlr {
		  color : #000000;
		  font-family: Arial, Helvetica, sans-serif;
          font-size : 13px;
		  line-height: 17px;
          padding-left : 6px;
		  padding-top : 12px;
		  padding-right: 10px;
		  padding-bottom: 5px;
		  background-color: #CCCCCC;
		  height: 123px;
}
.boxtekstlr100 {
		  color : #000000;
		  font-family: Arial, Helvetica, sans-serif;
          font-size : 13px;
		  line-height: 17px;
          padding-left : 6px;
		  padding-top : 12px;
		  padding-right: 10px;
		  padding-bottom: 5px;
		  background-color: #CCCCCC;
		  height: 68px;
}
.menu {
	color : #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: inherit;
	font-size : 14px;
}
.submenu {
		  color : #000000;
		  font-family: Arial, Helvetica, sans-serif;
          font-size : 13px;
}


.footer {
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
}
#title {
	padding-left: 15px;
	padding-top: 10px;
}
h1 	{	font-size : 17px;
}
h2 	{	font-size : 15px;
}
h3 	{	font-size : 15px;
}
p	{
		margin-bottom: 1em;
}
