/* Button oben im Kopf-*/
.hb
{
	position: relative;
	background-color: #2053A4;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: 1px #FCCF4A solid;
	width: 115px;
	padding: 2px;
	text-align: center;
	float: right;
	margin-left: 10px;
}

/* Linkhandling Hauptmenü ------------------------------------------ */

.hm
{
	font-weight:bold;
	font-size: 11px;
	color:#ffffff;
	text-decoration:none;	
} 

.hm:link 
{
	font-weight:bold;
	font-size: 11px;
	color:#ffffff;
	text-decoration:none;	
}  

.hm:visited
{
	font-weight:bold;
	font-size: 11px;
	color:#ffffff;
	text-decoration:none;
}

.hm:active 
{
	font-weight:bold;
	font-size: 11px;
	color:#ffffff;
	text-decoration:none;
} 

.hm:hover 
{
	font-weight:bold;
	font-size: 11px;
	color:#FCCF4A;
	text-decoration:none;
}
