.title		{
			color: "white";
			font-size: "31px";
		    font-weight: "bold";
		    font-family: "Verdana", "Arial", "Helvetica";
			text-decoration: "bold";
			background-color: "black";
			text-align: "center";
			vertical-align: "center";
			}


.haupt         { 
               background-color: "white";
               color: "black";
               font-size: "15px";
               font-family: "Verdana", "Arial", "Helvetica";
               border-width: "1px";
               border-color: "black";
               text-align: "center";
               }
               			
.navigation    { 
               background-color: "black";
               color: "white";
               font-family: "Verdana", "Arial", "Helvetica";
               }
			
body	{
        background-image: url('http://luuki.ch/images/hintergrund.gif');
        color: "white";
        font-family: "Verdana", "Arial", "Helvetica"
        
        }		
.itemBorder { 
			border: 1px none solid black;
			}
			
.itemText 	{ 
			text-decoration: none; 
			color: white; 
			font: "16px", "Arial", "Helvetica";
		  	}

.crazyBorder 	{ 
				border: 1px none outset blue;
			 	}
			 	
.crazyText 	{ text-decoration: none;
 			  color: white;
 			  font: Bold 16px Arial, Helvetica;
 			}
