/* 

	author: jonas@artopod.se

	colors

	link			#333
	visited link	#222
	hover 			#424242
	hr color		#e5e5e5

*/

/* Mod version of reset CSS by Eric Meyer  ------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, 
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #333; 
	color: #fff;   
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

hr { 
	clear: both;
	border: 0; 
	color: #e5e5e5; 
	background-color: #e5e5e5;
	height: 1px;
}

.clr {
	clear: both;
}


/* Layout			------------------------------------------------ */

#top { 
	position: relative;
	width: 100%; 
	height: 486px;
	margin: 0 auto;
	color: #000;
	background: #fff;
	overflow: auto;
}

#menu {
	position: absolute;
	top: 512px;
	right: 34px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#logo {
	position: absolute;
	top: 512px;
	left: 35px;
}



#pics {
	margin: 30px 40px 0;
}

#pics li {
	float: left;
	padding: 0 36px 0 0;
}



#textpage {
	height: 286px;
	margin: 50px 40px;
}

.col {
	float: left;
	width: 300px;
	margin-right: 25px;
}


/* Menu				------------------------------------------------ */

#menu .uppdrag a {
	display: block;
	text-indent: 100em;
	overflow: hidden;
	background: url(../img/meny_uppdrag.gif) no-repeat 0% -16px;
	width: 80px;
	height: 16px;
}

#menu .metod a {
	display: block;
	text-indent: 100em;
	overflow: hidden;
	background: url(../img/meny_metod.gif) no-repeat 0% -16px;
	width: 80px;
	height: 16px;
}

#menu .om a {
	display: block;
	text-indent: 100em;
	overflow: hidden;
	background: url(../img/meny_om.gif) no-repeat 0% -16px;
	width: 80px;
	height: 16px;
}

#menu .kontakt a {
	display: block;
	text-indent: 100em;
	overflow: hidden;
	background: url(../img/meny_kontakt.gif) no-repeat 0% -16px;
	width: 80px;
	height: 16px;
}

#menu a.current, #menu a:hover {
	background-position: 0% 0%
}



/* Typography		------------------------------------------------ */

body, input, select, textarea {
	font: 90%/1.35em arial, sans-serif;
}

/* links */

a { 
	background: transparent;
}

a:link { 
	color: #333;
}

a:visited { 
	color: #222;
}

a:hover, a:visited:hover, a:active { 
	color: #424242;
}

h1 {
	margin: 0 0 1em;
	font-size: 160%;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	color: #00c2db;
}

h2 {
	margin: 0 0 -3px;
	font-size: 100%;
	line-height: 1;
}


/* type */

.txt p { 
	margin: 0 0 14px;
	line-height: 1.55em;
}

ul, ol {
	margin: 0 0 1em 16px;
}



/* Scrollbar		------------------------------------------------ */

.scrollgeneric {
	position: absolute;
	top: 0; 
	left: 0;
	line-height: 1px;
	font-size: 1px;
}

.vscrollerbase, .vscrollerbar, .vscrollerbarbeg, .vscrollerbarend, .hscrollerbarbeg, .hscrollerbarend, .vscrollerbasebeg, .vscrollerbaseend, .hscrollerbasebeg, .hscrollerbaseend {
	width: 15px;
	background-image: url(../img/basebarcaps_verticalbarbody.png);
}

.hscrollerbase, .hscrollerbar, .scrollerjogbox {
	height: 15px;
	background-image: url(../img/horizontalbarbody_cornerjog.png);
}

.vscrollerbase {
	background-color: #D7EBDF;
	background-position: 0;
	background-repeat: repeat-y;
}

.vscrollerbar {
	background-color: #99CBCB;
	background-position: -15px 0;
	background-repeat: repeat-y;
}

.hscrollerbase {
	background-color: #fff;
	background-position: 0px -15px;
	background-repeat: repeat-x;
}

.hscrollerbar {
	background-color: #888;
	background-position: 0px -30px;
	background-repeat: repeat-x;
}

.vscrollerbar, .hscrollerbar {
	padding: 0 0; /* ställer in hur mycket space det ska vara på sidan om scrollen */
	z-index: 2;
}

.vscrollerbarbeg {
	background-position: -45px -30px;
	background-repeat: no-repeat;
	height: 15px !important;
}

.vscrollerbarend {
	background-position: -45px 0px;
	background-repeat: no-repeat;
	height: 15px;
}

.hscrollerbarbeg {
	background-position: -60px -15px;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px !important;
}

.hscrollerbarend {
	background-position: -30px -15px;
	background-repeat: no-repeat;
	height: 15px;
}

.scrollerjogbox {
	height: 15px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: #4E727C;
	background-position: 0px 0px;
}

.vscrollerbasebeg {
	background-repeat: no-repeat;
	background-position: -30px -30px;
	height: 15px !important;
}

.vscrollerbaseend {
	background-repeat: no-repeat;
	background-position: -60px -30px;
	height: 15px;
}

.hscrollerbasebeg {
	background-repeat: no-repeat;
	background-position: -60px 0px;
	height: 15px;
	width: 15px !important;
}

.hscrollerbaseend {
	height: 15px;
	background-repeat: no-repeat;
	background-position: -30px 0px;
}

.scrollerjogbox:hover {
	background: #5E828C url(../img/basebarcaps_verticalbarbody.png) -45px -15px;
}

/* iOS */

body.ios .scrollgeneric {
	top: 7px; 
}

body.ios .hscrollerbase, body.ios .hscrollerbar, body.ios .scrollerjogbox {
	height: 7px;
	background-image: none;
}

