/* 
** last chaged: 2008-06-05, simplicity gmbh, pma
*/
/* --- navigation bar layer base -------------------------------------------  */

#navbar {
	clear: left;
	margin: 0px;
}
#navbar table {
	width: auto;
	margin: 0px;
}
#navbar td.shadow-right {
	background-image:url(/fileadmin/templates/img/shadow_right.png);
	background-position:left top;
	background-repeat:no-repeat;
	width: 7px;
}
#navbar td.shadow-bottom {
	background-image:url(/fileadmin/templates/img/shadow_bottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 7px;
	width: 686px;
}
#navbar td.shadow-bottom-right {
	background-image:url(/fileadmin/templates/img/shadow_bottom_right.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 7px;
	width: 7px;
}
#navbar li  {
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image:url(/fileadmin/templates/img/bg_topnav.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 43px;   
	width: 114.4px; 
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}
#navbar li.ro {
	background-color: #f2f2f2;
	background-image: none;
}
#navbar li.act {
	background-color: #f2f2f2;
	background-image: none;
}
#navbar li.actro {
	background-color: #f2f2f2;
	background-image: none;
}
/* LINKS */
#navbar li a {
	display: block;
	padding-top: 13px;
	padding-bottom: 11px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#navbar li.ro a{
	color: #cc3333;
	text-decoration: none;
}
#navbar li.act a {
	color: #cc3333;
	text-decoration: none;
}
#navbar li.actro a {
	color: #cc3333;
	text-decoration: none;
}

/* --- navigation bar layer 1 ----------------------------------------------- */
/*
table.navbarlayer1 {
	width: 216px;
	margin: 0px;
	padding: 0px;
	background: #f5f5f5;
}
ul.navbarlayer1 {
	padding: 0px 0px;
	margin: 0px 0px;
}
table.navbarlayer1 li {
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image:url(/fileadmin/templates/img/bg_layernav.png);
	background-position:left top;
	background-repeat:no-repeat;
	width: 200px; 
	margin: 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 6px;
	text-transform: uppercase;
}
table.navbarlayer1 li.l1ro,
table.navbarlayer1 li.l1ifsub {

	background-image: url(/fileadmin/templates/img/nav/sub_icon.gif);
	background-position: right;
	background-repeat: no-repeat;

}
table.navbarlayer1 li.l1ifsubro {

	background-image: url(/fileadmin/templates/img/nav/sub_icon_ro.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #999999;

}
*/
/* LINKS */
/*
table.navbarlayer1 li a {
	display: block;
	width: 100%;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
table.navbarlayer1 li a:hover, table.navbarlayer1 li.l1act a, table.navbarlayer1 li.l1actro a {
	color: #cc3333;
	text-decoration: none;
}
*/

/* --- navigation bar layer 2 ----------------------------------------------- */

table.navbarlayer2 {
	background-color: #f5f5f5;
	width: 216px;
}
ul.navbarlayer2 {
	padding: 0px 0px;
	margin: 0px 0px;
}
table.navbarlayer2 li {
	display: block;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #cecece;
	text-transform: uppercase;
}
table.navbarlayer2 li.l2ro,
table.navbarlayer2 li.l2actro {
	background-color: #f5f5f5;
}

/* LINKS */
table.navbarlayer2 li a {
	display: block;
	width: 100%;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
table.navbarlayer2 li a:hover,
table.navbarlayer2 li.l2act a,
table.navbarlayer2 li.l2actro a {
	color: #cc3333;
	text-decoration: none;
}