* {
		margin: 0;
		padding: 0;
	}
	
	div,h1,h2,h3,h4,h5,h6,p.address,blockquote,span,ul,ol,li,dl,dd,dt,img {
		margin: 0;
		padding: 0;
	}
	
	img {
		border: 0px;
	}
	
	a img {
    	border: 0px;
	}
	
	a {
		text-decoration: none;
		color: #FFF;
	}
	
	a:hover {
		text-decoration: underline;
		color: #FFF;
	}
	
	/* ------  Struktur  -----------------------------------------  */
	html {
		font-size:100.01%;
	}

	body{
		background-color: #000000;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 100.01%;
		color: #FFF;
		font-weight: normal;
		text-decoration: none;
	}
	
	#wrapperOuter {
		margin-top: 35px;
		margin-left: auto;
		margin-right: auto;
		width: 890px;
		height: 550px;
		text-align: left;
	}
	
	#top {
		position: relative;
		top:0px;
		left: 0px;
		width: 890px;
		height: 50px;
		background-color:#9F0;
	}
	
	#wrapperMain {
		top: 10px;
		height: 550px;
		width: 896px;
		position: relative;
	}
	
	#wrapperMain h1 {
		font-size: 1.2em;
		font-weight: normal;
		color: #FFF;
	}
	
	#wrapperMain .bread {
		margin-top: 15px;
		font-size: 0.9em;
		line-height: 1.7em;
		font-weight: normal;
	}
	
	#adress {
		font-size: 0.6em;
		text-align: right;
		clear:both;
	}
	
	#heartlogoBG {
		position: fixed;
		top: 0px;
		right: 0px;
		height: 150px;
		width: 150px;
		background-image: url("http://www.heart.se/pagesCSS3/images/heart45grader_150px_30.png");
		background-repeat: no-repeat;
		z-index: -1;
	}
	
	#heartlogo {
		position: relative;
		top:15px;
		left: 10px;
		height: 36px;
		width: 100px;
		background-image:url("http://www.heart.se/pagesCSS3/images/heart_black.gif");
		background-repeat: no-repeat;
		float: left;
	}
	
	
	
	/* ------------ Highlightbox ------------------------*/

	#wrapperMain li {
	  	/*float: left;*/
	}
	
	#wrapperMain li:after {
		content: "";
	}
	
	#wrapperMain .option {
	 	background: #FFFFFF none repeat scroll 0%;
	 	border-right: 2px solid #333;
	 	/*cursor: pointer;*/
	 	display: block;
	 	height: 550px;
	 	margin: auto;
	 	overflow: hidden;
	 	width: 177px;
	}
	
	#wrapperMain .option span {
	 	display: none;
	}

	#icon1 {
		background-image: url("http://www.heart.se/pagesCSS3/images/meny/hem.gif");
		/*background-image: url(../images/meny/hem_icons.gif); Alternativ för icon med text. Måste fixas för Explorer*/
		background-repeat: no-repeat;
		position: relative; 
		top: 10px;
		left: 10px;
		width: 50px;
		height: 300px;
	}
	
	#wrapperMain .opt1 {
	 	position: relative;
	 	background-color: #FF9900; /*orange*/
	}
	
	#icon2 {
		background-image: url("http://www.heart.se/pagesCSS3/images/meny/portfolio.gif");
		background-repeat: no-repeat;
		position: relative; 
		top: 10px;
		left: 10px;
		width: 50px;
		height: 300px;
		float: left;
	}
	
	#wrapperMain .opt2 {
	 	position: relative;
	 	background-color: #999999; /*grå*/
	}
		
	#icon3 {
		background-image: url("http://www.heart.se/pagesCSS3/images/meny/natverk.gif");
		background-repeat: no-repeat;
		position: relative; 
		top: 10px;
		left: 10px;
		width: 50px;
		height: 300px;
		float: left;
	}
	
	#wrapperMain .opt3 {
	 	position: relative;
	 	background-color:#4784AF; /*blå*/
	}
	
	#icon4 {
		background-image: url("http://www.heart.se/pagesCSS3/images/meny/priser.gif");
		background-repeat: no-repeat;
		position: relative; 
		top: 10px;
		left: 10px;
		width: 50px;
		height: 300px;
		float: left;
	}
	
	#wrapperMain .opt4 {
		position: relative;
	 	background-color: #669966; /*grön*/
	}
	
	#icon5 {
		background-image: url("");
		background-repeat: no-repeat;
		position: relative; 
		top: 10px;
		left: 10px;
		width: 50px;
		height: 300px;
		float: left;
	}
	
	#wrapperMain .opt5 {
		position: relative;
	 	background-color: #CC3333; /*röd*/
	}
	
	#one, #two, #three, #four, #five {
	 	margin: 0px 10px 0pt 167px;
	 	padding-top:60px;
	 	overflow: hidden;
		width: 450px;
	}
	/*#one .#slide1 {
		background-color:#FFF;
	}*/
	
	#two ul li {
		list-style-type: disc;
		margin-left: 15px;
		margin-bottom: 10px;
	}
	#four ul {
		font-size: 0.9em;
		margin-top: 30px;
	}
	#four ul li {
		list-style-type: none;
		margin-left: 0px;
		margin-bottom: 5px;
	}
	
	
	
	#portfolio_btn {	
		position: absolute;
		top: 200px;
		left: 255px;
		height: 0px;
		width: 101px;
		padding-top: 101px;
		background-image: url("http://www.heart.se/pagesCSS3/images/portfolio_vit_btn.png"); 
		background-repeat: no-repeat;
		background-position: 0 -101px;
		overflow: hidden;
	}
	
	#portfolio_btn:hover {
		background-position: 0 0px;
	}
	
	#imageGlobe {
		background-image: url("http://www.heart.se/pagesCSS3/images/globe2.png");
		background-repeat: no-repeat;
		height: 350px;
		width: 350px;
		position: absolute;
		top: 320px;
		left: 330px;
	}
	
	#imageReward {
		background-image: url("http://www.heart.se/pagesCSS3/images/reward5.png");
		background-repeat: no-repeat;
		height: 250px;
		width: 250px;
		position: absolute;
		top: 30px;
		left: 475px;
	}
	
	#wateraid {
		position: relative;
		top: 23px;
		left: 10px;
		width: 150px;
		height: 24px;
		background-image:url("http://www.heart.se/pagesCSS3/images/150x25.jpg");
		z-index: 99;
	}
	
	


