body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;	
	padding:0;
	margin:0;
}

/*--- Inhalt ---*/
tr, p, div {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

/*--- Überschrift ---*/
.h1 {
	font-size: 16px;
	font-weight: bold;
	color : #800000;
	padding-bottom:10px;
}

input, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #666666;
}

/*--- Schaltfläche Formular ---*/
.button {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	background-color: #F0F0F0;
	color: #000000;
	border: 1px solid #666666;
}

/*--- Links ---*/
a:link, a:visited {
	color: #82B220;
	text-decoration: none;
}
a:hover {
	color: #82B220;
	text-decoration: underline;
}

/*--- Horizontal Rule ---*/
hr {
	background : #82B220;
	height : 3px;
	width : 100%;
}