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

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, address, img {
	font: "Arial", Calibri, Tahoma,  sans-serif;
}
html, body {
	height: 100%;
}
body {
	font-size: 9pt;
	color:#256115;
	line-height: 1.5em;
	background:#FFF;
}

body.nobg {
	background:none!important;
}

/* text decoration */

/*headline*/
.txt-headline{
	color:#059e4b;
	font:bold 16px "Arial";
}
.txt-headcontent{
	color:#646464;
	font:13px "Arial";
}

a.sitemap{
	color:#059e4b;
	font:bold 16px "Arial";
	text-decoration:none;
}

a:hover.sitemap{
	color:#059e4b;
	font:bold 16px "Arial";
	text-decoration:underline;
}

a.sitemap_sub{
	color:#059e4b;
	font:16px "Arial";
	text-decoration:none;
}

a:hover.sitemap_sub{
	color:#059e4b;
	font:16px "Arial";
	text-decoration:underline;
}

a.sitemap_grey{
	color:#646464;
	font:16px "Arial";
	text-decoration:none;
}

a:hover.sitemap_grey{
	color:#646464;
	font:16px "Arial";
	text-decoration:underline;
}
/*head -- end*/


/*footer--end*/

.tncTitle {
	font:25px "Arial";
	color:#FFF;
}
.txt-footer-smaller{
	color:#000;
	font: 6pt "Arial";
}
