div#navbar  {
	border-top: 4px ridge black;
	border-bottom: 4px ridge black;
	border-right: 4px ridge black;
	/*top:0;*/
	left:0;
	bottom: 0;
	padding: 0.2em;
	position: fixed;
	z-index:18;
	text-align: center;
	width: 100%;
	/* http://css-tricks.com/examples/CSS3Gradient/ */
	background-color:#D8D8D8;
	background: -moz-linear-gradient(top, #d8d8d8, #888888);
}

div#navbar a, div#navbar a:visited  {
	color: #474D79;
}

#nav_current { font-style: italic }

/*
 * a list looks better in search engines
 */

div#navbar ul {
	margin: 0;
	padding: 0;
}
div#navbar li {
	list-style: none;
	display: inline;
}

div#navbar a {
	/* :after gets underlined too, which looks ugly */
	text-decoration: none;
}

div#navbar ul li a:after, a:visited:after {
	content: '\279f'; /* &#10143; */
	margin-left: 0.25em;
	margin-right: 0.1em;
	color: black;
	text-decoration: none; /* doesn't help: the underline of the a is directly below ... */
}

span.email span { display: none; }


/* birth?: Modify: 2010-07-28 20:56:18.000000000 +0200 */
