@charset "utf-8";
/* CSS Document */

	body { background: #0080FF url('../images/layout/background.png'); color: #000; margin: 0; padding: 0;  font-family: "Trebuchet MS", Times, serif; font-size: 11pt;}
	#wrapper { min-height: 300px; width: 960px; margin: auto; }
	#header { height: 99px; background: url('../images/layout/header.png') no-repeat; padding-top: 1px;}
	img { border: none; }
	#menu { height: 60px; background: url('../images/layout/menu.png') no-repeat; padding-top: 40px; padding-left: 20px;} 
	#menu #this_page { margin-left: 600px; width: 100px; color: #333333; margin-top: -7px; font-size: 13pt; font-weight: bold; height: 0px; }
	#menu a { color: white; text-decoration: none; padding-right: 20px;}
	#menu a:hover { color: #333333;}
	#content { min-height: 300px; background: white; padding: 50px; padding-top: 1px;}	
	#content h1 { padding: none; margin: none; }
	#content #links li { list-style: none; }
	#content a { color: #333333; font-weight: bold; text-decoration: none; }
	#content a:hover { font-weight: normal;}
	#content .rood { color: #f00;}
	#content .groen { color: #00CC33;}
	#footer { font-size: 9px; height: 30px; background: url('../images/layout/footer.png') no-repeat; text-align: center;}
	table { width: 100%; border-collapse: collapse;}
	#fotoalbum { text-align: center ;}
	#fotoalbum table { text-align:center; border-collapse: collapse;}
	
	#fotoalbum td { border-top: 1px solid #A8A8A8; border-bottom: 1px solid #A8A8A8; height: 50px;}
	#fotoalbum tr {background: #f8f8f8}
	#fotoalbum .td_modulo { background: #DAE9F1 url('../images/layout/background.png');}
	/*#fotoalbum .td_width {width: 50%;}*/
	#fotoalbum img {width: 200px; margin: 10px;}
	#edit td { border-top: 1px solid #A8A8A8; border-bottom: 1px solid #A8A8A8; height: 50px; }
	#edit tr {background: #f8f8f8}
	#edit .td_modulo { background: #DAE9F1 url('../images/layout/background.png');}
	#edit img {width: 100px; margin: 10px;}
	
	#counter table { color: #333333; background: #fff; border: 1px solid #fff; margin-top: 10px;}
	#counter tr { background: #fff;}
	#counter th { background: #DAE9F1 url('/images/layout/background.png'); border-top: 1px solid #A8A8A8; border-bottom: 1px solid #A8A8A8;}
	#menu .aktief { color: #333333; }

	/* blog start */
	#blog { border-bottom: #A8A8A8;}
	#blog .blog_title a { font-size: 13pt; }
	#blog .blog_title { height: 20px; background: #DAE9F1 url('../images/layout/background.png');  padding-top: 10px; border-top: 1px solid #A8A8A8; }
	#blog .blog_date { font-size: 10pt; height: 20px; background: #DAE9F1 url('../images/layout/background.png');  padding-bottom: 10px; border-bottom: 1px solid #A8A8A8; }
	#blog .blog_message { padding-top: 5px; padding-bottom: 50px; background: #f8f8f8; }
	/* blog end */