html, body, div, img, h1, h2, h3, p, ul, ol, li, form, fieldset, dl, dt, dd {
	margin:0;
	padding:0;
	border:0;
}
body {
	font:13px Helvetica, Arial, sans-serif;
	line-height:1.5;
	background:#E8EBEC;
	color:#414141;
}
#wrapper {
	position:relative;
	min-height:400px;
	width:960px;
	margin:16px auto 10px auto;
	background:#F4F5F6;
	border:solid #FFF 1px;
   box-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
   -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
   -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
   -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
}
#header {

}
#wrapper #header #logo {
	position:absolute;
	top:18px;
	left:22px;
	text-indent:0;
	margin:0;
	background:transparent;
}



/* START navigation */
#nav {
	float:none;
	height:30px;
	margin:0 20px;
	margin-top:90px;
	border:none;
	border-bottom:solid #74AAB2 6px;
	background:#F1F2F3;
}
#nav li {
	list-style-type:none;
	float:left;
	position:relative;
	height:30px;
	background:none;
}
#nav a {
	color:#333;
	line-height:30px;
	height:30px;
	display:inline-block;
	padding:0px 10px;
	text-transform:uppercase;
	border:none;
	border-right:solid #F4F5F6 2px;
}
#nav a:hover, 
#nav a:active, 
.sfHover a,
.hem #main-hem a,
.traning #main-traning a,
.mat #main-mat a,
.motivation #main-motivation a,
.utrustning #main-utrustning a {
	color:#FFF;
	background-color:#74AAB2;
	text-decoration:none;
}

#nav li ul {
	color:#FFF;
	background-color:#74AAB2;
	text-decoration:none;
}
#nav li ul a {
	color:#FFF;
	background-color:#74AAB2;
	text-decoration:none;
	border:none;
}
/* END navigation */

#content {
	overflow:hidden;
	padding:30px 20px 0 20px;
}



#main {
	width:600px;
	float:left;
}
#sidebar {
	width:300px;
	float:right;
}
#footer {
	height:20px;
	padding:0 20px;
	margin-bottom:-8px;
	clear:both;
}


#viktpuls {
	position:absolute;
	top:20px;
	right:20px;
	width:300px;
}
#viktpuls a {
	display:block;
	width:270px;
	padding:6px 9px;
	padding-left:19px;
	border:solid #E8EBEC 1px;
	background-color:#F1F1F1;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#846399;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	letter-spacing:0.4;
}
#viktpuls a:hover {
	border:solid #e0e0e0 1px;
	text-decoration:none;
	color:#8D66B6;
}


h1 {
	font-family:"Trebuchet MS", Arial;
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:0.2;
	font-weight:normal;
	margin-bottom:.5em;
	line-height:1.4;
}
h2 {
	font-family:"Trebuchet MS", Arial;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
	margin:1em 0 .2em 0;
	clear:both;
}
p {
	margin-bottom:1em;
}
#content a {
	color:#846399;
	text-decoration:none;
	/*border-bottom:dotted #846399 1px;*/
}
#content a:hover {
	color:#846399;
	border-bottom:solid #846399 1px;
}
a:focus {
	outline:none;
}


/* Bilder */
#main img {
	border:solid #e0e0e0 1px;
	padding:0px;
}
#main img.left {
	float:left;
	margin:0 12px 6px 0;
}
#main img.right {
	float:right;
	margin:0 0px 6px 12px;
}



.col1, .col2 {
	margin-top:1em;
	margin-bottom:1.6em;
	padding:0px;
	padding-top:0em;
}
.col2, .half {
	width:48%;
}
.col1 h2, .col2 h2 {
	margin-bottom:0.5em;
	margin-top:0;
	border-bottom:dotted #333 1px;
	font-size:13px;
}
div.list {
	background-color:#E4EAE4;
}
div.puff {
	background-color:#E4EAE4;
}
div.more {
	background-color:#E4EAE4;
}
div.puff a, div.puff h2 {
	color:#6B93D7;
}
#main div.pop {
	width:30%;
	background-color:#E4EAE4;
	float:right;
	color:#000;
	margin-left:0.6em;
}
.pop h2, .pop a {
	color:#000000;
}
.a {
	float:left;
}
.b {
	float:right;
}

#main dl {
	margin:.5em 0 1em 0;
	list-style-type:none;
} 
#main dt {
}
#main dd {
	margin-bottom:.4em;
}
#main ul {
	margin:0em 0 1em 1.2em;
} 
#main li {
	margin-bottom:.3em;
}
br {
	clear:both;
	height:1px;
}
#bmi-bak {
	margin-top:1em;
	overflow:hidden;
	background:url(/img/bmi-bak.png) no-repeat bottom left;
	height:30px;
	width:600px;
}
#bmi-mark {
	height:10px;
	margin-top:10px;
	border-right:solid black 2px;

}
table td {
	padding-right:1.2em;
}
table th {
	text-align:left;
}
table td.desc {
	font-size:0.8em;
	width:280px;
	padding:4px 0 4px 0;
}


/* Formulär --------------------------------------------- */
form {
	line-height:16px;
	margin-bottom:3em;
	clear:both;
}
label#l-weight,label#l-duration,label#l-height,label#l-age,label#l-max,label#l-rest  {
	display:block;
	float:left;
	width:80px;
}
label#l-weight input,label#l-duration input,label#l-height input,label#l-age input,label#l-max input,label#l-rest input {
	width:30px;
}
label#l-tempo {
	float:left;
}
#kcal .button, #bmi .button, #maxpulse .button, #zones .button {
	margin:15px 0 0 2em;
}
.answer {
	margin-top:1em;
}


#speed label, #tempo label {

}
#speed label input, #tempo label input {
	width:3em;
}


/* Annonser --------------------------------------------- */
.halfBanner, .square {
	margin:2em 0 0 2em;
	float:left;
}
.banner {
	width:468px;
	margin:1.4em auto 0.6em auto;
}

.linkunit {
	padding-bottom:20px;
	z-index:1;
}

.banner250 {
	margin-left:50px;
}
.banner300 {
}

/* END --------------------------------------------------- */


/* Sidebar ----------------------------------------------- */
#sidebar {
	font-size:12px;
	line-height:1.3;
}
#sidebar h2 {
	margin:6px 6px;
	font-size:13px;
}
#sidebar ul {
	margin-left:1.6em;
}


#sidebar #viktpuls {
	margin-top:24px;
	
}


/* Aggregering --------------------------------------------- */
.blogs {
	border-bottom:solid #e0e0e0 1px;
	color:#333;
}
.blogs .blog {
	border-top:solid #e0e0e0 1px;
	border-left:solid #e0e0e0 1px;
	border-right:solid #e0e0e0 1px;
	padding:10px;
	background:#f8f8f8 url(/img/bg-blog.png) repeat-x top left;
}
.blogs .blog:hover {
	background:#f8f8f8 url(/img/bg-blog-hover.png) repeat-x top left;
}
.blogs .blog h3 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}
.blogs .blog h3 a {
	/*color:#990000;*/
}
.blogs .blog p {
	margin:0;
}


/* Listor */
.popular {
	border-bottom:solid #e0e0e0 1px;
	color:#333;
	border-top:solid #e0e0e0 1px;
	border-left:solid #e0e0e0 1px;
	border-right:solid #e0e0e0 1px;
	padding:10px;
}


/* Boktips */
.books {
	margin-bottom:20px;
	border:solid #e0e0e0 1px;
	padding:10px 6px 0 10px;
	background:#f6f6f6;
} 
.book {
	display:block;
	margin-bottom:10px;
	color:#333;
	overflow:hidden;
	clear:both;
}
.books h3 {
	font-size:11px;
}
.books img {
	float:left;
	padding:0 10px 6px 0;
}



/* Tabeller */
table.full {
	width:100%;
	border-collapse:collapse;
	margin:1em 0px;
}
table.common td, table.common th {
	font-size:12px;
	padding:2px 5px;
}
table.common tr:nth-child(even) td {
	background-color:#FFF;
}
table.top td, table.top th {
	vertical-align:top;
}