/*
 * $Id: nav.css,v 1.3 2008/08/12 19:18:00 gerold Exp gerold $
 * $Log: nav.css,v $
 * Revision 1.3  2008/08/12 19:18:00  gerold
 * *** empty log message ***
 *
 * Revision 1.2  2006/10/25 15:09:41  gerold
 * Eliminate some warning in W3C validator.
 *
 *****************
 * The navigation parts of the page have a blue background, so
 * we should change the default foreground color */
/*		{ color: #bbb;} */
body	{
	font-family: Verdana, Lucida, sans-serif;
	font-size: small;
	padding-left: 1em;
	padding-right: 1em;
}
body.nav	{
	color: #bbb;
	background-color: #006699;
	/* background: 0;	/* no image here */
}

body.topnav	{
	background: url(images/bg-oben4.jpg);
	background-color: #006699;
	color: #bbb;
	padding: 0;
}
p.topmenu	{
	text-align: right;
	/* font-family: Verdana, Lucida, sans-serif; */
	font-size: medium;
	position: fixed;
	bottom: 0;
	right: 0;
	padding-bottom: 0;
	padding-left: 0.5em;
	/* border: thin solid red; */
}
div.logo {
	border: 0 solid;
	width: 150px;
	position: fixed;
	top: 15px;
	left: 1em;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0px solid;
	background-color: #bbb; /* Mozilla */
	color: #bbb;		/* IE6.0 */
}

p, ul {
	margin-top: 0;
	margin-bottom: 0.3ex;
	color: #bbb;					/* ns4 */
	background-color: inherit;
	font-family: Verdana, Lucida, sans-serif;	/* ns4 */
	font-size: small;				/* ns4 */
}

/* link properties are not inherited, since they are usually defined
 * in the readers default style sheet */
a:link		{ color: #fff; text-decoration: none; font-weight: normal; background-color: inherit;}
a:visited	{ color: #fff; text-decoration: none; font-weight: normal; background-color: inherit;}
a:active	{ color: #fff; text-decoration: none; font-weight: normal; background-color: inherit;}
a:hover		{ color: #fff; text-decoration: underline; font-weight: normal; background-color: inherit;}

h2 {
	font-size: large;
	margin: 0.3em 0;
/*	border: thin solid red;	*/
}

img.menuitem {
	border: thin dotted ;
}

li#k {
	color: yellow;
	margin-bottom: -6px;
}
