@charset "utf-8";
/* CSS Document */
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-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #282828;
}
#container {
	width: 780px; /* this overrides the text-align: center on the body element. */
	position: relative;
	min-height: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #282828;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 77px;
	position: absolute;
	top: 40px;
	width: 368px;
	left: 180px;
	background-color: #282828;
	background-image: url(layout/4riders.jpg);
	background-repeat: no-repeat;
}


#open h6{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	#open {
	position: absolute;
	top: 326px;
	left: 93px;
	height: 40px;
	width: 600px;
	}
	
	#topContent {
	height: 50px;
	width: 800px;
	position: absolute;
	top:134px;
	left: -14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
#topContent a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 3em;
}
	
#produkter {
	background-color: #282828;
	position: absolute;
	top: 189px;
	left: 125px;
	height: 313px;
	width: 519px;
	background-repeat: no-repeat;
}
#mainContent {
	background: #282828;
	position: absolute;
	top:510px;
	padding-bottom: 0px;
	width: 780px;
	text-align: left;
	color: #CCCCCC;
	left: 5px;
}
#mainContent a{
	color: #FFFFFF;
	}
#mainContent h1 {
	margin-top: 10px;
	font-size: 1em;
}
#mainContent h2 {
	margin-top: 10px;
	font-size: 1em;
}
#mainContent h3 {
	margin-top: 10px;
	font-size: 0.8em;
}
#mainContent p {
	margin-top: 10px;
	font-size: 0.9em;
}
