A {
	border-style: none;
	color: Gray;
	font-family: Verdana;
	text-decoration: underline;
} 

A:HOVER {
	color:  #FF8C00;
	text-decoration: none;
}

.kontaktbox {
	background-color: Silver;
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
}

.kontaktbutt {
	font-family: Verdana;
	font-size: 10pt;
	background-color: Silver;
	color: Black;
	font-weight: bold;
}

P {
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
}

.weglink {
	color: Black;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.weglink:HOVER {
	color: Blue;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.agblink {
	color: #FF8C00;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.agblink:HOVER {
	color: Black;
	font-family:Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.border {
	border-width: 1px;
	border-color: Black;
	border-style: solid;
	border-collapse: collapse;
}