/* $Id: screen.css,v 2.1 2007/04/11 22:36:07 robertb Exp robertb $
 *
 * Bildschirm-Darstellung
 */

html		{ color: #339999; background-color: black; }
body		{ font-family: Helvetica, Arial, Sans-Serif; }
h1, h2		{ color: #BBBBBB; text-align: center; }
blockquote	{ color: #BBBBBB; background-color: #111111; font-family: Times, Serif }
a:link		{ color: #33EE99; text-decoration: underline }
a:visited	{ color: #009900; text-decoration: underline }
a:hover		{ color: #FFFFFF; text-decoration: none }
a:active	{ color: #FFFFFF; text-decoration: none }
a.extern:before	{ content: url(../bilder/externerLink2.png); }

img		{ border: none; }
.bild-banner	{ text-align: center; }
.bild-unter	{ font-size: smaller; display: block; padding-top: 8pt; }
address		{ color: #33CC33; font-style: italic; font-family: Times, Serif; text-align: center }
address {
	margin-left: 100px;
	margin-right: 100px;
	float: left;
}
em		{ color: #BBBBBB; font-style: italic }
strong		{ color: #CC0000; font-weight: bold }
div.nav		{ font-size: 10pt; line-height: 5pt; text-align: center; }
div.nav hr	{ height: 3px; border: 1px solid; }

/* neue Breadcrumb-Navigation */
ol.nav {
	border-top-style: double;
	border-bottom-style: double;
	border-color: #399;
	text-align: center;
}
ol.nav li {
	display: inline;
}
ol.nav li:after {
	content: ' '"\bb";
}
ol.nav li.more:before {
	content: '| ';
}
ol.nav li.lastitem:after {
	content: ' |';
}
ol.nav li.more:after {
	content: '';
}
#uberwach {
	width: 90px;
	margin-right: 0px;
	margin-left: auto;
	text-align: center;
}
