/* CSS Document */

* {
padding:0;
margin:0;
}

body {
color: #000000;
background-color:#660066;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin:0;
border-style: none;
background-image: url(images/gradient.gif);
background-repeat: repeat-x;
}


/* meny
*************************************/

#meny a {
	background-color:#ffffff;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	font-size: 8pt;

	}

	#meny a:hover, active {
	background-color:#000000;
	color: #ffffff;
	border-bottom: none;
	text-decoration:none;
	font-size: 8pt;
	
	}


/* innhold
*************************************/


#innhold {

margin-left:5px;
margin-right:2px;
margin-top:0px;
margin-bottom:0px;
font-size:12px;
padding:0px;
vertical-align: top;
width:435px;
height:325px;
overflow: auto;
background: #ffffff;

}

#innhold a {
color: #666666;
text-decoration:none;
font-size:10px;

}

#innhold a:hover, active {
color: #000000;
border-bottom: none;
text-decoration:none;
font-size:10px;
	
}

/* bunn
*************************************/

#bunn {
color:#000000;
font-size:10px;
text-align: center;
}

#bunn a {
color: #ffffff;
text-decoration:none;
font-size:10px;

}

#bunn a:hover, active {
color: #000000;
border-bottom: none;
text-decoration:none;
font-size:10px;
	
}


/* diverse
*************************************/

h1, h2, h3, h6, p { margin:1em 0;}

h1 {font-size:1.67em;
	color: #000000;
}

h2 {font-size: 12pt;
	font-weight: bold;
	color: #000000;
	background-color:#cccccc;
}

h3 {font-size: 10pt;
	font-weight: bold; 
	color: #000000;
}

h4 {font-size: 9pt; 
	color: #000000;
	font-weight:lighter;
}

h5 {font-size: 8pt; 
	color: #000000;
	font-weight:lighter;
}

a:link, a:visited {
color: #666666;
text-decoration: none;
}

a:hover, a:active {
color: #666666;
text-decoration: none;
}

a:hover img {
background-color: #ffffff;
}
