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;
}

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

table{
	border : 1px solid green;
}
table.open{
	border:none;
}
table.blank{
	border : none;
	padding: 0px;
         margin-bottom:15px;
}

td {
	font-size : 11pt; 
}

table.tabelle{
	margin-right: 10px;
	border: 2px solid green;
}

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