.rahmen {

	background-color: #B5C63A;
        border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
        border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
        border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;

}

.zusatz {
	background: #B5C63A;
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	width: 100%
}

td.td_zusatz {
	text-align: center;
	width: 50%;
}

a.zusatz:link { 
	font-size: 9 pt;
	color:black; 
	text-decoration:none;
	border: none;
}

a.zusatz:visited { 
	color:gray; 
	text-decoration:none; 
}
	
a.zusatz:hover { 
	color: #094ffd;
	text-decoration:underline 
}

