.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.standardtext {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.highlighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
}
.toolbarheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #DCD9FF;
	color: #0000FF;


}
.toolbarbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	background-color: #DCD9FF;
}
.bildtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
}


/* MENU STUFF */

#container {
	width: auto;
	text-align: left;
	border: thin solid #eda;
	margin: 0 auto;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
/*
p {
	background: url(weblogo_blue_filler.gif) center no-repeat;
	margin: 1em 2em;
}

p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #7C6240;
}

#smurf strong {
	font-size: 1.2em;
	color: black;
}

h1 {
	height: 108px;
	background: url(images/weblogo_blue_filler.gif) bottom center no-repeat;
	text-indent: -999em;
	margin: 1em 0 0 0;
}

*/

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: #EFEFEF;
	font-weight: normal;
	padding: 0;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1px;
}

#nav a {
	display: block;
	width: 6em;
	w\idth: 6em;
	color: #0000FF;
	text-decoration: none;
	padding: 0.25em 0.25em;
}

#nav a.daddy {
	background: url(images/Right_Arrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 0em;
		text-align: center;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	w\idth: 14em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
/*	padding-right: 1em;  */
	width: 13em;
	text-align: left;
}

#nav li ul a {
	width: 14em;
	w\idth: 14em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#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: #CCCCCC;
}


 /*
#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 70px;
	background: white url(/images/header_bg.gif) no-repeat;
	border: solid #eda;
	border-width: 1px 0 0 0;
	margin: 1em 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;
}

*/

