/* class hauptnavigation */
a.hauptlink1:link 
{ 
	color: #ffffff; 
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer; 
	font-weight: bold;
	height: 23px;
	vertical-align: middle;
	line-height: 23px;
	display: block;
	width: 160px;
	border: 2px outset #9cc494;
	background-color: #2f4f4f;
}
a.hauptlink1:visited 
{ 
	color: #ffffff; 
	text-decoration:none;
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer; 
	font-weight: bold;
	height: 23px;
	vertical-align: middle;
	line-height: 23px;
	display: block;
	width: 160px;
	border: 2px outset #9cc494;
	background-color: #2f4f4f;
}
a.hauptlink1:focus 
{ 
	color: #ffffff; 
	text-decoration: none; 
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer; 
	font-weight: bold;
	height: 23px;
	vertical-align: middle;
	line-height: 23px;
	display: block;
	width: 160px;
	border: 2px outset #9cc494;
	background-color: #8a9aa6;
}
a.hauptlink1:hover 
{ 
	color: #ffffff; 
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer; 
	font-weight: bold;
	height: 23px;
	vertical-align: middle;
	line-height: 23px;
	display: block;
	width: 160px;
	border: 2px outset #9cc494;
	background-color: #8a9aa6;
}
a.hauptlink1:active 
{ 
	color: #ffffff; 
	text-decoration: none; 
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer; 
	font-weight: bold;
	height: 23px;
	vertical-align: middle;
	line-height: 23px;
	display: block;
	width: 160px;
	border: 2px outset #9cc494;
	background-color: #8a9aa6;
}
/* class textlinks */
a.hauptlink2:link 
{ 
	color: #000000; 
	font-family: Verdana;
	font-size: 12px;
	cursor: pointer; 
	font-weight: bold;
}
a.hauptlink2:visited 
{ 
	color: #000000; 
	font-family: Verdana;
	font-size: 12px;
	cursor: pointer; 
	font-weight: bold;
}
a.hauptlink2:focus 
{ 
	color: #c43600; 
	font-family: Verdana;
	font-size: 12px;
	cursor: pointer; 
	font-weight: bold;
}
a.hauptlink2:hover 
{ 
	color: #c43600; 
	font-family: Verdana;
	font-size: 12px;
	cursor: pointer; 
	font-weight: bold;
}
a.hauptlink2:active
{ 
	color: #c43600; 
	font-family: Verdana;
	font-size: 12px;
	cursor: pointer; 
	font-weight: bold;
}
/* andere formatierungen */
#bodyNav
{
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#rahmen
{
	border: 2px solid #c1c3c2;
}
#textCounter
{
	color: black;
	font-family: Verdana;
	font-size: 12px;
}
#linkGrund
{
	color: black;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 20px;
}
