﻿body {
	color:#575656;
	margin:0;
	padding:0;
	font-family: Lucida Sans Unicode, sans-serif; 
	font-size: 85%; 
	line-height:1.2em; 
	margin: 0 auto;
	width: 960px;
}
h1 
{
    font-family: Georgia, Sans-Serif;
    font-weight:400;
    font-style:normal;
    font-size:1.8em;
    line-height:1.8em;
    text-decoration:none;    
    color:#58595B;
    text-transform:uppercase;
}
h2 
{
    font-family: Georgia, Sans-Serif;
    font-weight:400;
    font-style:normal;
    font-size:1.5em;
    line-height:1.5em;
    text-decoration:none;    
    color:#58595B;
    text-transform:uppercase;
}
h3 
{
    font-family: Georgia, Sans-Serif;
    font-weight:400;
    font-style:normal;
    font-size:1.3em;
    line-height:1.2em;
    text-decoration:none;    
    color:#58595B;
    text-transform:uppercase;
}
a { color:#0C6DB6; }
a:visited { color:#A3A3A6; }

img {border:0px; margin:0; }

.wrapper
{
	margin:0 auto;
	width:960px;
	padding-bottom:25px;
}

.global
{
    position:relative;
	background-repeat:no-repeat;
	float:left;
	width:925px;
	height:587px;
	padding:20px 10px 50px 25px;
	margin:0;
	background-color:#F3F2F0;
}
.header
{
    position:relative;
	float:left;
	width:100%;
	height:258px;
	background-repeat:no-repeat;
}
.header img { position:absolute; top:0;     z-index: 1;
} 
.logo  
{
    float:left; 
    width:34px; 
    height:66px; 
    }
.topright 
{
    float:right;
    margin:0;
    vertical-align:top;
    width:875px;
    padding-right:16px;
}
.mainmenu 
{
    z-index: 100;
    position:relative;
    float:right;
    margin:0;
}
.mainmenu ul.menu 
{
    margin:0;
    width:100%; float:right;
	height:10px;
    position:relative;	
}

.mainmenu ul.menu li
{
	background-color:#5E5D5C;
    margin:0;
    float:left;
    margin-right:5px;
    padding:3px 5px 5px 5px;
    list-style:none;
    position:relative;
	width:120px;
	text-align:center;
}
.mainmenu ul.menu li a
{
/*    text-transform:uppercase; */
    color:#fff;
    text-decoration:none;
    font-size:0.9em;
}
.mainmenu ul.menu li.menuright
{
	background-color:#DFDEDC;
	color:#5E5D5C;
    margin:0;
    float:left;
    margin-right:0px;
    padding:3px 0px 5px 5px;
    list-style:none;
	width:50px;
}
.mainmenu ul.menu li.menuright a
{
    text-transform:none;
	color:#5E5D5C;
    text-decoration:none;
    font-size:0.85em;
}

.mainmenu ul.menu li ul.submenu {
    z-index: 100;
	background-color:#5E5D5C;
	padding:0px;
	margin:0;
	margin-top:10px;
	margin-left:-10px;
	position:absolute; 
	top:20px;
	display:none;
}

.mainmenu ul.menu li ul.submenu li {
	display:block;
	margin:5px;	
	float:none;
	text-transform:none;
}

.frontcontent 
{
    margin-top:255px;
}
.frontcontent .toppsaker
{
	float: left;
	width: 100%;
	margin-left:-40px;
	margin-bottom:20px;
}
.frontcontent .programlinker
{
	float: left;
	width: 100%;
	margin-left:-40px;
} 
.frontcontent .frontArt 
{
 background-image:url(/images/textfield_bg_light.png);
 background-repeat:repeat;
 width:305px;
 height:60px; 
 padding:10px 25px 5px 15px;  
 margin-bottom:10px;
overflow:hidden;
}
.frontcontent .frontArt:hover
{
 background-image:url(/images/textfield_bg_dark.png);
}
.frontcontent .frontArt h2
{
    font-family: Georgia, Sans-Serif;
    font-weight:400;
    font-style:normal;
    margin:0;
    font-size:1.2em;
    line-height:1.2em;
    text-transform:uppercase;
}
.frontcontent .frontArt .frontArtTekst
{
    margin:0;
    font-size:0.9em;
    line-height:0.9em;
	font-family: Lucida Sans Unicode, sans-serif; 
}

.frontcontent .frontArt a
{
	color:#575656;
	text-decoration:none;
}
.frontcontent .frontArt:hover a
{
	color:#fff;
}

.frontcontent .frontLink 
{
    float:left;
    margin-right:5px;
    width:123px;
    height:32px;
    padding:15px;
}
#Solstrand
{
    background-image:url(/images/solstrand.png);
    background-repeat:no-repeat;
 }
#Solstrand:hover
{
    background-image:url(/images/solstrand_hover.png);
    background-repeat:no-repeat;
}
#AFFYL
{
    background-image:url(/images/yngre_ledere.png);
    background-repeat:no-repeat;
 }
#AFFYL:hover
{
    background-image:url(/images/yngre_ledere_hover.png);
    background-repeat:no-repeat;
}
#Mentoring
{
    background-image:url(/images/mentoring.png);
    background-repeat:no-repeat;
 }
#Mentoring:hover
{
    background-image:url(/images/mentoring_hover.png);
    background-repeat:no-repeat;
}
.frontcontent .frontLink a
{
    font-family: Georgia, Sans-Serif;
    font-weight:400;
    font-style:normal;
	color:#fff;
	text-decoration:none;
	font-size:1.1em;
	text-transform:uppercase;
    width:122px;
    height:32px;
}

.frontcontent .frontLink:hover a
{
	color:#575656;
}


.subglobal
{
    position:relative;
	float:left;
	width:960px;
	min-height:587px;
	background-color:#F3F2F1;
	padding-bottom:30px;
}
.subglobal .mainmenu
{
	margin-top:20px;
	margin-right:26px;
}
.main
{
	float:left;
	width:960px;
}
.left
{
	float:left;
	width:88px;
}
.left .logo
{
    width:100%;float:left;
    text-align:center;
    margin-top:15px;
}

.subcontent
{
	float:left;
	width:572px;
	margin-right:65px;
	padding-top:15px;
}
.wide.subcontent 
{
	width:800px;
}
.subcontent h1 
{
    margin-top:0;
}
.subcontent ul 
{
    margin-left:-20px;
    width:100%;float:left;
}

.right
{
	float:right;
	width:180px;
	margin-top:15px;
	margin-right:55px;
}
#rightarticles h2 
{
    float:left;width:100%;
    margin-bottom:0px;
}
.right ul.innholdsliste 
{
    width:100%;float:left;
}
.right ul li
{
    margin-left:-30px;
}
.right ul.innholdsliste li 
{
    margin-left:-40px;
    list-style:none;
    list-style-position:outside;
    margin-bottom:5px;
}
.right ul.innholdsliste li a
{
    text-decoration:none;
}

.kontaktperson 
{
    float:left;
    width:100%;
    padding-bottom:2px;
    border-bottom:1px solid #575656;
    margin-bottom:20px;
}
.kontaktpersonBilde
{
    float:left;
    width:100%;
    padding-bottom:8px;
    border-bottom:4px solid #575656;
    margin-bottom:2px;
}
.kontaktpersonTekst
{
    float:left;
    width:100%;
    border-top:1px solid #575656;
    padding-bottom:5px;
    border-bottom:4px solid #575656;
}
.kontaktpersonTekst h2
{
    float:left;
    width:100%;
    margin-top:10px;
    padding-bottom:7px;
    border-bottom:1px solid #575656;
    margin-bottom:0px;
    text-transform:uppercase;
    font-size:1.3em;
}
.kontaktpersonTekst h3
{
    float:left;
    width:100%;
    margin-top:5px;
    padding-top:0px;
    padding-bottom:4px;
    border-bottom:1px solid #575656;
    margin-bottom:10px;
    font-style:italic;
    font-size:1.2em;
}
.kontaktpersonTekst a
{
    color: #575656;
    text-decoration:none;
}

.right ul.rightmenu 
{
    width:100%;float:left;
}
.right ul.rightmenu li 
{
    margin-left:-40px;
    list-style:none;
    list-style-position:outside;
    margin-bottom:5px;
}
.right ul.rightmenu li a
{
    text-decoration:none;
}

.listArtk
{
    float:left;
    clear:both;
    margin-bottom:5px;
	width:100%;
}

.content .kortArtk{ margin-top:0; margin-bottom:15px; }

.kortArtk h2 { font-size:1.2em; text-transform:uppercase;}
.content .kortArtk h2 { font-size:2.0em;}
.subcontent .kortArtk{ margin-top:0; margin-bottom:10px; }

.right .kortArtk{ margin-bottom:0px; border-bottom:1px solid #fff; padding-bottom:10px; }
.kortArtkBilde{}
.deltakerbilde{float:right; margin:0 10px 10px 10px }
.kortArkTekst{}
.fullArtk{ clear:both; width:100%; line-height:1.4em;}
.fullArtk .ingress{font-size:1.1em}
.profil .ingress{font-size:1.1em;line-height:1.4em}

.fullArtk h1{ color:#444;font-size:2.0em; }
.fullArtkBilde{ float:right; margin:15px 0 10px 10px;}
.bildetekst{max-width:140px;font-size:0.9em;margin-top:2px;}
.fullArtkTekst {}
.searchArtk{}

.listDok
{
    float:left;
	width:100%;
    margin-bottom:5px;
}
.kortDok{}
.fullDok
{
    margin-top:0;
    line-height:1.4em;
    
    }
.searchDok{}

.listFil
{
    float:left;
	width:100%;
    margin-bottom:5px;
    
    }
.kortFil{ margin-top:0; margin-bottom:10px; }
.fullFil
{
    float:left;
    width:500px;
    clear:both;
    margin-bottom:20px;
        }
.fullFilTekst
{
    float:left;
    width:260px;
    border-bottom:2px solid #3b75ba;
    padding-bottom:10px;
    }
.fullFilBilde
{
    float:right;
    width:230px;
    }
.searchFil{}

.listBilde{}
.searchBilde{}

.listLenke{}
.kortLenke{}
.fullLenke{}
.searchLenke{}
.profilKort
{
    float:left; 
    width:600px;
    margin:0 0 10px 0;        
            }
.profilKortBilde{float:left; width:140px;}
.profilKortTekst{float:right; width:460px;}

.AnsattListe {
	width:100%;float:left;
	margin-bottom:20px;
}
.AnsattListeHeader {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
}
.kortAnsatt {
	float:left;
	width:100%;
	margin-bottom:5px;
}
.kortAnsattNavn {
	float:left;
	width:30%;
	margin-right:5px;
}
.kortAnsattStilling {
	float:left;
	width:25%;
	margin-right:5px;
}
.kortAnsattEpost {
	float:left;
	width:35%;
	margin-right:5px;
}
.kortAnsattLokasjon {
	float:left;
	width:5%;
}

.responsskjema {
	border: 2px solid #ccc;
	padding:10px;
	width:400px;
}

.responsskjema h2 {
	margin-bottom:10px;
}
#skjema {
	margin-top:10px;
	background-color:#F3F2F1;
}
#skjema p {
	width:100%;float:left;margin-bottom:5px;
}
#skjema label {
	width:120px;float:left;font-weight:bold;
}
#skjema input[type="text"] {
	float:left;width:200px;
}
#sendskjema input {
	width:100px;margin-left:120px;
}
.searchbar {
	background-color:#ccc;
	padding:4px;
	margin-top:5px;
	margin-bottom:5px;
	width:500px;
	float:left;
	height:16px;
}
.searchcount {
	float:left;
	width:200px;
}
.searchlist {
	float:left;
	width:100%;
	margin:10px 0;
}

.searchlist .contentlist {
	width: 100%;
	padding-left:0px;
}
.pager {
	float:right;
	width:300px;
	text-align:right;
}
.pager .firstprev
{
    float:left;
}
.pager .pagelist
{
    float: left;
}
.pager .lastnext
{
    float:left;
    text-align:right;
}
.back {
	text-transform:uppercase;
	margin-top:30px;
}
/* arbeidsrom */

.arbeidsrom-meny {
	width:100%;
	float:left;
}
.arbeidsrom-meny ul.menu {
	margin:0;
	padding:0;
}
.arbeidsrom-meny .DefaultNode, .arbeidsrom-meny .SelectedNode {
	list-style:none;
	margin-bottom:10px;
}

.arbeidsrom-meny .menu a, .arbeidsrom-meny .DefaultNode a, .arbeidsrom-meny .SelectedNode a {
	font-weight: bold; 
	text-decoration: none; 
} 
.arbeidsrom-meny .DefaultNode a:hover, .arbeidsrom-meny .SelectedNode a:hover { 
	font-weight: bold; 
	text-decoration: none; 
} 

.arbeidsrom-meny .SubDefaultNode, .arbeidsrom-meny .SubSelectedNode {
	list-style:square;
	list-style-position:outside;
	padding:0px;
	line-height:1.0em;
	border:0;
	background:none;
	margin-bottom:5px;
	margin-left:20px;
}
.arbeidsrom-meny .sub .menu a, .arbeidsrom-meny .SubDefaultNode a, .arbeidsrom-meny .SubSelectedNode a {
	font-weight: normal; 
	text-decoration: none; 
} 
.arbeidsrom-meny .SubDefaultNode a:hover, .arbeidsrom-meny .SubSelectedNode a:hover { 
	font-weight: normal; 
	text-decoration: none; 
} 
.arbeidsrom-innhold {
}

#profil {
	Width:100%;float:left;
}
#profil .profile_row {
	Width:100%;float:left;margin-bottom:5px;
}
#profil .profile_row label {
	Width:100px;float:left;margin-right:5px;font-weight:bold;
}
#profil .profile_row input {
	width:150px;float:left;
}
#profil .radiobuttons {
	margin-left:105px;
	margin-bottom:5px;
}
#profil .radiobuttons input, #profil .radiobuttons label {
	width:10px;
	margin-right:5px;
	float:left;
}
#profil_buttons {
	margin-left:105px;
}
.profil      {
    font-size:1.0em;
    float:left;width:100%;

            }
.profilinfo      {
    float:left;
	width:370px;
    margin-top:20px;
            }

 .profilbilde      {
	float:right;
	margin-left:20px;
	width:180px;
            }

.infoline
    {
	float:left;      
        margin-bottom:10px;
	width:100%;        
        }
           
.infoline label
    {
	float:left;      
        font-weight:bold;
        margin-right:10px;
        width:100px;
        
        }
.infoline span
    {
	float:left;      
        font-weight:normal;
        }

        .tab_bg
        {
      
            font-size:1.0em;
   
            }
            .tab_bg li
{

    list-style-type: square;
    list-style-position: outside;
    margin-left:15px;
}

