/* formate css-datei für hkd */

body
 { font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;}

.logo
{padding-right: 20px;}

.grey
{height: 30px; font-size: 14px; font-weight: bold; color: #ffffff; background-color: #bbbbbb;
border-bottom: 1px solid #ffcc33;}

.red
{background-color: #8d0023; width: 20%;}

.text
{font-size: 10pt; color: #666666;}

.sub
{padding-top: 15px; font-size: 8pt; color: #999999; text-align: center;}

a:link {					
	text-decoration:none;
	border-bottom:1px solid #FFBA00;
	margin:2px 2px 2px 2px;
	color:#000000;
}
a:visited {
	text-decoration:none;
	border-bottom:1px solid #FFBA00;
	margin:2px 2px 2px 2px;
	color:#000000;
}

a:active {
	text-decoration:none;
	border-bottom:1px solid #FFBA00;
	color:#FFBA00;
}

a:hover {
	text-decoration:none;
	border-bottom:1px solid #FFBA00;
	color:#FFBA00;
}






