A {
	color: #006666;
}

A.copy {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #006666;
	text-decoration: none;
}

A:hover.copy {
	color: #000000;
	text-decoration: none;
}



.t {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}

.tb {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}



INPUT.kontakt {
	width: 200px;
	height: 18px;
	font-size: 7pt;
}

SELECT.kontakt {
   width: 100px;
	height: 18px;
	font-size: 7pt;
}

TEXTAREA.kontakt {
	width: 420px;
	height: 100px;
}

