@import url("reset.css");

/* 

	author: jonas@artopod.se

	colors
	
	hover 			#424245
	
	rubrikgrön		#67a10b
	ljusblå			#0096e4
	mörkblå			#00618c

*/


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

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

/* links */

a { 
	background: transparent;
}

a:link { 
	color: #00618c;
}

a:visited { 
	color: #223;
}

a:hover, a:visited:hover, a:active { 
	color: #0096e4;
}

/* headers */

h1 {
	margin: 0 0 0.5em;
	font-size: 2.8em;
	line-height: 1em;
	color: #67a10b;
	letter-spacing: -0.06em;
}

h2 {
	margin: 0 0 0.3em;
	font-size: 1.2em;
	color: #00618c;
}

h3 {
	margin: 0 0 1em;
	font-size: 1.4em;
}

h4 {
	margin: 0 0 1em;
	font-size: 1.2em;
}

h5 {
	margin: 0 0 1em;
	font-size: 1em;
}

/* !type */

p { 
	margin: 0 0 1em;
}

p.intro {
	color: #00618c;
	font-size: 1.2em;
}

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

#content ul {
	list-style: disc;
}

.pdf { 
	background: url(../img/pdf.gif) no-repeat left 50%;
	padding: 0 0 0 20px;
	display: block;
}

.button, a.button {
	padding: 6px 10px;
	background: #0096e4;
	color: #fff;
	text-decoration: none;
}

a.button:hover {
	background: #00618c;
	color: #eee;
}

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

body {
	background: #effcd8 url(../img/bg.gif) repeat-x;
}

#leijon { 
	position: relative;
	width: 980px; 
	margin: 20px auto; 
	text-align: left; 
}

#nav {
	position: relative;
	float: left;
	width: 180px;
	margin-left: 20px;
}

#content {
	position: relative;
	float: left;
	width: 620px;
	min-height: 480px;
	max-height: 2200px;
	overflow: auto;
	padding: 40px 60px 0 100px;
	background: url(../img/contentbg.png) no-repeat;
}

#contentend {
	position: relative;
	height: 60px;
	width: 980px;
	background: url(../img/contentbg.png) no-repeat 200px 100%;
}


#logo {
	margin: 30px 0;
}

#menu {
	position: absolute;
	top: 160px;
	left: 0;
	margin: 0;
}

#adress {
	position: absolute;
	bottom: 40px;
	left: 20px;
	color: #67a10b;
}

/* !menu */

#menu a {
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 2px 0 2px 12px;
	background: url(../img/dot.gif) no-repeat 0 7px;
}

#menu a:link, #menu a:visited {
	color: #0096e4;
}

#menu a:hover, #menu a:visited:hover {
	color: #00618c;
}

#menu li.current a {
	font-weight: bold;
	background: url(../img/dot2.gif) no-repeat 0 7px;
}

/* !front page */

#portrait {
	position: absolute;
	right: 31px;
	bottom: 40px;
	width: 230px;
	height: 450px;
	background: url(../img/portrait.jpg) no-repeat 100% 100%;
	z-index: 10;
}

#content h1, #content p, #content ul {
	position: relative;
	z-index: 30;
}
