/* AQAP Consulting Theme style.css by Mattias Wikstrom/Tigerbyte 2015 */

* { margin: 0; padding: 0; }

body {
	background-color: #0a0a0a;
	font:14px/20px Arial, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	padding: 0;
}

h1 {
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 24px 0;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 8px 0;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 8px 0;
}

a {
	color: #1414cc;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
a:active { color: red;}
a:visited { color: #141466; }

p + *, ul + *, ol + * { margin-top: 8px; }

* + h1, * + h2, * + h3 { margin-top: 16px; }

hr {
	width: 100%;
	height: 2px;
	margin: 16px auto 16px auto;
	background-color:#141414;
	color:#141414;
	border: 0 none;
}

ul, ol { padding-left: 24px; }

em { font-style: italic; }

strong { font-weight: bold; }

#container {
	overflow: hidden;
	background-color: #141414;
	border: 1px solid white;
	width: 900px;
	min-height: 480px; 
	margin: 60px auto 4px auto;
	padding: 0;
}

#header {
	display: inline;
	float: left;
	background-color: #141414;
	color: #eee;
	width: 150px;
	padding: 0 20px 20px 20px;
	font-size: 12px;
	line-height: 16px;
}

#logo {
	background: #141414 url("logo.png") top center no-repeat;
	color: white;
	width: 150px;
}

#logo a {
	display: block;
	width: 150px;
	height: 120px;
	color: #141414;
}

#logo a:hover { background: transparent url("arrow1.png") center left no-repeat; }

#logo span { display: none; }

#menu div {
	padding: 0;
	margin: 12px 0 4px 0;
	font-weight: bold;
}

#menu div.fi { background: transparent url("fi.png") center right no-repeat; }

#menu div.en { background: transparent url("gb.png") center right no-repeat; }

#menu div.sv { background: transparent url("se.png") center right no-repeat; }

#menu ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#menu ul li {
	overflow: hidden;
	white-space: nowrap;
	background-color: white;
	margin-bottom: 4px;
}

#menu ul li a {
	display: block;
	color: #141414;
	text-decoration: none;
	padding: 4px 4px 3px 12px;
	background-color: white;
}

#menu ul li.current a {	
	background: white url("arrow2.png") center left no-repeat;
	font-weight: bold;
}

#menu ul li a:hover {
	background: white url("arrow2.png") center left no-repeat;
	color: #141414;
}

#wrap {
	display: inline;
	float: left;
	background-color: white;
	color: #141414;
	width: 670px;
	min-height: 400px;
	padding: 40px 20px 40px 20px;
}

#content {
	display: inline;
	float: left;
	width: 430px;
	min-height: 480px;
	margin-right: 40px;
}

#sidebar {
	display: inline;
	float: left;
	width: 200px;
	font-size: 12px;
	line-height: 16px;
}

#sidebar p + * { margin-top: 6px; }

#sidebar ul {
	list-style-type: none;
	list-style-position: inside;
	background-color: #eee;
	color: #141414;
	padding: 2px 4px;
	margin-top: 8px;
}

#sidebar ul li { margin-top: 2px; }

#sidebar ul li a {
	color: #141414;
	text-decoration: none;
}

#sidebar ul li a:hover { color: #1414cc; }

#sidebar ul li a:after { content: " >"; }

#footer {
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	color: #444;
	margin-bottom: 60px;
}

#footer p { margin-top: 4px; }

#footer a {
	color: #444;
	text-decoration: none;
}

#footer a:hover { color: #888; }

/* End of style.css */