@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.main #container {
	width: 1018px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.main #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#del1 {
	background-image:url(img/del1.jpg);
	height:234px;
	}
	
#del2 {
	background-image:url(img/del2.jpg);
	height:400px;
	}
	
#del3 {
	background-image:url(img/del3.jpg);
	height:189px;
	}
	
.links {
	float:right;
	margin-right: 222px;
	width: 400px;
	margin-top: 40px;
	}
.kontakt {
	float:left;
	width: 720px;
	margin-left:150px;
	margin-right:auto;
	margin-top:90px;
	clear:both;
	text-align:center;
	color:#d41300;
	font-size:18px;
	text-transform: uppercase;	
	}
.credit {
	float:left;
	margin-left:150px;
	width: 680px;
	margin-right:auto;
	margin-top:15px;
	clear:both;
	text-align:center;
	color:#3e3e32;
	font-size:12px;
	text-transform: uppercase;
	line-height:1.3em;	
	}
	
/* LÄNKAR */
a:link {
	color:#ffffff;	
	text-decoration: none;
	text-align:center;
	}

a:visited {
	text-decoration: none;	
	color:#ffffff;
	text-align:center;
}
a:hover {
	color:#c79e66; 
	text-decoration:none;
	text-align:center;
	}
a:active {
	color:#c79e66; 
	text-decoration:none;
	text-align:center;
	}
	
.credit a:link {
	color: #3e3e32;
}
.credit a:visited {
	color: #3e3e32;
}
.credit a:hover {
	color: #58584b;
}
.credit a:active {
	color: #58584b;
}
