/* ------------------- General ------------------- */

body, p, table, div {
	font-family: Arial, sans-serif;
	font-size: 10pt; 
}

img  {
	border: 0;
}

li {
	list-style-type: square;
}

h1, h2, h3 {
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
}

h1 {
    color: #dcbd43;
	font-size: 13pt;
	text-transform: uppercase;
}
h2 {
    color: #dcbd43;
	font-size: 11pt;
	text-transform: uppercase;
}
h3 {
    color: #dcbd43;
	font-size: 10pt;
}

a:link, a:visited, a:active {
	color: #b48f00;
	text-decoration: underline;
}

a:hover {
	color: #b48f00;
	text-decoration: none;
}

hr {
	height: 1px;
	color: #b48f00;
}

div.hr {
	margin-top: 14px;
	border-top: 1px solid #b48f00;
	width: 100%;
	padding-bottom: 14px;
	text-align: center;
}

div.hr hr {
	display: none;	
}

/* ------------------- Classes ------------------- */

/*  */

/* Menu */

div#menu {
	display: block;
	width: 187px;
	position: absolute;
	top: 0;
	left: 0;
	background: #262626;
	height: 100%;
	font-family: Arial, sans-serif;
}

div#sectionpane {
	display: block;
	width: 187px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 0;
}

div#sectionpane a {
	display: block;
	height: 26px;
	text-decoration: none;
}

div#sectionpane #student {
	display: block;
	width: 93px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 0;
}

div#sectionpane #student, div#sectionpane #student a {
	background: transparent url("/media/images/design/menu_contentpane_student.gif") top left no-repeat; 
}

div#sectionpane #student a:link, 
div#sectionpane #student a:active, 
div#sectionpane #student a:visited {
	background-position: center;
}

div#sectionpane div#student a:hover {
	background-position: bottom;
}

div#sectionpane #bedrift {
	display: block;
	width: 94px;
	height: 26px;
	position: absolute;
	left: 93px;
	top: 0;
}

div#sectionpane #bedrift, div#sectionpane #bedrift a { 
	background: transparent url("/media/images/design/menu_contentpane_bedrift.gif") top left no-repeat;
}

div#sectionpane #bedrift a:link, 
div#sectionpane #bedrift a:active, 
div#sectionpane #bedrift a:visited {
	background-position: center;
}

div#sectionpane div#bedrift a:hover {
	background-position: bottom;
}

div#menucontent {
	display: block;
	width: 157px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 25px;
	padding: 13px 15px 10px 15px;
}

div#menucontent ul {
	list-style-type: square;
	list-style-image: url("/media/images/design/menu_li.gif");
	margin-left: 12px;
	padding: 0;
}

div#menucontent ul li {
	padding: 1px 0;
}

div#menucontent ul a, div#menucontent ul a:active, div#menucontent ul a:visited {
	color: #b48f00;
	background: transparent;
	text-decoration: none;
}

div#menucontent ul a:hover {
	text-decoration: underline;
}

div#menucontent ul li.active, div#menucontent ul a:hover {
	list-style-image: url("/media/images/design/menu_li_active.gif");
}

div#menucontent ul a.active {
	font-weight: bold;
}

/* List in menu */

li.active {
	list-style-image: url("/pictures/left_li_active.gif");
}

a.active {
	font-weight: bold;
}

/* Standard table with border */

table.standard {
	border-bottom: 1px solid #b48f00;
	border-right: 1px solid #b48f00;
	padding: 0;
	margin:0;
}

table.standard td, table.standard th {
	border-top: 1px solid #b48f00;
	border-left: 1px solid #b48f00;
	padding: 2px 15px 2px 7px;
	margin: 0;
}

table.standard th {
	text-align: left;
	font-weight: bold;
	padding-right: 15px;
}

/* Standard table with border, menu gray */

table.standard_gray {
	border-bottom: 1px solid #474747;
	border-right: 1px solid #474747;
	padding: 0;
	margin:0;
}

table.standard_gray td, table.standard_gray th {
	border-top: 1px solid #474747;
	border-left: 1px solid #474747;
	padding: 0 15px 0 11px;
	margin: 0;
}

table.standard_gray th {
	text-align: left;
	font-weight: bold;
	padding-right: 15px;
}

table.standard_gray td.logo {
	width: 214px;
	vertical-align: middle;
	text-align: center;
}

/* Styret */

div#styret_intro {
	background: transparent url("/media/images/2010/styret/styret.jpg") bottom right no-repeat;
	height: 216px;
	width: 658px;
	border-bottom: 1px solid #b48f00;
}

div#styret_intro p {
	width: 220px;
}

div#styret_personlist {
	margin-top: 35px;	
}

div.styret_person {
	position: relative;
	width: 100%;
	height: 161px;
}

div.styret_person div.picture {
	position: absolute;
	display: block;
	width: 178px;
	height: 161px;
	left: 335px;
	top: 0;
}

div.styret_person div.text {
	position: absolute;
	display: block;
	left: 0;
	width: 315px;
	top: 12px;
	text-align: right;
}

div.text h2 {
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.text p.tasks {
	font-style: italic;
	margin-top: 0;
	padding-top: 0;
}

div.text p.name {
	font-weight: bold;
}

div.text p.contact {
	margin-bottom: 0;
}


/* Misc */

ul.lispace li {
	padding-bottom: 8px;
}

/* Forms */


table.formtable {
	width: 658px;
	margin: 0;
}

table.formtable td, table.formtable th {
    padding: 9px 9px;
	margin: 0;
}

table.formtable tr.row_bg {
	background: #262626;
}

table.formtable th.desc {
	width: 110px;
    text-align: right;
	vertical-align: top;
	padding-top: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
}

table.formtable td.field {
	width: 548px;
    text-align: left;
}

table.formtable .fullwidth {
	width: 388px;
}

table.formtablenested {
	width: 395px;
}

table.formtablenested .fullwidth {
	width: 100%;
}

table.formtablenested th.desc {
	width: auto;
	padding: 4px 6px;
	vertical-align: top;
	margin: 0;
}

table.formtablenested td.field {
	width: auto;
	padding: 4px 0 4px 6px;
	width: 100%;
}

div.top_object {
	padding: 0 0 6px 0;
}

table.formtable div.desc {
	padding-bottom: 6px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
}

table.formtable div.notice {
	padding-top: 6px;
	font-style: italic;
	font-family: Tahoma, Arial, sans-serif;
}

/* Standard box 1 */

div.box1_container {
	text-align: center;
}

div.box1 {
	background: #262626 url("/media/images/elements/box1/bg.gif") top left repeat-x;
	text-align: left;
	width: 380px;
	height: 160px;
	margin: 0 auto;
} 

div.box1 div.header {
	text-align: center;
	padding-top: 14px;
} 

div.box1 div.content {
	padding: 15px 31px;
} 

div.login_error {
	color: red;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
} 

div.box1 div.row {
	width: 380px;
	height: 22px;
	position: relative;
	padding: 3px 0;
} 

div.box1 div.row div.left {
	position: absolute;
	top: 0;
	left: 0;
} 

div.box1 div.row div.right {
	width: 236px;
	position: absolute;
	top: 0;
	left: 80px;
} 

div.box1 input.login {
	width: 100%;
}

div.box1 div.spacer_top {
	padding-top: 8px;
}


/* Standard box 2 */

div.box2 {
	background: #262626 url("/media/images/elements/box2/bg.gif") top left repeat-x;
	text-align: left;
	width: 140px;
	float: right;
	margin: 0 0 15px 16px;
	padding: 8px 10px 0 10px;
	font-size: 8pt;
} 

div.box2 div.header {
	text-align: right;
	padding-bottom: 6px;
} 

div.box2 div.row {
	position: relative;
	padding: 2px 0;
} 

div.box2 div.row div.top {
	padding: 0;
} 

div.box2 div.row div.bottom {
	padding: 0 0 1px 0;
} 

div.box2 input.login {
	width: 134px;
	font-size: 8pt;
}

div.box2 input.smalltext {
	width: 140px;
	font-size: 8pt;
}

div.box2 div.spacer_top {
	padding-top: 8px;
}

/* Standard box 3 */


div.box3container {
	/* See ie3 css for ie6 hack */

	display: block;
	width: 169px;
	position: absolute;
	top: 32px;
	left: 473px;
	height: 100%;
	font-family: Arial, sans-serif;
	margin: 0;

/*	width: 169px;
	float: right;
	margin: 0 16px 15px 5px;
	height: 100%;
*/
}

div.box3 {
	background: #262626 url("/media/images/elements/box3/bg.gif") top left repeat-x;
	width: 100%;
	text-align: left;
	padding: 8px 10px 1px 10px;
	font-size: 8pt;
	clear: both;
	margin: 0 0 13px 0;
} 

div.box3foredragtop {
	margin: 0;
	background: #262626 url("/media/images/elements/box3/bg.gif") top left repeat-x;
	height: 11px;
} 

div.box3foredragbottom {
	margin: 0 0 45px 0;
	background: #262626 url("/media/images/elements/box3/talerstol.gif") bottom right no-repeat;
	height: 228px;
	font-size: 8pt;
} 

div.box3foredragbottomny {
	margin: 0 0 45px 0;
	background: #262626 url("/media/images/elements/box3/promovideo.jpg") bottom right no-repeat;
	height: 250px;
	font-size: 8pt;
} 

div.box3 div.header {
	text-align: left;
	padding-bottom: 6px;
	top: 11px;
} 

div.box3 h3 {
    color: #dcbd43;
	font-size: 9pt;
	margin-top: 5px;
	margin-bottom: 1px;
}

div.box3 p {
	margin-top: 3px;
	margin-bottom: 13px;
	font-size: 8pt;
}

div.box3 ul {
	list-style-type: square;
	margin: 0 0 0 17px;
	padding: 7px 0 9px 0;
	font-size: 8pt;
}

div.box3 ul li {
	padding: 1px 0;
	margin: 0;
}

/* Misc */

img#deadline_icon {
	padding-right: 10px;
}

.updatednotice {
	background: #4a4a4a;
	font-weight: bold;
	padding: 3px 6px;
	font-size: 11pt;
}

td.status, th.status {
	background: #272727;
}
/*
.bedriftsidenav {
	width: 180px;
	display: block;
	width: 187px;
	position: absolute;
	top: 0;
	left: 0;
}

.bedriftsideinfo {
	display: block;
	position: relative;
	top: 0;
	left: 190px;
	width: 470px;

}*/

.bedriftsidenav {
	background: #262626;
	display: block;
	clear: all;
	min-height: 19px; 
	padding: 3px 8px;
	vertical-align: middle;
	width: 646px;
}

.bedriftsidenav a:link, .bedriftsidenav a:visited {
	color: #8b720f;
}

.bedriftsidenav a:hover, .bedriftsidenav a:active {
	color: #b48f00;
}


.bedriftsidenavforrige {
	float: left;
}

.bedriftsidenavneste {
	float: right;
}

.bedriftsidenavmidt {
	position: absolute;
	top: 3px;
	left: 265px;
}

.bedriftsidelogo {
	width: 200px;
	display: block;
	position: absolute;
	top: 44px;
	left: 0;
}

.bedriftsideinfo {
	display: block;
	position: relative;
	top: 14px;
	left: 217px;
	width: 445px;
	padding-bottom: 16px;
}

.checkbar {
	background: #262626;
	display: block;
	clear: all;
	padding: 3px 8px;
	vertical-align: middle;

}

.checkbar .checkyes {
	padding-right: 15px;
}

.checkbar .checkno {
	color: #625212;
	padding-right: 15px;
}

.bedriftlogos {
	width: 666px;
}

.bedriftlogos .row {
	height: 90px;
    position: relative;

}

.bedriftlogos .row .logo {
	height: 85px;
	width: 208px;
	text-align: center;
	padding-right: 18px;
	float: left;
}

.bedriftlogos .row .right {
	float: left;
	padding-right: 0;
} 

.bedriftlogos .row .logowhiteframe {
	height: 75px;
	width: 208px;
	background: white;
	line-height: 75px;
	overflow: hidden;
}

.bedriftlogos .row .logo .logowhiteframe a, .bedriftlogos .row .logo .logowhiteframe a:hover, .bedriftlogos .row .logo .logowhiteframe a:active, .bedriftlogos .row .logo .logowhiteframe a:visited {
	display: block;  
	width: 100%;  
	height: 100%;  
	text-decoration: none;
	color: black;
}

.bedriftlogos .row .logo .logotextreplacement {
	padding: 0 10px;
}

.bedriftlogosfront {
	width: 666px;
	font-size: 7pt;
}

.bedriftlogosfront .row {
	height: 43px;
    position: relative;

}

.bedriftlogosfront .row .logo {
	height: 38px;
	width: 110px;
	text-align: center;
	float: left;
	padding-right: 5px;
}

.bedriftlogosfront .row .right {
	padding-right: 0;
} 

.bedriftlogosfront .row .logo .logowhiteframe {
	height: 38px;
	width: 110px;
	background: #262626;
}

.bedriftlogosfront .row .logo .logowhiteframe a, .bedriftlogosfront .row .logo .logowhiteframe a:active, .bedriftlogosfront .row .logo .logowhiteframe a:visited {
	display: block;  
	width: 100%;  
	height: 100%;  
	text-decoration: none;
	color: #1b1b1b;

}

.bedriftlogosfront .row .logo .logotextreplacement {
	padding: 0;
	height: 38px;
	width: 110px;
	line-height: 7pt;
}

.bedriftlogosfront .row .logo .logotextreplacement a, .bedriftlogosfront .row .logo .logotextreplacement a:hover, .bedriftlogosfront .row .logo .logotextreplacement a:active, .bedriftlogosfront .row .logo .logotextreplacement a:visited {
	background: #262626;
	height: 100%;
	width: 100%;
}

.bedriftlogosfront .row .logo .logotextreplacement a:hover {
	background: white;
}


input.stand_enhet {
	width: 26px;
}

table.media_thumbs {
	border: 0;
}

table.media_thumbs td {
	padding: 0 10px 7px 0;
}

/* Bildearkivet */


table.bilde {
  border-top: 1px solid #262626;
	border-left: 1px solid #262626;
 }

table.bilde td {
  border-right: 1px solid #262626;
	border-bottom: 1px solid #262626;
 }

div.content {
	/* align: center; */
	margin-left: auto;
	margin-right: auto;
}

table.navbar {
  border-top: 1px solid #262626;
	border-right: 1px solid #262626;
	border-left: 1px solid #262626;
}

table.navbar td  {
	padding: 5px;
}

font.endpoint {
	font-weight: bold;
}


td.location, td.dimensions {
	vertical-align: top;
	text-align: right;
	padding-left: 30px;
}

div.description {
  background: #2F3679;
  color: white;
	width: 65%;
	margin: 1em;
	padding: 0.5em;
}

div.feature {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.feature img {
	margin: 4px;
}

table.body {
	padding: 10px;
}

td.album {
	text-align: center;
}

a.album-pic {
	color: black;
}

a.body-pic {
	color: black;
}

td.body {
	text-align: center;
	vertical-align: middle;
	padding: 15px 0 15px 0;
}

table.footer {
	margin-left: auto;
	margin-right: auto;
}

table.footera {
  border-right: 1px solid #262626;
	border-bottom: 1px solid #262626;
  border-left: 1px solid #262626;
	padding: 8px;
}

td.footer-prev {
	text-align: left;
}

td.footer-adjust {
	text-align: center;
}

span.footer-next {
	text-align: right;
}

td.footer-this {
	color: #6d5801;
	font-weight: bold;
}

td.footer-jump {
	font-weight: bold;
}

table.bilde img {
	border: 1px #262626 solid;
}

td.bildetd img {
	border: 0;
}

td.footer-pagedesc {
	text-align: center;
}


span.footer2-this {
	color: #a00000;
	font-weight: bold;
}

span.footer2-jump {
	font-weight: bold;
}

