body{
background-color:#EEFFEE;
font-family : Arial, Helvetica, sans-serif;
font-size : 11pt;
}

A {
color : Green;
font-weight : bold;
font-size : 11pt;
}

div.link {
font-size : 11pt;
line-height:1.5em;
}

A:HOVER {
color:Lime;
}

H1 {
	font-family:"Georgia,Times New Roman", Times, serif;
	font-size:20pt;
	color:black;
	font-weight:bold;
	text-align:center;
}

LI {
	list-style-type : square;
	margin-bottom : 10px;
}

H2 {
	font-size:0px;
	color:white;
	margin-bottom: 0px;
	line-height : 2px;
}

H3 {
	font-size:0px;
	font-weight: bold;;
	color:white;
    margin-bottom: 0px;
}
table{
	border : 1px solid green;
         background-color: white;
         border-collapse: collapse;
}

tr, th{
	background-color: white;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}

table.kasten{
	border:3px outset lime;
         background-color: white;
         border-collapse: separate;
}

table.blank{
	border : none;
	padding: 5px;
         margin-bottom:15px;
         background-color: #C8FFC8;
}

td.tabelle{
 	padding-left: 10px;
         padding-right: 10px;
}

p.ueberschrift{
	font-size: 11pt;
         font-weight: bold;
         background-color: #CCFFCC;
         padding: 5px;
         border: 1px solid green
}

td.linie_u{
	border-bottom: 1px solid #66FF66;
         background-color: #C8FFC8;
         text-align:center;
}

div.hinweis{
 	background-color: #CCFFCC;
         margin: 50px;
         width: 300px;
         text-align: center;
         padding: 20px;
         font-weight: bold;
         font-size: 14pt;
         border: 1px solid green;
}