/* Navigation Right Side Bar Definitions*/

.navigationbarright {
	position: absolute;
	top: 110px;
	left: 841px;
	width: 182px;
	height: auto;
	z-index: 3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9d9f9f;
	border-left-color: #9d9f9f;
	border-top: 1px solid #9d9f9f;
}

.navigationbarright hline{
	top: 3px;
	right: 15px;
	left: 15px;
	bottom: 5px;
	border-top-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF6600;
}
.navigationbarright h1 {
	font: bold 12px verdana, helvetica, arial, sans-serif;
	margin-bottom: -10px;
	border-bottom:1px solid #A8121C;
  color:#A8121C;
  margin: 23px 5px 0px 5px;
  background:#FFFFFF none repeat scroll 0 0;

}
.navigationbarrightlist {
	padding: 0 5px 0 5px;
	margin: 0px;
	margin-top: 15px;
	padding: 0 5px 0 5px;
	font: bold 10px verdana, helvetica, arial, sans-serif;
	color: #ed9834;
}
.navigationbarrightlist li {
	width: auto;
	margin-bottom: 5px;
	list-style-type: none;
}
.navigationbarrightlist li.header {
	font-size: 1.2em;
	color: #330099;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3333CC;
}
.navigationbarrightlist a.anmelden {
	color: #330099;
	background-image: url(/Bilder/layout/arrow-1.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 0px 2px;
	margin-top: -8px;
	margin-bottom: 10px;
	font-weight: bolder;
	font-style: italic;
}

.navigationbarrightlist li a {
	text-decoration: none;
	color: #000000;
}
.navigationbarrightlist li a:link {
	color: #000000;
}

.navigationbarrightlist li a:hover {
	color: #ed9834;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
