html { 
   min-height: 101%; 
   margin-bottom: 1px; 
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:hover {color: #00CC00;}

a.main {
	font-size: 13px;
	font-weight: bold;
	background-color: #E6F8D3;
	color: #006600;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #00CC00;
	display: inline;
	line-height: 18px;
	margin-right: 3px;
}
a.main:hover {
	color: #80D82A;
	font-weight: bold;
	background-color: #FFFFCC;
}

a.sub {
	color: #333333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	display: block;
	height: 16px;
	width: 160px;
	background-color: #E6F8D3;
	color: #006600;
	border: 1px solid #00CC00;
	text-align: center;
}
a.sub:hover {
	color: #80D82A;
	background-color: #FFFFCC;
	}
td {}

h1 {
	font-size: 16px;
	color: #006600;
	letter-spacing: 3px;
	text-indent: 10px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	padding-top: 10px;
	padding-bottom: -10px;
}
h1.hinterlegt {
	background-color:yellow;
	margin: 3px;
	letter-spacing: 3px;
	padding: 0 0 0 10px ;
}

h2 {
	font-size: 14px;
	color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
h3 {
	font-size: 14px;
	color: #FF0000;
}
h4 {
	font-size: 12px;
	color: #FF0000;
}

ul {
	display: block;
	margin-top: -12px;
}

.bgred {
	background-color:red;
	}
.bgblue {
	background-color:blue;
	}
.bggreen {
	background-color:green;
	}

#picnav {
	height: 353px;
	width: 226px;
	overflow: auto;
	float: right;
