/* PAGE-STRUCTURE / FOOTER */

html {
margin: 0px;
padding: 0px;
height: 100%;
}

body {
margin: 0px;
padding: 0px;
font-family: Arial, sans-serif;
background-color: #000000;
color: #999999;
font-size: 14px;
height: 100%;
}

a {
text-decoration: none;
color: #3399cc;
}	

a:hover {
text-decoration: underline;

}


hr {
	color: #555555;
	border-color: #555555;
}

h1 {
	font-size: 20px;
}

h2 {
	color: #555555;
	font-size: 11px;
	line-height: 11px;
	margin: 0px;
	padding: 0px;	
}

img.coverimg {
	border-width: 1px;
	border-style: solid;
	border-color: white;
}

table {

	font-size: 14px;
}


td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #101010;
	vertical-align: top;
}

#header {
	margin-top: 10px;
	margin-bottom: 12px;
	background-image: url(ifflogo_g-12x10.gif);
	background-repeat: no-repeat;
	background-position: 788px 13px;
}

#path {
	color: #555555;
	font-size: 11px;		
	margin-bottom: 36px;
}

#path a {
color: #555555;
font-weight: bold;
}

#outerdiv {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
/*
subtree-children
*/


#header > ul > li > ul {
	position:absolute;
	width:auto;
	height:auto;
	background-color:grey;
    display: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	top: 28px;
}

#header > ul > li > ul > li {
    display: block;
	list-style-type: none;
	list-style-image: none;
	font-size: 20px;
	border-width:0px;
	border-style:solid;
	border-color: #efefef;
	background-color:red;
	padding: 0px;
	margin: 0px;
}

#header > ul > li:hover > ul {
	position:absolute;
    display: inline;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}


#header > ul {
	position:relative;
    display: block;
    width: 100%;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
    
#header > ul > li {
	position:relative;
	display: inline;
	line-height: 28px;
	font-size: 20px;
	border-width:0px;
	border-style:solid;
	border-color: #efefef;
	margin-right: 130px;
}

li.status0 > a {
	font-size: 14px;
	color: #3399cc;
}

li.status1 > a {
	color: #3399cc;
}

li.status2 > a {
	color: #99ccff;
}

