body {  background-color: #6C7B8B;
		background-image:url(44.jpg);
	      color: black;
	      }

h1  {   text-align: center;
        font-size: 4em;
    	  letter-spacing: 0.2em;
        }


#navi { 
          
		  background-image:url(bilder/navi1.gif) ;
          width: 130px;
		  height: 300px;
          float: left;
		  padding-left: 20px;
		  margin-left: 30px;
		  margin-right: 15px;
          
          }

#gif { float: right;
		margin-bottom: 30px; }


ul {list-style-type: none;
	padding-left: 2px;}

ul li { margin-bottom: 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 600;
		color: blue;
		text-decoration: none;
		border-bottom: 2px solid black;
		padding-left: 1px;
        
		 }
          
          
#content {
          
          
          width: 750px;
		  font-weight: bold;
		  float: left;
		  background-color: #99abbe;
		  margin-bottom: 0px;
		  margin-top: 0px;
		  padding: 10px;
		  }
#flash {background-color: #99abbe; 
			float: right;
			padding-top: 0px;
			margin-top: 0px;}         
#header {
            margin-left: 180px;
            width: 800px;
            height: 100px;
            
            background-image: url(bilder/head.gif);}
			

#footer { 
			display: block;
			margin-left: 180px;
			width: 800px;
			padding-bottom: 0px;
			margin-top: 0px;
			 } 


a:link { color: blue; text-decoration: none;}

a:visited { color: blue; text-decoration: none;}

a:hover { color: blue; text-decoration: none; letter-spacing: 4px;}



