
body {  
	color: #000; 
	background: #fff;	
	margin:0; 
}

#header {
	position: fixed; 
	width: 100%; 
	height: 1.2em; 
	float: left;
	background-color: #f2f2f2;
	padding-top: 0; 
	padding-bottom: 0; 
	padding-left: 6px;
	border-bottom: 1px solid #bfbfbf;	
	margin:0;
}

#navleft { 
	padding-top:0px; 
	position: absolute; 
	top: 0px; 
	left: 10px; 
}

#navright { 
	padding-top: 0px; 
	padding-right: 25px; 
	top: 0px; 
	right: 12px; 
	width: auto; 
	float: right; 
}

#content { 
	width: 800px; 
	margin: 0px auto 0px auto; 
}

#pageContent { 
	padding-top:40px; 
	padding-left:10px; 
	padding-right:10px;
}

#pageTitle { 
	padding-bottom:1px;
}

#pageTitle p {
	padding-left:2px; 
	margin:0; 
	color:#999999;
}

#pageTitle img { 
	margin-bottom: -3px; 
	float: left; 
}

#pageTitle h1 { 
	margin-left:40px; 
	padding-top:9px; 
	font-size: 15pt; 
	font-family: "Lucida Grande", Arial, sans-serif; 
}

p { 
	font-size: 0.75em; 
	font-family: "Lucida Grande", Arial, sans-serif; 
}

a { 
	color: blue; 
	font-family: "Lucida Grande", Arial, sans-serif; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

a:visited { 
	color: navy; 
}

.index { 
	color: #00f; 
	font-size: 8pt; 
	margin: -9px 0 -6px; 
	padding-top: 24px; 
	padding-bottom: 3px; 
	padding-left: 8px; 
	border-left: 1px solid #bfbfbf 
}

.breadcrumb { 
	color: #00f; 	
	font-size: 8pt;	
	margin-top:-9px; 
}

p.breadcrumb {	
	display:inline;	
	color:#000; 
}

#cred {
	text-align:center;
	padding-top:10px;
	font-size: 10px;
	color:#999999;
}

#cred img {
	border:0px;
	margin-bottom:10px;
}

#splash {
	text-align: left;
	float: left;
	background: url(../images/splash.png) no-repeat;
	color: #000;
	width: 467px;
	padding-top: 300px;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 60px;
	line-height: 0.9em;
}

#descripiton {
	text-align: justify;
	font-size: 12px;
	line-height:16px;
	font-weight: normal;
	color:#303030;
	padding-left:45px;
	padding-right:35px;
	font-family:"Lucida Grande", Arial, sans-serif;
}

#topics {
	float: left;
	border-left: 2px solid #e5e5e5;
	width: 275px;
	margin-top: 45px;
	padding-top: 3px;
	padding-left: 25px;
}

#topics ul {
	list-style: none;
	padding: 0px;
}

#topics a {
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 12pt;
	line-height: 1.4em;
}

#topics li {
	color: #999999;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 6px;
	font-size: 8pt;
	line-height: 15px;
	font-family:"Lucida Grande", Arial, sans-serif;
}

#topics img {
	float:left;
}

#tasks {
	margin-top: 20px;
}

#tasks ul {
	padding: 0px;
}

#tasks li {
	font-weight: bold;
	font-size: 10pt;
	list-style: none;
	border: 1px solid #bfbfbf;
	color: #333333;
	background: #f2f2f2;
	display: block;
	margin-top: 10px;
}

#tasks li:hover {
	background: #e7edfd;
}

#tasks a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 10px;
}

.taskbox {
	background-color: #e7edfd;
	border: solid #bfbfbf 1px;
	padding-left: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 16px;
}

.tabellMedBilder {
	border:1px solid #bfbfbf;
	margin-left:50px; 
	margin-top:10px;
}

.blueTableElementHeader {
	background-color: #e7edfd;
	border-bottom:1px solid #bfbfbf;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
}

.whiteTableElement {
	padding-top:10px;
}

.taskbox ol {
	margin-left: -20px;
	margin-bottom: 5px;
}

.taskbox li {
	padding-bottom: 8px;
	line-height: 16px;
}

.onlineExplanation {
	margin-top:30px;
	border:1px solid #ccc;
	padding-left:16px;
	margin-top:20px;
	margin-bottom:20px;
	padding-right:16px;
	background:#f8f8f8;
}

.onlineExplanation ul {
	margin-left: -20px;
	margin-bottom: 5px;
}

.onlineExplanation li {
	padding-bottom: 8px;
	line-height: 0.9em;
	font-size:0.9em;
}

.index-list {
	margin-bottom:40px;
}

.index-list a {
	border-bottom:1px dotted #ccc;
	display:block;
	padding-left: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 2px;
	padding-left:2px;
	padding-bottom:2px;
	padding-top:2px;
	text-decoration:none;
	width:500px;
}

.index-list a:hover {
	background:#e7edfd;
}

a#nykelord {
	font-size:8pt;
	color:#999999;
}
a#nykelord:hover {
		text-decoration:underline;
}