
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 100%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 80%;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#meny {
	background: url(bilder/meny.gif) no-repeat;
	width: 700px;
	height: 41px;
	font-size: 30px;
}

#meny a {
	display: block;
	display: inline;
	color: #ffffff;
}

#menu a:hover {
	color: #ffffff;
}

#splash {
	width: 770px;
	height: 140px;
	margin: 0 auto;
	background: url(bilder/img3.jpg) no-repeat;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #006699;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
	color: #ffffff;
}

#content {
	float: left;
	width: 770px;
	padding: 12px;
	
}
#content2 {
	float: left;
	width: 770px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #3B3B3B;
	border-left: 1px solid #3B3B3B;
	border-right: 1px solid #3B3B3B;
	border-bottom: 1px solid #3B3B3B;
	
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: left;
	width: 240px;
	padding: 5px;
	
}


#sidebar h2 {
	padding-top: 1px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	background: #eeeeee;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	height: 270px;
}

#sidebar li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	
}

#sidebar h3 {
	height: 22px;
	padding: 0 10px;
	background: #3B3B3B;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

#sidebar h4 {


	color: #000000;
	font-weight: bold;
	font-size: 18px;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 88%;
}

#legal {
	float: left;
}

#links {
	float: right;
}
