﻿/* --- Stylesheet "CSS-Boxen" für standardkonforme Webbrowser --- */

									
div.yelbox						{	position					:	fixed; 
									width						:	350px; 
									height						:	500px; 
									background-color			:	silver; 
									top							:	30px; 
									left						:	20px; 
								}
div.grebox						{	position					:	fixed; 
									width						:	350px; 
									height						:	300px; 
									background-color			:	lightgreen; 
									top							:	540px; 
									left						:	20px; 
								}	
								
div.redbox						{	position					:	relative; 
									width						:	850px; 
									height						:	7500px; 
									background-color			:	lightgrey; 
									top							:	20px; 
									left						:	380px; 
                                                                        
 								}

div.blackbox						{	position					:	fixed; 
									width						:	60px; 
									height						:	200px; 
									background-color			:	white; 
									top							:	300px; 
									left						:	10px; 
                                                                        
 								}
								
}
								
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; 
								}
								

								
									
