/* CSS Document */
body {
	position: left;
	background: #FFFFFF;
	height: 100%;
	font-family: Georgia, Times, serif;
	text-align:left;
	color:#000000;
	font-size:  10px;
	padding: 0;
	text-align: left;
}
.greenfont {
	color: #009900;
	letter-spacing: 2px;
}

.italic {
	font-style: italic;	
}


#logo {
	width: 150px;
	height: 16px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: bottom
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	vertical-align: bottom;
	letter-spacing: 2px;
	position: fixed;
	top: 28px;
	left: 20px;	
}

#bgtop {
	width: 550px;
	height: 61px;
	background-color: #FFFFFF;
	position: fixed;
	left: 200px;
	visibility: visible;
	top: 0px;
	z-index: 1;
}

#meny {
	width: 500px;
	height: 16px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	letter-spacing: 2px;
	position: fixed;
	top: 45px;
	left: 200px;
	z-index: 2;	
}
#navlist
{
margin: 0;
padding: 0 0 20px 20px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: right;
line-height: 14px;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #009900;
padding-bottom: 2px;
background: transparent;
color: #009900;
}

#navlist a:hover { color: #009900; }



#content {
	width: 500px;
	background-color: #FFFFFF;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
	position: absolute;
	left: 200px;
	top: 95px;
	z-index: auto;
	height: auto;
	}
	

#content a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	
}
#content a:hover {

	color: #009900;
	text-decoration: none;
}
#content a:visited {

	color: #000;
	text-decoration: none;
}
	
	
		
	
h1 {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #009900;
	text-decoration: none;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: normal;
}
#worknav {
	width: 150px;
	background-color: #FFFFFF;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	list-style-type: none;
	position: fixed;
	left: -20px;
	top: 95px;
	
}
#worknav a:link, #worknav a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	
}
#worknav a:hover {

	color: #009900;
	text-decoration: none;
}
