﻿/* --- Stylesheet "CSS-Boxen" für standardkonforme Webbrowser --- */

									
div.karte						{	position					:	fixed; 
									width						:	955px; 
									height						:	380px; 
									background-color			:	#f0f0f0; 
									top							:	500px; 
									left						:	170px; 
                                                                        z-index: 1;
								}
div.box01a						{	position					:	fixed; 
									width						:	180px; 
									height						:	150px; 
									background-color			:	#f0f0f0; 
									top							:	50px; 
									left						:	390px; 
								}	
								
div.box01b						{	position					:	fixed; 
									width						:	2px; 
									height						:	515px; 
									background-color			:	#ff0000; 
									top							:	200px; 
									left						:	480px; 
                                                                        z-index: 2;
                                                                        
 								}
								

div.box02a						{	position					:	fixed; 
									width						:	180px; 
									height						:	150px; 
									background-color			:	#f0f0f0; 
									top							:	240px; 
									left						:	520px; 
								}	
								

div.box02b						{	position					:	fixed; 
									width						:	2px; 
									height						:	355px; 
									background-color			:	#ff0000; 
									top							:	380px; 
									left						:	680px; 
                                                                        z-index: 3;
                                                                        
 								}
								
div.box03a						{	position					:	fixed; 
									width						:	180px; 
									height						:	150px; 
									background-color			:	#f0f0f0; 
									top							:	60px; 
									left						:	620px; 
								}	
								

div.box03b						{	position					:	fixed; 
									width						:	2px; 
									height						:	495px; 
									background-color			:	red; 
									top							:	210px; 
									left						:	720px; 
                                                                        z-index: 2;
                                                                        
 								}

div.box04a						{	position					:	fixed; 
									width						:	180px; 
									height						:	150px; 
									background-color			:	#f0f0f0; 
									top							:	280px; 
									left						:	740px; 
								}	
								

div.box04b						{	position					:	fixed; 
									width						:	2px; 
									height						:	25px; 
									background-color			:	blue; 
									top							:	430px; 
									left						:	830px; 
                                                                        z-index: 2;
                                                                        
 								}

div.box04c						{	position					:	fixed; 
									width						:	202px; 
									height						:	2px; 
									background-color			:	blue; 
									top							:	455px; 
									left						:	630px; 
                                                                        z-index: 2;
                                                                        
 								}

div.box04d						{	position					:	fixed; 
									width						:	2px; 
									height						:	300px; 
									background-color			:	blue; 
									top							:	455px; 
									left						:	630px; 
                                                                        z-index: 2;
                                                                        
 								}


div.box05a						{	position					:	fixed; 
									width						:	180px; 
									height						:	150px; 
									background-color			:	#f0f0f0; 
									top							:	40px; 
									left						:	850px; 
								}	
								

div.box05b						{	position					:	fixed; 
									width						:	2px; 
									height						:	500px; 
									background-color			:	red; 
									top							:	190px; 
									left						:	960px; 
                                                                        z-index: 2;
                                                                        
 								}


div.box06a						{	position					:	fixed; 
									width						:	2px; 
									height						:	200px; 
									background-color			:	#f0f0f0; 
									top							:	220px; 
									left						:	1000px; 
                                                                        z-index: 2;
                                                                        
 								}


div.box06b						{	position					:	fixed; 
									width						:	2px; 
									height						:	250px; 
									background-color			:	blue; 
									top							:	370px; 
									left						:	1090px; 
                                                                        z-index: 2;
                                                                        
 								}


div.box06c						{	position					:	fixed; 
									width						:	345px; 
									height						:	2px; 
									background-color			:	blue; 
									top							:	620px; 
									left						:	747px; 
                                                                        z-index: 2;
                                                                        
 								}

div.box06d						{	position					:	fixed; 
									width						:	2px; 
									height						:	50px; 
									background-color			:	blue; 
									top							:	620px; 
									left						:	747px; 
                                                                        z-index: 2;
                                                                        
 								}


div.zurueck						{	position					:	fixed; 
									width						:	120px; 
									height						:	50px; 
									background-color			:	yellow; 
									top							:	600px; 
									left						:	1130px; 
								}


div.unten						{	position					:	fixed; 
									width						:	955px; 
									height						:	30px; 
									background-color			:	#f0f0f0; 
									top							:	840px; 
									left						:	180px;
                                                                        z-index: 2; 
								}


div.inbox						{	width						:	300px; 
									height						:	200px; 
									background-color			:	rosybrown; 
								}
							
pre.pad							{	font-family					:	"Arial", "Helvetica", monospace; 
								}
								
div.nav							{	margin-left					:	150px; 
									margin-top					:	150px; 
									background-color			:	gold; 
								}
								

								
									
