* {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  background-color: #484444;
  background-image: url(../bilder/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  color: #a2a2a2;
  font-size: 9px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

a {
  color: #a2a2a2;
  text-decoration: none;
}

#main {
  width: 752px;
  height: 643px;
  margin: 101px auto 0 auto;
  background-image: url(../bilder/main_bg.png);
  background-repeat: no-repeat;
  padding: 9px 14px 0 13px;
}

	#header {
	  width: 752px;
	  height: 103px;
	  background-image: url(../bilder/header.jpg);
	  background-repeat: no-repeat;
	}

	#content {
	  width: 752px;
	  height: 515px;
	  margin: 4px 0 0 0px;
	}
	
		#image1, #image2, #image3, #image4, #image5, #image6, #image7, #image8, #image9 {
		  width: 250px;
		  height: 171px;
		  float: left;
		}
		
		#image1, #image2, #image4, #image5, #image7, #image8 {
		  border-right: 1px solid #5e5e5e;
		}
		
		#image1, #image2, #image3, #image4, #image5, #image6 {
		  border-bottom: 2px solid #5e5e5e;
		}
		
		#content br {
		  clear: both;
		}

	#footer {
	  margin-top: 12px;
	  width: 703px;
	  padding-right: 49px;
	  height: 15px;
	  text-align: right;
	}
	
