	body{	
		background-color: lightblue;				/*Hintergrund aller Seiten in ?  */
		}
	h1{	
		font-family: "Technic Standard",  monospace; font-weight: bold; font-size: 46px;
		color: white; 
										/* H1 für Seitenüberschriften in index übersichten und details (positionierung über ids)*/
		}
	h2{	
		font-family: "Technic Standard",  monospace; font-weight: bold; font-size: 22px
										/*H2 Seitenüberschrift in katalog  */
		}
	pre{	font-family: "Technic Standard",  monospace; font-size: 20px; font-weight: bold;	/* für eckdaten in details */
		}
	
	p{	font-size: 20px; font-family: "Times New Roman";		/* allgemeine schriftgröße und -art*/
		}
	
	a{
		color: white; 
		font-family: "Technic Standard",  monospace; font-size: 16px;
		text-decoration: none
										/*standard Ankerbeschriftungen  */
		}
			
	a.butlnk{
		color: white;
		text-align: center; 
		text-transform:uppercase;
										/*Button beschriftungen   (auf 16 verkleinert in detaildaten und katalog)*/		
		}
	a.butlnk:hover{ 
		color: blue
		}
	a.ref_p{
		font-size: 20px; font-family: "Times New Roman";}

	table.mit{								/* Tabelle für detaildaten  */
		font-family: "Technic Standard",  monospace; font-weight: bold; font-size: 20px;
		width: 100%;
		border-width: 2px;
		border-style: solid;
	 	border-color: white;
		empty-cells:hide
		}
	td{									/* Tabelle für detaildaten  */	
		border-width: 3px; border-style: outset; border-color: white; 
		text-align: left; 
		 
		
		}
	td.first{								/* Tabelle für detaildaten - erste Spalte enthält definition */
		width: 20%; 
		background-color: blue;
		text-align: right;
		color: white; 
		}
			

	

	div.box{								/* Standard Layoutbox (unsichtbar)  */
		border-width: 1px;  padding: 15px 15px 15px 15px;
		}
	div.rahmen{								/* Rahmen für Fotos */
		border-width: 5px; border-style: solid;	border-color: white; 
		padding: 15px 15px 15px 15px; margin-bottom: 10px;	
		}	

	#bandoben {width: 100%}							/* Seitenheader-Foto  */
	#ueber	{ padding-top: 10px; }
	#unter	{ }
	
	#b_li	{margin-top: 15px; width: 20%; }
	#b_re	{position: absolute; top: 20px; left: 66%; width: 33%;}
	#b_m	{position: absolute; top: 70px; left: 24%; width: 40%;}  

/* für Leuchttürme  */
	#ueber_lt	{position: absolute; left: 300px}
	#b_li_lt	{margin-top: 15px; width: 15%; }
	#b_re_lt	{position: absolute; top: 180px; left: 70%; width: 25%;}
	#b_m_lt	{position: absolute; top: 222px; left: 20%; width: 45%;}  
	#ro	{position: absolute; top: 10px; left: 80%; height: 150px;}