html {height:100%}

body {
	background-image:URL(images/page_bg.jpg);
	margin: 0px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	height:100%;
	font-size: 12px;

}

#container {
	width: 100%;
	/*border-left: 1px solid #000000;*/
	/*border-right: 1px solid #000000;*/
	margin			: 0px auto; /*centers the div in all modern browsers*/
	padding			: 0px; /*prevents margin collapse from allowing margins in this div from affecting margins around container*/
	text-align		: left; /*resets normal text align following centering in #container*/
}

#top {
	width: 100%;
	padding: 0px;
	height: 142px;
	text-align: center;
	background-image:URL(images/top_bg.jpg);
	color: #95C684;

}
#menu {
	width: 100%;
	padding: 0px;
	height: 29px;
	text-align: center;
	background-image:URL(images/menu_bg.jpg);
	color: #95C684;
}


#intro_main {
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #ffffff;

}

/*body, input, textarea, select, td { font-family: Tahoma, Arial, non-serif;	font-size: 12px; }*/

td { font-family: Tahoma, Arial, non-serif;	font-size: 12px; }

.input { font-family: Tahoma, Arial, non-serif;	font-size: 12px; color: #000000; border: 1px solid #000000; padding-left: 3px; padding-right:3px; padding-top: 1px; padding-bottom: 1px; width: 200px;}
.button { font-family: Tahoma, Arial, non-serif;	font-size: 12px; color: #000000; border: 1px solid #3EA752; padding-left: 3px; padding-right:3px; padding-top: 1px; padding-bottom: 1px; width: 100px;}

.standard { color: #000000; font-size: 12px; text-decoration: none; }
.detail_wit { color: #000000; font-size: 15px; text-decoration: none; }
.standard_titel { color: #3EA752; font-size: 12px; font-weight: bold; }

a.menu:link { font-size: 12px; color: #95C684; text-decoration: none;}
a.menu:active { font-size: 12px; color: #95C684; text-decoration: none; }
a.menu:visited { font-size: 12px; color: #95C684; text-decoration: none; }
a.menu:hover { font-size: 12px; color: #ffffff; text-decoration: none; }

a:link { font-size: 12px; color: #2D8123; text-decoration: underline;}
a:active { font-size: 12px; color: #2D8123; text-decoration: underline; }
a:visited { font-size: 12px; color: #2D8123; text-decoration: underline; }
a:hover { font-size: 12px; color: #000000; text-decoration: underline; }

.input { font-family: Tahoma; font-size: 12px; color: #000000; background-color: #ffffff; border: 1px solid #3EA752; margin: 2px; }

.nieuws_datum { font-family: Tahoma, Arial, non-serif; font-size: 12px; color: #3EA752; }
a.nieuws_datum:link { font-family: Tahoma, Arial, non-serif; font-size: 12px; color: #3EA752; text-decoration:none; font-weight:bold;}
a.nieuws_datum:active { font-family: Tahoma, Arial, non-serif; font-size: 12px; color: #3EA752; text-decoration:none; font-weight:bold;}
a.nieuws_datum:visited { font-family: Tahoma, Arial, non-serif; font-size: 12px; color: #3EA752; text-decoration:none; font-weight:bold;}
a.nieuws_datum:hover { font-family: Tahoma, Arial, non-serif; font-size: 12px; color: #3EA752; text-decoration:underline; font-weight:bold;}

.nieuws_titel { font-family: Tahoma, Arial, non-serif; font-size: 12px; color: #000000; }
a.nieuws_titel:link { font-family: Tahoma, Arial, non-serif; font-size: 12px; color: #000000; text-decoration:none; font-weight:bold;}
a.nieuws_titel:active { font-family: Tahoma, Arial, non-serif; font-size: 12px; color: #000000; text-decoration:none; font-weight:bold;}
a.nieuws_titel:visited { font-family: Tahoma, Arial, non-serif; font-size: 12px; color: #000000; text-decoration:none; font-weight:bold;}
a.nieuws_titel:hover { font-family: Tahoma, Arial, non-serif; font-size: 12px; color: #000000; text-decoration:none; font-weight:bold;}

.evenbalk {	font-size: 13px; font-family: Tahoma, Helvetica, sans-serif; color: #000000; background-color: #FEFEE6; }
.onevenbalk { font-size: 13px; font-family: Tahoma, Helvetica, sans-serif; color: #000000; background-color: #FDF8D0; }
