body {
	font: 78%/1.5 arial, helvetica, serif;
	font-color: darkblue; 
	color: darkblue;
	/* text-align: center; */
	padding: 0;
	margin: 2em; /* Abstand Seitenrand der gesammten Website */
	background: aliceblue;
}

table { 
	font: 1.5 arial, helvetica, serif;
	font-size: 9pt;
	
}

#container {
	/* width: 36em; */
	background: darkblue;
	text-align: left;
	/* border: 1px solid #eda; */
	margin: 0 auto;
}

p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: darkblue;
}

#smurf strong {
	font-size: 1.2em;
	color: black;
}


#nav, #nav ul {
	float: left;
	/* width: 36em; */
 	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid darkblue;
	border-width: 1px 0;
	margin: 0 0 0em 0;
}

#nav a {
	display: block;
	width: 12em;
	w\idth:12em;
	color: darkblue;
	text-decoration: none;
	padding: 0.25em 1em;
}



#nav li {
	float: left;
	padding: 0;
	width: 12em; /* Breite der Blauen Box */
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10.55em;
	w\idth: 11.55em; /* Breite der Blauen Box */
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 0em;
	width: 11.55em  /* Breite der grauen Markierung */
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 11.55em;  /* Abstand level2 box hohe/breite */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: aliceblue;     /* grau */
}

#content {
	clear: left;
}

#content a {
	color: darkblue;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 70px;
	/* background: white url(/images/header_bg.gif) no-repeat; */
	border: solid #darkblue;
	border-width: 1px 0 0 0;
	margin: 0em 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background: url(/images/hdlogo_flip2.gif) no-repeat;
	background-position: 181px 0;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}

a:link { text-decoration:none; color:darkblue; }
a:visited { text-decoration:none; color:darkblue; }
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
a:focus { text-decoration:none;}

