body,p,td
{
	   font-family: Verdana, Arial, Helvetica;
	   font-size: 13;
	line-height: 1.4em;
}
body {
	background-image: url(bilder/nav/background-right.png);
	background-repeat: repeat-x;
	background-color: #dcdcdc;
	padding: 0px;
	margin: 0px;
}
h1 {
	color: #39866c;
	font-size: 18px;
	margin-bottom: 13px;
	padding-bottom: 7px;
	border-bottom: 2px dotted #999999;
}
li {
	list-style-image: url(bilder/arrow.png);
}
a {
	text-decoration: none;
}

.navItemText
{
	height: 25px;
		   padding-left: 10px;
		   padding-right: 10px;
	  padding-top: 6px;
	  text-align: center;
clear: none;
position: relative;
float: left;
color: black;
display: inline;
	  font-size: 14px;
}
.navItemText:hover
{
	   background-image: url(bilder/nav/m_back.png);
	   background-repeat: repeat-x;
}

.navItemText a
{
color: black;
}

