/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

<style>
#Alles {
    background-color:white;
    text-align:center;
    padding:5px;
	width:90%;
    float:left;
}
#Buchfeld {    
    background-color: lightblue;
	width:100%;
    color:white;
	font-family: Arial;
    text-align:center;
    float:left;
	border-width: 2px;
	border-style: outset;}

#Navifeld {
    background-color:white;
	width:100%;
    color: blue;
	font-family: Arial;
    text-align:center;
    float:left;
	border-width: 2px;
	border-style: outset;}
#Startfeld {
    background-color:lightblue;
	width:100%;
    color:white;
	font-family: Arial;
    text-align:center;
    float:left;
	border-width: 2px;
	border-style: outset;}
#Arbeitsfeld {
    background-color:white;
    text-align:left;
    padding:10px;
	width:75%;
    float:left;
    font-size:16px;
}#Ampelfeld {
    background-color:white;
    color: blue;
    text-align:left;
	width:50px;
    float:right;
	margin-bottom:10px;
	margin-top:10px;
}
#Laberfeld {
    background-color:lightblue;	
	width:100%;
    color:black;
    text-align:center;
    font-size:16px;
    float:left;
}
</style>
