a {
	color: #000000;
}
a:hover{
	color: #006699;
}
.zurueck	{
	padding-left: 20px;
	padding-bottom: 2px;
	background: url("../images/pfeil_links.gif") no-repeat 3px 1px ;
}
.zurueck:hover	{
	background: url("../images/pfeil_links.gif") no-repeat 0px 1px ;
}
.gesamt_standardPrint{	
	padding-left: 30px;
	padding-bottom: 5px;
	background: url("../images/icon_drucken.gif") no-repeat 0px 1px ;
}
.gesamt_standardSend {
	padding-left: 30px;
	padding-bottom: 5px;
	background: url("../images/icon_senden.gif") no-repeat 0px 2px ;
}
.gesamt_standardBack{
	padding-left: 20px;
	padding-bottom: 5px;
	background: url("../images/pfeil_links.gif") no-repeat 0px 2px ;
}
/*TOP NAVIGATION*/
.subPoint a {
	display: block;
	padding-right: 5px;
	padding-left: 20px;
}
.subPoint a:hover {
	background: url("../images/subpoint_highlight.gif") 10px no-repeat;
}
.subPoint a.aktiv {
	font-weight: normal;
	background: url("../images/subpoint_active.gif") 10px no-repeat;
}

/*left-navigation*/
.ln-mainpoint a	{
	display: block;
	font: normal 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding: 2px 5px 2px 15px;
	background: #FFFFFF;
	color: #003366;
}
.ln-mainpoint a:hover	{
	background: #003366;
	color: #FFFFFF;
}
.ln-subpoint a	{
	padding-left: 15px;
	padding-top: 5px;
	display: block;
	font: normal 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
}
.ln-subpoint a:hover	{
	color: #006699;
}

/*rubrik-navigation*/
.rn-point a:hover	{
	color: #003366;
}
/*tabellen*/
table.artikelliste td a:hover	{
	color: #006699;
}
table.artikelliste td.detail a	{
	background: url("../images/details_pfeil.gif") no-repeat 1px;
	padding-left: 13px;
}
table.info a:hover	{
	color: #006699;
}
/*formular*/
.button:hover	{
	border: 1px solid #003366;
}

/*-=---------------------------------------------------------------------------*/
.border-black-tbl	{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.border-black-tbr	{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.border-black	{
	border: 1px solid #000000;
}
.border-darkBlue-tbl	{
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
}
.border-darkBlue-tbr	{
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-right: 1px solid #003366;
}
.border-darkBlue	{
	border: 1px solid #003366;
}


