body
{
	margin: 0px 0 0 0;
	padding: 0;
	font-family: verdana, "Lucida Grande" , arial, helvetica, sans-serif;
	color: #005A18;
	background: #fff url(grafik/topfade.gif) repeat-x;
	text-align: center;
}


td
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: left;
}


h1
{
	color: #005A18;
	font-family: Arial, sans-serif;
	font-size: xx-small;
}

h2
{
	color: #005A18;
	font-size: large;
}

h3
{
	color: #005A18;
	font-size: large;
}

.fancyhead
{
	color: #005A18;
	font-family: georgia, Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: left;
	background-color: #FFFFFF;
}

.tiny
{
	color: #005A18;
	font-family: arial, sans-serif;
	font-size: 9px;
	width: 400px;
}
.small
{
	color: #005A18;
	font-family: arial, sans-serif;
	font-size: 11px;
}

.overskrift1
{
	font-family: Tahoma, sans-serif;
	font-size: 14pt;
	font-weight: bold; /*	text-align: center;*/
}

.overskrift2
{
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

.overskrift3
{
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}


.regtext
{
	text-align: justify;
}

.right
{
	text-align: right;
	float: right;
}

.left
{
	text-align: left;
	float: left;
}

a
{
	color: #009300;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #007100;
}
a:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: #007100;
}

a:active
{
	text-decoration: underline;
	font-weight: bold;
	color: #007100;
}

#black a:active, #black a:visited, #black a:link, #black a:hover
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}


hr
{
	height: 1pt;
	color: #004000;
}

div#Header
{
	text-align: right;
	margin: 2px 0 30px 0;
	color: #fff;
}


div#Header div#Nav
{
	float: left;
	font-size: 11px;
	color: #fff;
	padding-top: 4px;
	padding-left: 20px;
}

div#Header div#Right
{
	float: right;
	font-size: 11px;
	color: #fff;
	padding-top: 4px;
	padding-right: 20px;
}


div#Header div#Nav a:link, div#Header div#Nav a:visited, div#Header div#Right a:link, div#Header div#Right a:visited
{
	font-size: 11px;
	font-weight: bold;
}

div#Header a.current:link, div#Header a.current:visited, div#Header a.current:hover
{
	text-decoration: none;
	background: none;
	color: #FFF;
}

div#Header a:link, div#Header a:visited
{
	color: #fff;
	text-decoration: underline;
}

div#Header a:hover
{
	color: #fff;
	text-decoration: none;
}

div#Header div.clearall
{
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
	font-size: 2px;
}

table.sample
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

