/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a {
	color: #A00509;
	}
	
a:hover {
	color: #000000;
	}

/* ID Styles */

#navigation td {
	color: #FFFFFF;
	border-bottom-width: 1px;
		}
	
#navigation a {
	color: #950B09;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-size: 12px;
	background-image:url(Bilder/button.png);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#navigation a:hover {
	color:#FFFFFF;
	background-color: #FFFFFF;
	background-image:url(Bilder/button2.png);
	}
	
#logo 	{
	color: #A00509;
	letter-spacing:0.2em;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #000000;
	}

#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:20px;
	margin-top:0px;
	}

/* Class Styles */
	
.bodyText {
	color:#000000;
	line-height:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
.pageName{
	color: #950B09;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.pageNameGross {
	color: #950B09;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
}



.navText {
	color: #000000;
	line-height:16px;
	margin-top:0px;
	letter-spacing:.1em;
	text-decoration: overline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	/* the menu */

	ul,li,a {
		display:block;
		margin:0;
		padding:0;
		border:0;
	}

	ul {
		width:175px;
		background:none;
		list-style:none;
	}

	li {
		position:relative;
		padding:1px;
		padding-left:2px;
		z-index:9;
	}
			li.folder ul {
			position:absolute;
			left:120px; /* IE */
			top:1px;
			
		}		
			li.folder>ul { left:140px; } /* others */

	a {
		padding:2px;
    text-decoration:none;
		width:100%; /* IE */
	}
		li>a { width:auto; } /* others */

	
	/* regular hovers */

	a:hover {
		border-color:#A00509;
		color:#FFFFFF;
	}
		li.folder a:hover {
			background-color:#bbb7c7;
		}
	
	/* hovers with specificity */
	
	li.folder:hover { z-index:10; }		
		
	ul ul, li:hover ul ul {
		display:none;
	}

	li:hover ul, li:hover li:hover ul {
		display:block;
	}
