/*
-----------------------------------------------
Site:		Sporrong och Eriksson, Kalmar, Sweden
Author:   	A&O Media Design, Henrik Eklund, Kalmar, Sweden
Version:  	2007.10
----------------------------------------------- */

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td 
						{ margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 		{ font-size:100%; font-weight:normal; clear:both; }
p						{ padding-bottom:1em; }
input, select, textarea	{ font:100% "Lucida Grande", Arial, Helvetica, sans-serif; }
hr, legend				{ display:none; }
a:link, a:visited		{ color:#4576b7; text-decoration:none }
a:hover					{ text-decoration:underline;}
table 					{ border-collapse:collapse; border-spacing:0; }
fieldset,img 			{ border:0; }
caption,th 				{ text-align:left; font-weight:bold; }
ul 						{ list-style:none; }
img						{ border:0; }
label					{ cursor:pointer; }

html {
	font: normal 0.75em/1.5em Arial, Verdana, Helvetica, sans-serif;
	color: #555;
	background:#fff;
}
body {
	width:980px;
	margin:0 auto;
	background:#fff;
	position:relative;
}
#branding {
	height: 290px;
	background: transparent url(graphics/branding-f.jpg) no-repeat left top;
	position: relative;
}
#branding h1 a {
	text-indent:-9999px;
	display:block;
	height:135px;
	width:250px;
	background:url(graphics/logo.png) no-repeat left top;
	position: absolute;
	top: 34px;
	right: 11px;
}
#branding p {
	position: absolute;
	right: 11px;
	bottom: 0;
	font-size: 92%;
	margin: 0;
	padding: 0 3px;
	background: black;
}

/* Content */

#content {
	clear:both;
	margin: 30px 11px 0 11px;
}

#maincontent {
	float: left;
	width: 589px;
}
#maincontent p {
	font: normal 1.1em/1.5em Georgia, "Times New Roman", Times, serif;	
	padding: 0 1em 0.75em 0;
}
#maincontent h2 {
	font-size:1.5em;
	font-weight: bold;
	padding:0 0 3px 0;
	margin-top: 1px;
}
#maincontent h3 {
	font-size:1.25em;
	font-weight: bold;
	padding:18px 0 0.5em 0;
	margin-top: 1px;
}
#maincontent h4 {
	font-size:1em;
	font-weight: bold;
	padding:3px 0 0.25em 0;
	margin-top: 1px;
}
#presentation li {
	background:url(graphics/li_icon.gif) no-repeat left 2px;
	padding:0 0 7px 1em;
	font: normal 1.1em/1.5em Georgia, "Times New Roman", Times, serif;	
}

#subcontent {
	float: right;
	width: 366px;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 24px;
}
#subcontent h3 {
	font-size: 1em;
	color: #000;	
	margin: 0 0 6px 24px;
	font-weight: bold;
}
#subcontent p {
	font-size:0.95em;
	padding: 0 0 1em 24px
}
#subcontent .thumb {
	float: right;
	margin-left: 6px;
	padding: 3px;
	border: 1px solid #eee;
}
.pil {
	background: transparent url(graphics/ico-pil.png) no-repeat left 50%;
	padding-left: 21px;
}
#subcontent .founders {
	position: relative;
	float: left;
	margin: 0 0 16px 16px !important;
	margin: 0 0 16px 12px;
}
#subcontent .founders .info {
	position: absolute;
	left: 6px;
	bottom: 12px;
}
#subcontent .founders .info p {
	color: white;
	background: black;
	margin-bottom: 1px;
	padding: 1px 6px;
	clear: both;
}

/* Headers */

#swap, #swap-sub {
	text-indent: -9999px;
	display:block;
}

.tanker 	{background: url(graphics/h2-tanker.png) no-repeat left top; height: 100px;}
.manga	 	{background: url(graphics/h2-manga.png) no-repeat left top; height: 46px;}
.framtid 	{background: url(graphics/h2-vem.png) no-repeat left top; height: 81px;}
.vem	 	{background: url(graphics/h3-vem.png) no-repeat left top; height: 52px;}
.vill	 	{background: url(graphics/h2-vill.png) no-repeat left top; height: 52px;}


/* Footer */

#siteinfo {
	text-align:center;
	background:url(graphics/footer.png) left top no-repeat;
	margin:2em 11px 0 11px;
	padding-top:2em;
	font-size:0.95em;
	color:#666;
	border-top:1px solid #e5e5e5;
	clear: both;
}
#siteinfo p {
	padding-bottom: 0;
}
#siteinfo p.copy {
	padding-top: 1em;
	color:#999;
}

/* Formulär */

input.default {
	margin-bottom: 6px;
}
input.submit {
	margin: 6px 0 18px 0;
}

/*label, input {
	display: block;
	width: 150px;
}
label {
	width: 100px;
	padding-right: 20px;
}
input.submit {
	width:55px;
	margin:1em 0 0 290px;
	display:inline;
	font-size:90%;
}
input.check {
	width: auto;
}
br {
	clear: left;
}*/

/* Meny */

ul#tabs {
	border-top:1px solid #e5e5e5;
	border-bottom:2px solid #757575;
	line-height:normal;
	position:relative;
	width:958px;
	font: 1.33em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 9px 0 7px 0;
	margin: 0 11px;
}
ul#tabs li {
	display:inline;
}
ul#tabs li a {
	padding:3px 34px 3px 0;
}
ul#tabs li a.last {
	padding:0 0 0 0;
}
ul#tabs li a:link, ul#tabs li a:visited {
	color:#3f3d36;
} 
ul#tabs li a:hover {
	background-position:0% -50px;
	cursor:pointer;
	text-decoration:none;
	color:#d43227
}
body.m-1 ul#tabs #m-1 a, body.m-2 ul#tabs #m-2 a, body.m-3 ul#tabs #m-3 a, body.m-4 ul#tabs #m-4 a, body.m-5 ul#tabs #m-5 a, body.m-6 ul#tabs #m-6 a, body.m-7 ul#tabs #m-7 a {
    color:#d43227;
}

#maincontent a.pres, #maincontent a.pres:hover  {color: #555; border-bottom: 1px dotted #ccc; text-decoration: none;}
#maincontent a span  {display: none;}
#maincontent a:hover .per, #maincontent a:hover .dan, #maincontent a:hover .hakan, #maincontent a:hover .bjorn {
	font: normal 0.75em/1.5em Arial, Verdana, Helvetica, sans-serif;
	display:block; 
	position:absolute; 
	top:260px; 
	left:250px; 
	font-weight:bold; 
	background:transparent; 
	color: white; 
	text-align:center; 
	background: black;
	padding: 3px 6px 0 6px;
	text-transform: uppercase;
}
#maincontent a:hover .bjorn {
	top:260px; 
	left:420px; 
}
#maincontent a:hover .dan {
	top:260px; 
	left:75px; 
}
#maincontent a:hover .hakan {
	top:230px; 
	left:320px; 
}

/* Startsidan */

#start {
	width: 612px;
	margin: 48px auto 0 auto;
	background: transparent url(graphics/divider-start.png) no-repeat left top;
	min-height: 370px;
	height: auto !important;
	height: 370px;
}
.revision {
	width: 225px;
	float: left;
}
.foretag {
	float: right;
	width: 286px;
}

.revision h1 a {
	text-indent:-9999px;
	display:block;
	height:143px;
	width:225px;
	background:url(graphics/splash-logo-r.png) no-repeat left top;
}
.foretag h1 a {
	text-indent:-9999px;
	display:block;
	height:143px;
	width:286px;
	background:url(graphics/splash-logo-f.png) no-repeat left top;
}
