/* TAGS */
body{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 11px;
  margin: 0 0 0 40px;
  padding: 0;
}

a {
	color: #003300;
}

h1 {
	font-size: 18px;
	margin: 10px 0 10px 0;
}

h3 {
	font-size: 12px;
	margin: 5px 0 10px 0;
	
}

/* CLASS */
.footer{
	font-size: 10px;
	color: #009933;
}

.greenColumn {	
	font-weight: bold;
	border-bottom: 1px dotted #006600;
	color: #006600;
}

/* HUVUDNAVIGATION */
TABLE.navigation {
	height: 23px;
	background-color: #009966;
}
TABLE.navigation A{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px;
	
}
TABLE.navigation A:hover{
	text-decoration: none;
	font-weight: bold;
	/*color: #CCCCCC;*/
	margin: 10px;
}
TD.active {
	background-color: #FFFFFF;	
}

TD.active A{
	color: #FFFFFF;
}

TD.active A:hover{
	text-decoration: none;
	font-weight: bold;
	/*color: #FFFFFF;*/
	margin: 10px;
}
TD.vwhite {
	width: 1px;
	background-color: #FFFFFF;
}

/* UNDERNAVIGATION */
#navlist
{
padding-left: 0;
margin-left: 0;

width: 160px;
}

#navlist li
{
height: 25px;
list-style: none;
margin: 0;
padding: 0.25em;
border-bottom: 1px solid #CFD3E8;
background-image:  url("../bilder/arrow.gif");
background-repeat: no-repeat;
background-position: 99% 1em;
}

#navlist li.active
{
background-color:#99CC99;
}

#navcontainer a
{
width: 100%;
display: block;
color: #70737D;
padding: 3px 0 0 0;
text-decoration: none;
font-weight: bold;
}

#navlist li a { text-decoration: none; }
