* {
	padding: 0;
	margin: 0;
}

html,body {
	background: #7a7a7a;
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
        color: #000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 17px;
	color: #000000;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	margin: 5px 0;
}

#outcontent {
	margin: auto;
	width: 890px;
}

#content {
	width: 800px;
	padding: 0 0px;
	float: left;
}



#top {
	width: 800px;
	height: 160px;
}

a:link {
color: #198EC2;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: #198EC2;
text-decoration: none;
font-weight: bold;
}
a:active {
color: #198EC2;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #198EC2;
text-decoration: none;
font-weight: bold;
}


#menu {
    background: url(bilder/meny.jpg) no-repeat;
	width: 800px;
	height: 18px;
	padding: 6px 15px;
	weight: bold;
}

#menu a {
	font-weight: normal;
}

#menu a:link {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	margin-right: 17px;
	font-weight: bold;
}

#menu a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	margin-right: 17px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
	color: #C0C0C0;
	font-size: 13px;
	margin-right: 17px;
}

#menu .nolink {
	text-decoration: none;
	color: #C0C0C0;
	font-size: 13px;
	margin-right: 17px;
}

#inner {
	background: #f6fbf5;
        padding: 10px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin:5px 5px 0;
	padding-top:5px;
}

#content p {
	margin: 10px 0;
	padding: 0;
	clear: both;
}


#footer {
	background: #d4eed3;
	border-top:2px solid #eee;
	padding:20px 20px 20px;
	font:90% Verdana;
	color:#999;
	clear:both;
}

#footer a {
	color:#999;
	border-bottom:1px solid #c5dc58;
	text-decoration:none;
}
