/* Datei zum Einbinden der CSS-Formatierungen */

body
{
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	background-color: #FFFFFF;
 	behavior:url("csshover.htc");	
}

table
{
  padding: 5px;
}

table.t1
{
	border-color: #000000;
	border-width: thin;
	border-style: solid;
	background-color: #FFFFFF;
}

table.t6
{
	background-color: #FFFFFF;
}

a
{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: gray;
	text-decoration: underline;
}

a.thin
{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: gray;
	text-decoration: underline;
}

a:hover
{
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
	background: gray;
}

a.top:hover
{
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}


td
{
  font-family: Verdana,Arial,Helvetica,Sans-Serif;
 	line-height: 1.4em;
  text-align: center;
}

td.c1
{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

td.c3
{
	border-color: #000000;
	border-width: thin;
	border-style: solid;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

td.c19
{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
  border-bottom-color: #000000;
	border-width: thin;
	border-bottom-style: solid;
} 

td.c211
{
	font-size: 8pt;
	color: #000000;
	text-align: left;
} 

td.c22
{
	border-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-align: left;	
}

td.thin
{
	font-size: 8pt;
	color: #000000;
}

h1
{
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

h2
{
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

div.title
{
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


/*--- navigation menu --*/

*
{
 	font-family: Verdana,Arial,Helvetica,Sans-Serifa;
	font-size: 12px;
}

/* the menu */

ol,li.dot,li.folder,a.menu,a.submenu
{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

ol.menu
{
	width:200px;
	border:1px solid #9d9da1;
	background:white;
	list-style:none;
}

li
{
  text-align: left;
	font-size: 8pt;	
}

li.dot
{
	position:relative;
	padding:1px;
	padding-left:26px;
	background:url("images/item_dot.gif") no-repeat;
	z-index:9;
}

li.folder
{
	position:relative;
	padding:1px;
	padding-left:26px;
	background:url("images/item_folder.gif") no-repeat;
	z-index:9;
}		

li.folder ol
{
	position:absolute;
	left:120px; /* IE */
	top:5px;
}		

li.folder>ol
{
  left:140px;
} /* others */

a.menu
{
	padding:2px;
	border:1px solid white;
	text-decoration:none;
	color: gray;
	font-weight:bold;
	width:100%; /* IE */
}

a.submenu
{
	padding:2px;
	border:1px solid white;
	text-decoration:none;
	color: gray;
	font-weight:bold;
	width:100%; /* IE */
}

li.dot>a.menu
{
  width:auto;
} /* others */

li a.submenu
{
	background:url("images/sub.gif") right no-repeat;
  width:auto;	
}

/* regolar hovers */

a.menu:hover
{
	border-color: lightgrey;
	background-color: gray;
	color: white;
}

a.submenu:hover
{
	border-color: lightgrey;
	background-color: gray;
	color: white;
}

li.folder a.menu:hover
{
	background-color: gray;
}

li.folder a.submenu:hover
{
	background-color: gray;
}
	
/* hovers with specificity */
	
li.folder:hover
{
  z-index:10;
}

ol ol, li:hover ol ol
{
	display:none;
}

li:hover ol, li:hover li:hover ol
{
		display:block;
}

li:hover ol, li:hover li:hover ol
{
		display:block;
}