body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(grafik/layout/hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
p {
	font-size: 12px;
}

.klein {
	font-size: 10px;
}

.footer {
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}
td {
	font-size: 12px;
}
a {
	color: #00CE00;
	text-decoration: none;

}
a:link {
	color: #00CE00;
}
a:visited {

	color: #FF0000;
}
a:hover {
	text-decoration: underline overline;

}
.rahmen {
	border: 2px solid #00CE00;
}
.ueberschrift {
	font-size: 14px;
	font-weight: bold;

}
.rahmen-halb {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #00CE00;
	border-bottom-color: #00CE00;
}
input {
	font-size: 12px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #00CE00;
	border-left-color: #00CE00;
	border-top-style: none;
	border-right-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: none;



}
.briefkopf {
	font-size: 10px;
	text-align: right;
}
