body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}


TD, P, TBODY, TABLE, DIV {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	text-decoration: none; 
}


 A.knapp{
	background-image: url(images/knapp_a.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 249px;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-right: -47px;
	padding-bottom: -10px;
	padding-left: 47px;


}

 A.knapp:hover{
	background-image: url(images/knapp_b.gif);
	text-decoration: none;
}


 A.knapp .Name{
	color: #FFFFFF;
	font-size: 14px; 
	font-weight: bold;
	text-decoration: none;
}

 A.knapp:hover .Name{
	color: #FFFFFF;
	font-size: 14px; 
	font-weight: bold;
	text-decoration: underline;
}
 A.knapp .Position{
	color: #FFFFFF;
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
}

 A.knapp:hover .Position{
	color: #FFFFFF;
	font-size: 11px; 
	font-weight: bold;
	text-decoration: underline;
}



.headline {
	font-family: "Times New Roman", Times, serif; 
	font-size: 24px; 
	color: #666666; 
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336699;
	text-decoration: bold;
	margin: 0px;
}

.MainHeadlineNewsBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #336699;
	text-decoration: bold;
	margin: 0px;
}

.headlineNewsBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #497daf; 
	text-decoration: bold; 
}

 A:link, A:visited {
 	font-size: 10px; 
	color: #336699; 
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

A:hover {
	font-size: 10px; 
	color: #333333; 
	text-decoration: underline; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

 A:active {
	font-size: 10px; 
	color: #333333; 
	text-decoration: none; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

 A.umeny1, A.umeny1:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; 
	color: #497daf;
}

 A.umeny1:hover, A.umeny1:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
    text-decoration: none; 
	color: #CC0000;
/*	color: #f7b038; */
}

 A.umeny2, A.umeny2:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
    text-decoration: none; 
	color: #CC0000; 
}

 A.umeny2:hover, A.umeny2:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
    text-decoration: none; 
	color: #333333;
}
.vertSkille {
	background-image: url(images/verticalDot.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.bgInnhold {
	background-image: url(images/bg_innhold.gif);
	background-repeat: no-repeat;
	background-position: 0px 147px;
}

.borderBottom {
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	border-bottom-width: 1px;
}

.sideskjot {
	background-image: url(images/sideskjot.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.sideskjot2 {
	background-image: url(images/sideskjot2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.horSkjot {
	background-image: url(images/horisontal_skjotgif.gif);
	background-repeat: repeat-x;
}
hr {
	color: #f1f1f1;
	size: 1px;
	height: 1px;
	noshade: noshade;
}
#projects {
	background-image: url(images/opasity20.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cecece;
	border-bottom-color: #cecece;
	border-left-color: #cecece;
}
/* ################## MENU ####################### */

.chromestyle{
	width: 100%;
	font-weight: bold;
	color: #ffffff;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	height: 18px;
	background: #005795; /*THEME CHANGE HERE*/
	padding: 6px 0px 0px 0px;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;

}

.chromestyle ul li a{
	color: #ffffff;
	padding: 0px 15px;
	margin: 0;
	text-decoration: none;
}

.MainMenu {
	color:#FFFFFF;
	}

.chromestyle ul li a:hover{
	color: #897c3f;
	/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 5px;
	font:normal 10px Verdana;
	line-height: 2px;
	z-index:100;
	background-color: #608dbd;
	width: 150px;
	visibility: hidden;
	padding: 6px 0px 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #897c3f;
	border-bottom-color: #897c3f;
	border-left-color: #897c3f;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-image: url(images/SkjotUmeny.gif);
	background-repeat: repeat-x;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	padding: 6px 0 6px;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

.dropmenudiv a:visited{
	width: auto;
	display: block;
	text-indent: 10px;
	padding: 6px 0 6px;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #3399CC ;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

/* ################## END MENU ####################### */
#terje, #odd, #ivar, #andrew, #henrik, #kjell, #espen, #odd_a  {
	position:absolute;
	top:370px;
	width:448px;
	height:229px;
	z-index:1;
	visibility: hidden;
	float: left;
}
