
h1{
font-family: verdana, arial, sans-serif;
font-size: medium;
color: #FF0000;
}
	
	#divid1								/* nur für Explorer 6 - gesamter Seitenscroll, da dieser mit der Weichenstellung unterdrückt wurde, damit der primäre interne Scroll funktioniert */															
	{
	 	position:static;
 		width:100%; height:100%; 
 		z-index:10;
		overflow: auto;
		padding: 2px;
	}
	
	#divid11							/* Textarea der Hauptseiten */
	{
	 	position:absolute; left:25%; right:18%; top:18%;
 		width:60%; height:64%; 
 		z-index:10;
		overflow: auto;
		padding: 12px;
		font-family: verdana, arial, sans-serif;
		line-height:1.4em; font-size:0.8em;
		text-align:justify;
	}
	
	#divid12							/* Textarea der Unterseiten 1.ter Kategorie (Zeichnungen) */							
	{
	 	position:absolute; left:60%; right:10%; top:18%;
 		width:30%; height:64%; 
 		z-index:10;
		overflow: auto;
		padding: 12px;
		font-family: verdana, arial, sans-serif;
		font-weight:500;
		line-height:1.4em; font-size:0.8em;
		text-align:justify;
	}
	
	#divid13							/* Textarea der Unterseiten 2.ter Kategorie (siehe site_2d_2) */							
	{
	 	position:absolute; left:75%; top:14%;
 		width:15%; height:80%; 
 		z-index:10;
		overflow: auto;
		padding: 12px;
		font-family: verdana, arial, sans-serif;
		line-height:1.2em; font-size:0.7em;
		text-align:justify;
		
	}
	
	h3{
		font-family: verdana, arial, sans-serif;
		font-size: 1.0em;
		color: black;
	}
	
	
	#divid14						/* Textarea der Unterseiten 2.ter Kategorie mit geringerer Höhe (siehe site_5_c) */							
	{
	 	position:absolute; left:75%; top:18%;
 		width:15%; height:35%; 
 		z-index:10;
		overflow: auto;
		padding: 12px;
		font-family: verdana, arial, sans-serif;
		line-height:1.2em; font-size:0.7em;
		text-align:justify;
	}
	
	#divid15								/* Positionierung Verweise im Navigationsmenü (siehe site_7_a) */
	{
	 	position:absolute; left:11%; top:78%;
 		width:15%; height:15%; 
 		z-index:10;
		padding: 12px;
	}

	#divid16a							/* Area für buttons (siehe site_10) */
	{
	 	position:absolute; left:25%; right:18%; top:15%;
 		width:18%; height:75%; 
 		z-index:10;
		overflow: auto;
		padding: 12px;
	}
	
	#divid16b							/* Textarea der Seite links (site_10) */
	{
	 	position:absolute; left:50%; right:18%; top:15%;
 		width:35%; height:70%; 
 		z-index:10;
		overflow: auto;
		padding: 12px;
		font-family: verdana, arial, sans-serif;
		line-height:1.4em; font-size:0.8em;
		text-align:justify;
	}

	
	
	
	
	   



