       body{
            margin-left: 40px;
            margin-top: 40px;
            font-family: verdana;
            font-size: 12px;
            background: #EEEEEE;
        }
        
        #shadow-container {
		    position: relative;
		    top: 3px;
		    margin-bottom: 3px;
		    clear: none;
		    float: left;
   		    width: 620px;
		}
	    
		#shadow-container .shadow2,
		#shadow-container .shadow3,
		#shadow-container .container {
		    position: relative;
		    top: -1px;
		    left: -1px;
		}
	
	    #shadow-container .shadow1 {
	        background: #CCCCCC;
	    }
	
	    #shadow-container .shadow2 {
	        background: #999999;
	    }
	
	    #shadow-container .shadow3 {
	        background: #666666;
	    }
	
	    #shadow-container .container {
	        background: #ffffff;
	        border: 1px solid #333333;
	    }
	    
	    #meny{
        	position: relative;
        	clear: both;
        	padding: 3px;
        	padding-left: 20px;
        	font-family: Courier;
        	font-weight: bold;
        	font-size: 16px;
        	letter-spacing: -2px;
        	background-color: #ffcc00;
        }
        
        #main{
        	background-image: url(./img/back.gif);
			background-repeat: repeat-x;
			padding: 5px;
	        padding-left: 40px;
	        padding-right: 40px;
	        padding-bottom: 15px;
        }
	    
	    #bottom{
			position: relative;
			z-index: -1;
			width: 620px;
			left: 20px;
			margin-top: 6px;
			clear: both;
		}
	
		#bottom .contact{
			z-index: 1;
	    	font-family: Verdana;
	    	font-size: 10px;
	    	text-align: left;
	    }
		
		
		a{
			text-decoration: none;
			color: #000000;
		}
		
		a.m{
			text-decoration: none;
			color: #000000;
		}
		
		a.m:hover{
			color: #FFFFFF;
		}
		
	    
	    a.contact{
	    	font-family: Verdana;
	    	font-size: 10px;
	    	color: #000000;
	    	text-decoration: none;
	    }
	    
	    h1{
	    	margin-top: 8px;
	    	margin-bottom: 0px;
	    	color: #000000;
	    	font-family: Courier;
	    	font-size: 18px;
	    	font-weight: bold;
	    }
	    
	    th{
	    	font-size: 16px;
	    	font-family: Courier;
	    	font-weight: bold;
	    }
	    
	    img{
	    	margin: 7px;
	    	border: 0px;
	    }
	    
	    p{
	    	margin: 5px;
	    	margin-left: 0px;
	    	margin-top: 2px;
	    }
	    
	    #top{
	    	margin-top: 20px;
	    	margin-left: 0px;
	    	position: relative;
	    	clear: both;
	    }
	    
	    #flower{
	    	z-index: 100;
	    	position: absolute;
	    	top: 2px;
	    	left: 570px;
	    }
	    
	    #right{
	    	position: relative;
	    	float: left;
	    	width: 170px;
	    	left: 20px;
	    	top: 60px;
	    }
	    
	    #c{
			border: 1px solid #000000;
			border-bottom: 6px solid;
			background: #ffffff;
			margin-bottom: 3px;
			float: left;
			width: 100%;
		}

		.title{
			background: #000000;
			width: auto;
			color: #ffffff;
			font-weight: bold;
			padding: 1px;
		}
	
		.b{
			font-weight: bold;
		}
	
		table.timetable{
			border: 1px solid #000000;
			margin-top: 5px;
		}
	
		.timetable td, .timetable th{
			border: 1px solid #000000;
			font-size: 11px;
		}
	    