li
{
	color: #336699;
}
input, textarea
{
	font-size: 11px;
	border: 1px solid #c0c0c0;
	font-family: arial, sans-serif;

	scrollbar-face-color: #D6E0EB; 
	scrollbar-shadow-color: #D6E0EB; 
	scrollbar-highlight-color: #D6E0EB; 
	scrollbar-3dlight-color: white;   
	scrollbar-darkshadow-color: #9CAEC6;
	scrollbar-track-color: #E6EAEE; 
	scrollbar-arrow-color: #336699;
}
.front-link
{
	padding-left: 10px;
	width: 100%;
	font-size: 10px;
	color: #336699;
	font-family: arial, sans-serif;
}
.headline
{
	font-family: Garamond, Times, Serif;
	font-size: 20pt;
	font-weight: bold;
	color: #336699;
}
.main-heading
{
	font-family: Garamond, Times, Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #336699;
}
.main-text
{
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
	
	width: 500px;
	padding-bottom: 60px;
}
.copyright
{
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #336699;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.box
{
	padding: 10px;
}
.news-headline
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	padding-bottom: 10px;
}
.news-text
{
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #336699;
	/*padding-bottom: 10px;*/
	border-bottom: none;
}
.news-text:hover
{
	border-bottom: none;
}
a
{
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted #336699;
}
a.big
{
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted #336699;
	font-size: 12px;
}
a:hover
{
	border-bottom: 1px solid #336699;
}
body
{
	background-image: url('img/front-gradient-3.jpg');
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	margin-top: 20px;
	background-color: #ffffff;
}
table.styret_box
{
	border: 1px solid #336699;
}
td.styret_text
{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #336699;
	padding-bottom: 10px;
	border-bottom: none;
}
td
{
	font-family: arial, sans-serif;
	font-size: 11px;
}




#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a
{
	display: block;
	width: 140px;
	border-bottom: none;
}

#nav li
{
	float: left;
	width: 140px;
	background-color: #ffffff;
}

#nav li a
{
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #336699;
}
#nav li a:hover
{
	background-color: #BDCEE1;
}
#nav li ul
{
	position: absolute;
	width: 140px;
	left: -999em;
	border-top: 1px solid #9CAEC6;
}
#nav li ul li
{
	border-left: 1px solid #9CAEC6;
}
#nav li ul li a
{
	border-right: 1px solid #9CAEC6;
	border-bottom: 1px solid #9CAEC6;
}
#nav li:hover ul, #nav li.sfhover ul
{

	left: auto;
}

#content
{
	clear: left;
	color: #ccc;
}
