@charset "utf-8";
a:link {
	color: #ffbd00;
	text-decoration: none;
}
a:visited {
	color: #ffbd00;
	text-decoration: none;
}
a:active {
	color: #ffbd00;
	text-decoration: underline;
}
a:hover {
	color: #ffbd00;
	text-decoration: underline;
}
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: #fff;
	width: 800px;
	border-right: 1px solid #bab9b3;
	background-color: #445799;
}	
#frame {
	margin: 0;
}
#header {
	border-bottom: 1px solid #bab9b3;
	height: 112px;							/* feste Höhe 112px, wie das Schloss-Logo */
	color: white;
}
#header h1 {
	margin: 0;
	padding: .5em;
	font-size: 150%;
}
#header p {
	font-weight: bold;						/* Absatz in #kopf fett (bold) darstellen */
	margin: 0;
}
#header img {
	float: left;							/* schwebe nach links */
	width: 206px;							/* float immer mit Angabe von width */
	margin-right: 20px;						/* Abstand zum Text daneben */
}
#columnLeft {
	float: left;
	width: 196px;
	padding-top: 1em;
	padding-left: 10px;
}
#columnRight {
	padding: 1em 10px 10px 20px;
	margin-left: 206px;						/* Gesamtbreite #navi: 206px */
	height: 100%; 	/* funktioniert nur bei Konqueror und Opera, nicht Firefox */
	border-left: 1px solid #bab9b3;
}
#columnRight h2 { 
	margin-top: 0; 
}
#footer {
	clear: both;
	padding-bottom: 10px;
	border-top: 1px solid #bab9b3;
	padding-left: 196px;
	padding-top: 5px;
	font-size: 80%;		
	font-style: normal;	
	letter-spacing: 2px;
	text-align: center;
}
h2 {
	font-size: 130%;
	color: #ffbd00;							/* dunkler Gelbton */
}
h3 {
	font-size: 110%;
	color: #ffbd00;
}
a img {
	border: 0;							/* kein Rahmen, wenn ein Bild ein Hyperlink ist */
}
#navleft h5 {
	display: none;
}
#navleft {
	font-weight: bold;
	 font-family: Verdana, Helvetica, Arial, sans-serif; 
}
#navleft ul {
	 list-style: none; 
	 margin: 0; 
	 padding: 0; 
}
#navleft ul li {
	 margin: 0; 
}
#navleft ul li a:link, #navleft ul li a:visited {
	display: block; 
	list-style: none; 
	padding: 4px;
	border-left: 5px solid #445799;
	border-bottom: 1px solid #369;
	background-color: #445799;
	color: #ffbd00;
	text-decoration: none; 
}
html>body #navleft ul li a { 
	width: auto; 
} 
#navleft ul li a:hover, #navleft ul li a#currentnavleft {
	border-left: 5px solid #ffbd00;	
	border-bottom: 1px solid #369; 
	background-color: #222b4c;
	color: #ffbd00;
}
ul.liste_eng, ol.liste_eng {
	margin: 0px 0px 6px 0px;
	list-style-type: none;
	padding-left: 0;
}
.picfloat1 {
	float: left;
}
.picfloat2 {
	float: right;
}
p .initcap {
	color: #eee;
	background-color: transparent;
	line-height: 0.7em;
	font-size: 1.2em;
	font-weight: bold;
}
/* Pullquote, wmc, S. 197 */
blockquote {
	color: #927b6b;
	font: italic 2.2em georgia, serif;
	float: right;
	line-height: 1.4;
	margin: .3em 0 .7em .5em;
	text-align: center;
	width: 250px;
}
blockquote p {
	margin: 0;
}
blockquote span {
	color: #bab9b3;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	padding: 0 .2em;
}
blockquote .source {
	text-align: right;
	font-size: small;
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-right: 2em;
}
/* ----------------------------------------------------------------------- */
/*                     Top-Navigation im Inhaltsbereich                    */
/* ----------------------------------------------------------------------- */
#navtop h5 {
	display: none;
}  	
#navtop ul {
	padding: 3px 0; 
	margin-left: 0; 
	border-bottom: 1px solid #fff; 
	font: bold 12px Verdana, sans-serif; 
}
#navtop ul li {
	list-style: none; 
	margin: 0; 
	display: inline; 
}
#navtop ul li a {
	padding: 3px 0.5em; 
	margin-left: 3px; 
	border: 1px solid #fff; 
	border-bottom: none; 
	background: #5b74cc; 
	text-decoration: none; 
}
#navtop ul li a:link { 
	color: #ffbd00;
} 
#navtop ul li a:visited { 
	color: #ffbd00;
} 
#navtop ul li a:link:hover, #navtop ul li a:visited:hover {
	color: #ffbd00; 
	background: #222b4c; 
	border-color: #ffbd00; 
}
#navtop ul li a#currentnavtop {
	background: #445799; 
	border-bottom: 1px solid #445799;
}
/* ----------------------------------------------------------------------- */
.zentrieren {
	text-align: center;
}
.nomenklatur {
	font-weight: bold;
	color: cyan;
}
