/* 
   css Copyright (c) Boris Pikula, 2009. All rights reserved.
*/
/* 
   css Copyright (c) Boris Pikula, 2009. All rights reserved.
*/

/* ====================================================================== */
/* Hyperlinks - NAVI */
/* ====================================================================== */

.navi {
	/*font-size: 11px; margin:0; margin-bottom:8px; font-weight: bold; padding-left:5px;*/
	display: block;
	font-size: 11px;
	font-weight:bold;
	padding: 6px 10px 6px 15px; /* top,  right, bottom, left*/
	width: 170;
	border: 0;
	border-bottom: 1px solid #6E1900;
}

a.navi:link{
	color: #FFFFFF;
 	text-decoration: none;
}
a.navi:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.navi:hover {
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
}
a.navi:active {
	color: #000000;
	text-decoration: none;
}


/* ====================================================================== */
/* Hyperlinks - SUBNAVI */
/* ====================================================================== */

.subnavi {
	display: block;
	font-size: 11px;
	font-weight:normal;
	padding: 6px 10px 6px 15px; /* top,  right, bottom, left*/
	width: 170;
	border: 0;
	border-bottom: 1px solid #000000;
	background-color: #5C1500;/**/
}

a.subnavi:link{
	color: #FFFFFF;
 	text-decoration: none;
}
a.subnavi:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.subnavi:hover {
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
}
a.subnavi:active {
	color: #000000;
	text-decoration: none;
}

/* ====================================================================== */
/* Hyperlinks - KONTAKTNAVI */
/* ====================================================================== */

a.kontaktnavi:link{ font-size:11px; color: #FFFFFF; text-decoration: underline; font-weight:bold; }
a.kontaktnavi:visited { font-size:11px; color: #FFFFFF; text-decoration: underline; font-weight:bold; }
a.kontaktnavi:hover { font-size:11px; color: #FFFFFF; text-decoration: none; font-weight:bold; }
a.kontaktnavi:active { font-size:11px; color: #FFFFFF; text-decoration: underline; font-weight:bold; }








