/* MAINNAVI */

#navi {
	position: absolute;
	background: url(../images/bg-navi.jpg) no-repeat;
	width: 903px;
	height: 39px;
	top: 108px;
	left: 0px;
}

#navi ul {
	list-style: none;
	margin: 8px 0 0 26px;
	padding: 0px;
	line-height: 2em;

}

#navi ul li{
	margin: 0px;
	padding: 0 28px 0 0;
	float: left;
}

#navi ul li a{
	color: #d3cec1;
	display: block;
	text-decoration: none;
	font-weight: normal;
}
 
#navi ul li.act a {
	color: #edbb70;
}

#navi ul li a:hover {
	color: #edbb70;
}

/* MAINNAVI */

a.counterinaktiv,a.counteraktiv{
	color: #fff;
	font-weight: normal; 
	text-decoration: none; 
	padding: 0px 1px 2px 1px;
	display: block;
	line-height: 15px;
	background: url(../images/bg-counter.jpg) no-repeat;
	width:15px;
	height:15px;
}

a.counterinaktiv:hover,a.counteraktiv{
	color: #fff;
	background: url(../images/bg-counter-hover.jpg) no-repeat;
	text-decoration: none;
}

a.counteraktiv:hover{
	font-weight: bold;
	text-decoration: none;
}

a.edit,.edit{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:22px;
	height:22px;
	font-style: normal; 
	font-weight: normal; 
	color: #e11426;
	background: #e7e7e7; 
	border : 1px solid #669900;
	text-decoration: none; 
	margin:0 2px 0 2px;
	padding:0 2px 0 2px;
}
a.edit:hover{
	color : #669900;
}
#edit select, a.edit select {
	width:35px;
	height:17px;
}
.edit{
	float:left;
}

