@charset "UTF-8";
/* CSS Document */
<style type="text/css">

/* =universals  */
* {
	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;
}

/* =body  */
body{

	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align:middle;
}
a {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	text-decoration: underline;
	color:#FFF;
}
#wrapper {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 560px;
	text-align: left;
}
div#header {
	width: 100%;
	}
div#branding {
	height: 57px;
	width: 142px;
	float: left;
}
div#adress {
	height: 57px;	
	text-align: right;
	font-size: 0.65em;
	line-height: 57px;	
	vertical-align:middle;
	float: right;
}


/* =mainWrapper  */
div#mainWrapper {
	height: 100%;
}

/* =mainContent  */
div#mainContent {
	clear: both;
	width: 100%;
	font-size: 0.8em;
	line-height: 1.5;
	padding-top: 20px;
	overflow: auto;
}
ul#mainNav {
	margin-top: 30px;
	text-align:left;
}
#mainNav li {
	list-style-type: none;
	background-image:url(http://www.heart.se/images/images/square.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left: 30px;
	line-height: 1.6em;
	margin-top: 1em;
	vertical-align:middle;
	/*height: 25px;
	margin-left: 40px; */
}
.function {
	font-size: 1em;
	line-height: 1.5;
	font-style: normal;
	font-weight: bold;
}
.personal {
	font-size: 0.8em;
	line-height: 1.5;
}
/* =footer  */
div#footer {
	margin-top: 70px;
	width: 100%;
	height: 100px;
	clear: both;
}
div#footerNav {
	vertical-align: bottom;
	font-size: 0.65em;
	margin-left: -5px;
}
#footerNavlist li { 
	display: inline;
	padding: 5px;
}
li.bullet { 
	color: #C00;
	list-style-type: circle;
}
div#footer a {
	text-transform: uppercase;
}
div#footerLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 0.5em;
}

div#logoGSW {
	text-align: right;
	margin-top: 0.5em;
	background-image:url(http://www.heart.se/images/liberateButton.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height: 33px;
	font-size:
}


</style>