﻿/* --- Stylesheet "CSS-Boxen" für standardkonforme Webbrowser --- */

									
div.karte						{	position					:	fixed; 
									width						:	666px; 
									height						:	717px; 
									background-color			:	#f0f0f0; 
									top							:	100px; 
									left						:	570px; 

								}
div.box01a						{	position					:	fixed; 
									width						:	210px; 
									height						:	120px; 
									background-color			:	#ff0000; 
									top							:	30px; 
									left						:	500px; 
									z-index: 1;

								}	
								
div.box01b						{	position					:	fixed; 
									width						:	2px; 
									height						:	100px; 
									background-color			:	#ff0000; 
									top							:	80px; 
									left						:	750px; 
                                                                        
                                                                }
								

div.box01c						{	position					:	fixed; 
									width						:	230px; 
									height						:	2px; 
									background-color			:	#ff0000; 
									top							:	180px; 
									left						:	750px; 
								}	
								

div.box01d						{	position					:	fixed; 
									width						:	40px; 
									height						:	2px; 
									background-color			:	#ff0000; 
									top							:	80px; 
									left						:	710px; 
                                                                        
 								}
								
div.box02a						{	position					:	fixed; 
									width						:	190px; 
									height						:	120px; 
									background-color			:	#00ff00; 
									top							:	30px; 
									left						:	260px; 
								}	
								

div.box02b						{	position					:	fixed; 
									width						:	50px; 
									height						:	2px; 
									background-color			:	red; 
									top							:	80px; 
									left						:	452px; 
                                                                        
 								}

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.zurueck						{	position					:	fixed; 
									width						:	120px; 
									height						:	50px; 
									background-color			:	yellow; 
									top							:	750px; 
									left						:	30px; 
								}


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; 
								}
								

								
									
