<!--
body { 
		background-image: url('picture/background.gif'); 
		display: block; 
		margin: 0; 
		padding: 0;
		font-family: Verdana; 
		font-size: 9pt;
		}	
			
ul { 
		margin: 0; 
		padding: 0; 
		list-style: none; 
		width: 135px;
		}
		
ul li { 
		position: relative;
		}
		
li ul { 
		position: absolute; 
		left: 125px; 
		top: 10px; 
		border: 2px ridge #5d7192; 
		background-color: #d0d7e7; 
		display: none; 
		padding: 2px;
		z-index: 10;
		}
		
li ul li { 
		border: 1px solid #FEFDFD; 
		display: block; 
		margin: 0 0 1px 0; 
		padding: 0;
		}
		
li ul li a { 
		display: block; 
		border: black 1px solid; 
		height: 13pt; 
		margin: 0; 
		padding: 0; 
		font-family: Verdana; 
		font-size: 9pt; 
		text-align: center; 
		color: #00008B; 
		text-decoration: none;
		}
		
li:hover ul { 
		display: block;
		}
		
li ul li:hover { 
		background-color: #DCCF78;
		}
		
.menu { 
		display: none;
		}
		
.logo { 
		margin-top: 5%; 
		padding: 0; 
		width: 521px; 
		height: 380px;
		}		
		
.block { 
		width: 90%; 
		margin-top: 60px;
		position: relative;
		}
				
.buchst { 
		background-color: #d1d7e3;
		background-image: url('picture/lexikon-back.jpg'); 
		padding: 5px 40px 5px 40px; 
		height: 38px; 
		border-color: #000000; 
		border-width: 0 0 2px 0; 
		border-style: solid;
		}
		
.aufklapp {
		width: 90%; 
		background-color: #F0EDED; 
		margin-top: 10px; 
		padding: 5px 0 5px 0; 
		border: 1px dotted black; 
		font-family: Verdana; 
		font-size: 9pt; 
		color: #A8433A; 
		text-align: center; 
		font-weight: bold;
		}
		
.aufklapp a.rollo {
		display: block; 
		margin:0; 
		padding:0; 
		text-decoration: none; 
		cursor: help;
		}
		
.aufklapp a.rollo img {
		position:relative; 
		border: none; 
		margin:-13pt 15px 0 0; 
		padding:0;
		}
		
.aufklapp a.rollo p {
		display: none;
		}
		
.aufklapp a.rollo:hover p {
		display: block; 
		background-color: #FFFFFF; 
		margin: 0; 
		padding: 5px 50px 5px 15px; 
		font-family: Verdana; 
		font-size: 9pt; 
		text-align: left; 
		color: #000000;
		font-weight: normal; 
		text-decoration: none;
		border-top: 1px solid #A7A7A7;
		border-bottom: 1px solid #A7A7A7;
		}
		
p {
		display: none;
		}
		
acronym { 
		cursor: pointer;
		}
		
.uschrift1 {
		top: 40px;
		width: 94%;
		position: absolute;
		margin: 0;
		padding: 0;
		font-family: Verdana; 
		font-size: 20pt; 
		color: #D1C449; 
		text-align: center; 
		font-weight: bolder;
		z-index: 5;
		}
		
.uschrift1 a {
		text-decoration: none;
		color: #D1C449;
		}

.uschrift1 a:hover {
		text-decoration: none;
		color: #C46A62;
		}
		
.uschrift2 {
		top: 40px;
		width: 94%;
		position: absolute;
		margin: 0;
		padding: 1px 0 0 1px;
		font-family: Verdana; 
		font-size: 20pt; 
		color: #83827F; 
		text-align: center; 
		font-weight: bolder;
		z-index: 3;
		}
		
.uschrift3 {
		top: 40px;
		width: 94%;
		position: absolute;
		margin: 0;
		padding: 2px 0 0 2px;
		font-family: Verdana; 
		font-size: 20pt; 
		color: #83827F; 
		text-align: center; 
		font-weight: bolder;
		z-index: 2;
		}
		
.top {
		width: 95%;
		text-align: right;
		margin-top: 10px;
		font-weight: bold;
		}
		
.top a {
		color: blue;
		}
-->