tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

.nichtsichtbar {
	visibility: hidden;
	display:none;
}

.heading {
	font-size: 20px;
	color: #458c08;
}
input {
	font-size: 10px;

}

h6 {
	font-size: 14px;
}
.subheading {
	font-size: 15px;
	font-weight: bold;
	color: #458C08;
	background-color: #E9E4C9;
	height: 25px;
	padding: 5px;
}
.subsubheading {
	color: #458C08;
	background-color: #F2EFDF;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.instruction {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	background-color: #CCCCCC;
}



a {
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.highlightit {
	font-weight: bolder;
	font-size: larger;
	font-style: italic;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #669900;
	background-color: #FFFFCC;
}
h2 {
	font-size: 14px;
	font-style: italic;
	background-color: #F2F2F2;
}

h3 {
	font-weight: bold;
	font-size: 12px;
}
.errortext {
/*	text-decoration: blink; */
	font-weight: bold;
	color: red;
}
.successtext {
	font-weight: bold;
	color: green;
}
.email {
	font-family: Courier New;
	color: black;
}
