/* CSS Document */

body
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10%;
	background-image: url(bakgrunn.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 10%;
}
p
{
	color: #666666;
	font-size: 14px;
}
h1
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: left;
}
#content{
	width:inherit;
	float: none;
	font-size: small;
	line-height: 18px;
	margin-top: 18px;
	margin-left: 0%;
	padding: 5 px;
	margin-bottom: 18px;
	margin-right: 15%;
}
.bildeHogre{
	float: right;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
}
.bildeVenstre{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 5 px;
}
.footer{
	clear: both;
	padding: 12px;
}	
A:link, A:visited{
text-decoration:underline;
color: #333333;
}
A:hover{
text-decoration:underline;
color: #990000;
}
#navcontainer
{
	font-family: "Trebuchet MS";
	margin: 0 auto;
	width: 100auto;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ddd;
	margin-top: 15px;
	word-spacing: 35px;
	margin-right: 15%;
}

#navlist
{
width: 100%;
text-align: center;
margin: 0 auto;
padding: 5;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #99CC66;
font-size: 1em;
padding: 0 2px;
border-bottom-style: none;
	
}

#navlist li a:hover,#navlist a#current
{
color: #666666;
border-top: none;
font-size: 1.5em;
}
