a:link, a:active, a:focus {
	color:				rgb(0, 0, 0);
	font-family: 		times, times new roman;
	font-size: 			20px;
	line-height:		1.5;
}

a:visited {
	color:				rgb(0, 0, 0);
	font-family: 		times, times new roman;
	font-size: 			20px;
	line-height:		1.5;
}

a:hover {
	color:				rgb(0, 0, 0);
	font-family: 		times, times new roman;
	font-size: 			20px;
	background-color: 	rgb(200, 200, 200);
	line-height:		1.5;
}

h1 {
	font-family: 		times, times new roman;
	font-size: 			20px;
	line-height:		1.5;
}

input {
	border: 			1px solid rgb (20, 20, 20);
	background-color: 	rgb (180,180, 180);
	color: 				rgb (20, 20, 20);
	font-family: 		times, times new roman;
	font-size: 			20px;
	line-height:		1.5;
}

textarea {
	border: 			1px solid rgb (20, 20, 20);
	background-color: 	rgb (180,180, 180);
	color: 				rgb (20, 20, 20);
	font-family: 		times, times new roman;
	font-size: 			20px;
	line-height:		1.5;
}

.fontBold
{
	color:				rgb(20, 20, 20);
	display:			inline;
	font-family: 		times, times new roman;
	font-size:			20px;
	font-weight:		bold;
	line-height:		1.5;
}

.fontGrau
{
	color:				rgb(130, 130, 130);
	display:			inline;
	font-family: 		times, times new roman;
	font-size:			20px;
	line-height:		1.5;
}

.fontGreen
{
	color:				rgb(1, 37, 26);
	display:			inline;
	font-family: 		times, times new roman;
	font-size:			20px;
	line-height:		1.5;
}

.linkIntern
{
	text-decoration: 	none;
}

.standardFont
{
	color:				rgb(20, 20, 20);
	display:			inline;
	font-family: 		times, times new roman;
	font-size:			20px;
	line-height:		1.5;
}
