/**0 Hex av farger brukt i løsningen, generell profilinfo
/**1 Reset
5 syzweb templates / nesting av elementer inne i wrappere
7 Navigasjon
8 Forms
*/



/*2 Layout framework (inkl body, ul osv)*/
body
{
	background:#f8faf9 url(/Images/body-bg.jpg) repeat-x;
	font-family:Verdana, Arial;
	font-size:12px;
	line-height:1.3em;
	color:#505358;		
}

img
{
	border:0px;	
}

#wrap
{
	width:974px;
	margin:auto;
	background-color:#fff;
	overflow:hidden;
	padding-bottom:12px;
}

#header
{
	width:974px;
	height:196px;	
	background:url(/Images/header.jpg) no-repeat bottom center;
	position:relative;
}

#header img
{
	margin-top:22px;
	margin-left:0px;
}






/*Left*/
#left
{
	width:190px;
	float:left;
	margin-right:24px;
}
.FxPMenuRootLevel
{
	width:190px;
	height:20px;
	background:url(/Images/menuBg.jpg) no-repeat top left;
	line-height:20px;
	overflow:hidden;
}

.FxPMenuBranchStart
{
	width:190px;
	background:url(/Images/menuBg.jpg) no-repeat top left;
	line-height:20px;
}

li.FxPMenuRootLevelCurrent
{
	width:190px;
	background:url(/Images/menuBgCurrent.jpg) no-repeat top left;
	line-height:20px;
}

.FxPMenuRootLevel a, .FxPMenuRootLevelCurrent a, .FxPMenuBranchStart a
{
	color:#333;
	text-decoration:none;
	padding-left:32px;
}

.FxPMenuCurrent
{
	/*font-weight:bold;*/
}

.FxPMenuCurrentSub, .FxPMenuPath .FxPMenuSub
{
	font-weight:normal;	
}


.FxPMenuLevel  .FxPMenuLevel
{
	font-size:10px;
	padding-left:16px;
	list-style-type:none;
}

.FxPMenuCurrent
{
	width:190px;
	background:url(/Images/menuBgSubCurrent.jpg) no-repeat top left;
	line-height:20px;
}

#main
{
	width:546px;	
	float:left;
	margin-bottom:16px;
}

#right
{
	width:190px;
	float:right;
	margin-left:24px;	
}

/*3 Syzweb std layout (selectors, td’er, sitemap, søk…)*/
/*Nyhetsbrev*/
#GetNewsLetter1_pnlDefault
{
	background-image:url(/images/nyhetsbrevfelt.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:50px;
	margin-top:10px;
	width:190px;
	position:relative;
}

#GetNewsLetter1_btnSend
{
	background-color:transparent;
	background-image:url(/images/submit.jpg);
	background-repeat:no-repeat;
	border:0 solid;
	color:transparent;
	height:13px;
	width:15px;
	position:absolute;
	right:23px;
	bottom:6px;
}

input#GetNewsLetter1_txtNewsLetterEmail
{
	background-color:transparent;
	border:0px;
	color:#333;
	position:absolute;
	right:50px;
	bottom:5px;
	height:14px;
	width:200px;
	font-size:10px;
}

#GetNewsLetter1_RadioButton1, #GetNewsLetter1_RadioButton2
{
	margin-right:2px;	
}

/*Søk*/
#sok
{
	height:40px;
	width:754px;
	position:relative;
	line-height:40px;
	padding-right:220px;
	text-align:right;
	position:relative;
	color:#808387;
}

.tblSearch
{
	width:220px;
	height:40px;
	background-image:url(/images/sokefelt.jpg);
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	top:0px;
}

.btnSearch 
{
	background-color:transparent;
	background-image:url(/images/submit.jpg);
	background-repeat:no-repeat;
	border:0 solid;
	color:transparent;
	height:13px;
	width:15px;
	position:absolute;
	right:9px;
	top:14px;
}

.tdSearchBox input
{
	background-color:transparent;
	border:0px;
	color:#333;
	position:absolute;
	right:30px;
	top:13px;
	height:15px;
	width:170px;	
	font-size:10px;
}

#footer
{
	width:974px;
	text-align:center;
	clear:both;	
	color:#93969d;
	padding-top:16px;
}

#SyzwebFooter
{
	width:974px;
	margin:auto;	
	text-align:center;
	margin-top:16px;
	font-size:10px;
	margin-bottom:16px;
}

#SyzwebFooter a
{
	color:#000;
}


/*4 Text framework (h/p/ul/li-etc tagger)*/
h1
{
	width:538px;
	background:url(/Images/overskriftBg.jpg) repeat-y top left;
	line-height:19px;
	font-size:13px;
	color:#fff;
	padding-left:8px;
	margin-bottom:12px;
	font-weight:normal;
}

h1 a
{
	color:#fff;
}

a{text-decoration:none;color:#069;}
a:hover{text-decoration:underline;}

/*6 skreddersydde/spesialtilpassede*/
span#presseLink a
{
	position:absolute;
	right:6px;
	bottom:80px;		
	color:#505358;
}

/*Bildegalleri*/
.DivFile
{
	margin-bottom:32px;	
	font-size:10px;
	width:100px;
	text-align:center;
}

.DivFile img
{
	padding:8px;
	background-color:#f1f1f1;
	border:1px solid #dedede;	
}

.DivFile img:hover
{
	padding:8px;
	background-color:#dedede;
	border:1px solid #ccc;	
}