﻿/* verschillende posities waar de inhoud begint */


#inhoud {
	position: absolute;
	margin-top: 20px;
	margin-left: 0%;
	width: 100%;
	align="left"
	align="top"
}



/* algemeen */

body, table, tr, td {
	font-family: georgia, arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.bodytekst {
	font-family: georgia, arial, verdana, helvetica, sans-serif;
	font-size: 70%;
	line-height: 130%;
	color: #000000;
}

.body-klein {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 60%;
	line-height: 130%;
	color: #000000;
}

.boldtekst {
	font-family: georgia, arial, verdana, helvetica, sans-serif;
	font-size: 70%;
	line-height: 130%;
	color: #000000;
	font-weight: bold;
}

.boldtekst-groot {
	font-family: georgia, arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	line-height: 130%;
	color: #000000;
	font-weight: bold;
}

.link {
	font-family: georgia, arial, verdana, helvetica, sans-serif;
	font-size: 70%;
	line-height: 130%;
	color: #ee4400;
	font-weight: normal;
	text-decoration: none;
}

.ilink {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 70%;
	line-height: 130%;
	color: #3366cc;
	font-weight: bold;
	text-decoration: none;
}

A:hover.ilink {
	text-decoration: underline;
}

A:hover.ilink {
	text-decoration: underline;
}

.ilink-klein {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 70%;
	line-height: 130%;
	color: #3366cc;
	font-weight: normal;
	text-decoration: none;
}

A:hover.ilink-klein {
	text-decoration: underline;
}

.link-active {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 70%;
	line-height: 130%;
	color: #ee4400;
	font-weight: normal;
	text-decoration: underline;
}


.ilink-active {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 70%;
	line-height: 130%;
	color: #3366cc;
	font-weight: normal;
	text-decoration: underline;
}




/* koppen */

.kop {
	font-family: georgia, times new roman, times, serif;
	font-size: 150%;
	line-height: 150%;
	font-weight: normal;
	color: #000000;
}

.h2 {
	font-family: georgia, times new roman, times, serif;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #777777;
}

.kopje {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 60%;
	line-height: 110%;
	font-weight: normal;
	color: #666666;
}


/* subnavigatie */


.menu {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 70%;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

A:hover.menu {
	color: #ee4400;
	text-decoration: none;
}

.menu-active {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 70%;
	color: #888888;
	font-weight: bold;

}


.home-kop {
	font-family: georgia, times new roman, times, serif;
	font-size: 130%;
	line-height: 130%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

ul
  {
  margin-left: 1em;
  padding-left: 0;
  }
li
  {
  margin: 0;
  padding: 0;
  }


/* begin styles for RSS Feed - via http://landmark-project.com/feed2js/build.php?s=build&src=http%3A%2F%2Fapi.flickr.com%2Fservices%2Ffeeds%2Fphotos_public.gne%3Fid%3D77084785@N00%26lang%3Den-us%26format%3Drss_200&chan=n&num=3&desc=0&html=a&date=y&targ=y&generate=Generate+JavaScript */

.rss_box { 
  	 width: 95%; 
	 background-color: #eeeeee; <!-- #ededed; -->
<!--	 border: 2px dashed #eeeeee;--> <!-- #7485CA;--> 
}


.rss_title, rss_title a {
	font-family: Georgia, "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 11px;
	font-weight:bold;
<!--	margin: 5px 0; -->
	padding: 0;
<!-- 	letter-spacing: 1px; -->
}

.rss_items {
  
}

.rss_item  {
  	font-family: georgia, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight : normal; <!-- bold;  -->
	padding-right: 2px; 
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #3366cc;<!-- #88b; -->
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #eeeeee<!-- #F60; -->
	}