@CHARSET "UTF-8";

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Ganz spezielle Stylesheets nur für VPs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Festlegung des Hintergrunds auf diversen Unterseiten */
table#vr-auflistung tbody tr:hover,
table#vr-auflistung tbody tr td.vrname a:hover,
table#vr-materialausgabe tbody tr:hover,
table#vr-mitglieder tbody tr:hover {
	background: #ffe500;
	color: inherit;
}

/* Aufzählungspunkte */
form fieldset ol.form-forum-beitrag-ol li {
	list-style-image: url(/VR/images/icons/bullet_yellow.png);
	list-style-position: outside;
	margin-bottom: 1.5em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Styles für die Navigationsleiste
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#vr-navi-horizontal {
	height: 1.9em;
	text-align: center;
	border-bottom: 0.1em solid #00294B;
}

div#vr-navi-horizontal ul {
	list-style: none;
	padding-left: 0;
}

div#vr-navi-horizontal ul li {
	float: left;
	background: url(/VR/images/icons/vr/vp_navi_normal_links.png) no-repeat;
	padding-left: 0.5833em; /* 20px, weil das vr_navi_normal_links.png 20 Pixel breit ist */
	margin-right: 1em;
}

div#vr-navi-horizontal ul li a {
	background: url(/VR/images/icons/vr/vp_navi_normal_rechts.png) no-repeat top right;
	display: block;
	font-weight: bold;
	padding: 0.4166em 0.833em 0.166em 0.4166em;
	text-decoration: none;
}

div#vr-navi-horizontal ul li:hover, div#vr-navi-horizontal ul li#aktiv {
	background: url(/VR/images/icons/vr/vr_navi_aktiv_links.png) no-repeat;
}

div#vr-navi-horizontal ul li:hover a, div#vr-navi-horizontal ul li#aktiv a {
	background: url(/VR/images/icons/vr/vr_navi_aktiv_rechts.png) no-repeat top right;
	color: silver;
}
/* +++++++++++++ Ende Styles Navi ++++++++++ */

