html, body  {
	background-color:#ffd700;
	height: 99%; 
	scrollbar-arrow-color: #000080;
	scrollbar-base-color: #ffd700;
}

#links_blau   {
	background-color: #000080;
	margin: 0; 
	position: fixed; 
	top: 30%; 
	left: 0; 
	width: 20%; 
	height: 65%; 
	visibility: visible; 
	display: block; 
}

#links_blau_oben   {
	 background-image:url(../bilder/oben-navi.jpg);
	 background-repeat:repeat-x;
	 margin: 0; 
	 position: absolute; 
	 top: 0;
	 right: 30px; 
	 width: 100%; 
	 height: 30px; 
	 visibility: visible; 
	 display: block ;
}
	 
#links_blau_rechts {
	background-image:url(../bilder/rechts-navi.jpg);
	background-repeat:repeat-y;margin: 0;
	position: absolute;
	top: 0;
	right: 0px;
	width: 30px;
	height: 100%;
	visibility: visible;
	display: block;
}

#links_blau_unten {
	background-image:url(../bilder/unten-navi.jpg);
	background-repeat:repeat-x;
	margin: 0;
	position: absolute;
	bottom: 0; right: 30px;
	width: 100%;
	height: 30px;
	visibility: visible;
	display: block ;
}

#ecke-unten-navi {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	visibility: visible;
	display: block;
}

#meue_links {  
	margin: 0;
	padding:10;
	position: absolute;
	top: 30px; right: 30px;
	width: 80%;
	bottom:30px;
	visibility: visible;
	display: block;
	color:#0080FF;
}


#meue_links a:link { color:#ffd700; }
#meue_links a:visited { color:#9696FF; }
#meue_links a:active { color:#ff0000; }


#seiten_titel  {
	margin: 0;
	padding:1%;
	position: absolute;
	top: 0;
	left: 20%;
	width: 58%;
	height: 20%;
	display: block;
}

#lilie {
	margin: 0;
	position: absolute;
	top: 2%;
	right:5%;
	width: 90px;
	height: 90px;
	display: block;
}

#seiten_titel h1{
	font-size:40pt;
	font-family: cursive;
	font-weight: bolder;
	color: #000080;
	vertical-align: middle;
	margin: 0; 
}


#blauer_balken {
	background-color: #000080;
	margin-top: 0;
	padding-left:2%;
	position: absolute;
	vertical-align:middle;
	top: 20%;
	left: 22%;
	width: 74%;
	height: 3%;
	visibility: visible;
	display: block;
	color:#0080FF;
}


#blauer_balken a:link { color:#ffd700; }
#blauer_balken a:visited { color:#9696FF; }
#blauer_balken a:active { color:#ff0000; }

#selbstportrait_von_wilhelm_busch  {
	 margin-top: 0;
	 position: fixed;
	 top: 0px; left: 0px;
	 width: 15%;
	 height: 28%;
}

#inhalt  {
	background-color: #fff;
	margin-top: 0;
	padding:2%;
	position: absolute;
	top: 23%;
	left: 22%;
	width: 72%;
	height: auto;
	visibility: visible;
	display: block; 
	color:#000080;
}

h1  {
	color:#000080;
	font-weight:bold;
	vertical-align:middle;
	margin:0; 
}

a:link { color:#6464FA; }
a:visited { color:#000080; }
a:active { color:#ffd700; }
