@charset "utf-8";
/* CSS Document */

.glossymenu{
	padding: 0;
	width: 150px;
	margin-right: 0;
	margin-left: 0;
}

.glossymenu a.menuitem{
	color: #F60;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-size: 10pt;
	text-transform: uppercase;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	font-weight: bold;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #F60;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	color: #000;
	background-color: #F60;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9966;
	border-bottom-color: #FF9966;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	color: #CCC;
	padding-left: 30px;
	padding-bottom: 10px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #CCC;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	color: #F60;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
html, body {
	scrollbar-face-color: #000000;
	scrollbar-track-color: #666666;
	scrollbar-arrow-color: #666666;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;	
}
.pfeil {
	font-weight: bold;
	color: #FFFFFF;
}
a.sub {
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-transform: uppercase;
	color : #CCCCCC;
	text-decoration: none;
	font-size : 10pt;
	background: #000000;
	text-transform: uppercase;
	display: block;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	font-weight: bold;
}

a.sub:hover {
	color : #CCCCCC;
	text-decoration : none;
	background-color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}
.pfeil_sub {
	font-weight: bold;
	color: #FF6600;
}
a.admin {
	color : #000000;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
	padding: 2px 5px 3px 8px;
	background: #000000;
	border-bottom: 1px #000000 solid;
	display: block;
	height: 12px;
}

a.admin:hover {
	color : #000000;
	text-decoration : none;
	background: #000000;
}