@import url("layout.css");
@import url("navigasjon.css");

/*  ------------------------------       TYPOGRAFI     -------------------------------  */

#innholdsramme, #nav { font-size: 1.3em }
#smuler { font-size: 1.2em }
#kreditt { font-size: 1.1em; display: none; }
input, textarea { font-size: 1em }

/* Overskrifter */
#innhold h1 { color: #485a65; font-size: 1.5em; line-height: 1.8em; font-weight: normal }

#kol1 h1 { font-size: 1.3em }

h2, h3, h4, h5, h6 { font-size: 1em }
h1,h2,h3,h4,h5,h6,blockquote,p,address, hr, table { margin: 0 0 1em 0 }

#innhold ul, #innhold ol { margin: 0 0 1em 30px }
#innhold #tabs ul { margin: 0 0 1em 19px; }
/* Lenker, akronymer og forkortelser */

a, a.active, a.visited, #nyheter .art h1 a { color: #369 }
a:hover { color: #000; text-decoration: none }
#kol1 a, #kol2 a, #kreditt a, #sitemap a, h1 a, #nav a { text-decoration: none }
acronym, abbr, dfn { border-bottom: 1px dotted #369; font-style: normal; cursor: help }

p.skip { visibility: hidden; position: absolute }

/*  -----------------------     DIVERSE FORMATERING      ----------------------  */

form { margin: 0; padding: 0 }
img, table { border: 0 }
caption { display: none }
address { font-style: normal }
input, textarea, select, option {
	margin-bottom: 2px;
	border: 1px solid #c0c0c0;
	background: #f5f5f5 }
input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus { background: #fff }

/*  --------------------------------- KOMPONENTER --------------------------------  */

/*  Nyheter  */

#nyheter { margin: 0; padding: 0 0 10px 0 }

#nyheter .art h1, #nyheter h3 {
	margin: 0 0 5px 0; padding: 0 5px; border: 0; background: transparent;
	font-size: 1em; line-height: 1.2em;
	font-weight: bold }
#nyheter .art { border-bottom: 1px solid #fff; margin: 0 0 5px 0; padding: 0 5px }
#nyheter img { float: right }
#nyheter strong { font-weight: normal }
#nyheter p { margin: 0 0 5px 0 }
#nyheter a { display: block }
#nyheter ul { margin: 0 0 15px 15px }

p.dato { margin: 0 }

p.news_arkiv { margin: 0 0 10px 0 }
p.news_arkiv a.aktiv { font-weight: bold; text-decoration: none }
p.news_arkiv a.aktiv:hover { color: #000 }

/*  LOGIN  */

#login {	position: absolute; top: 15px; left: 740px;
	width: 220px; color: #fff }
#login fieldset { border: 0; padding: 0; margin: 0 }
#login h1, #login p { margin: 0 0 5px 0 }
#login h1 { font-weight: normal; font-size: 21px }
#login p, #login input { font-size: 1.3em }
#login label { display: none }
#login input {
	text-align: center; width: 219px; height: 26px; line-height: 26px;
	background: #fff url(gfx/bg_logput.gif) no-repeat; color: #46b8d6;
	border: 0 }
#login p.knapp a {
	display: block;
	background: url(gfx/login.gif) no-repeat;
	width: 109px; height: 26px; line-height: 26px;
	text-align: center; text-decoration: none;
	font-weight: bold; color: #fff }

/*  KNAPPER  */

.komp p.knapp {
	border: 1px solid;
	border-color: #ccc #fff #fff #ccc;
	padding: 0 }
.komp p.knapp { position: relative; height: 22px }
.komp p.knapp a, p.send a {
	color: black;
	font-weight: bold;
	text-align: center;
	height: 20px; line-height: 20px;
	border: 1px solid;
	border-color: #fff #ccc #ccc #fff;
	background: #eee;
	display: block;
	text-decoration: none }
.komp p.knapp a:hover, p.send a:hover  { border-color: #eee }

#nyhetsbrev p.knapp a.ut { width: 62px }
#nyhetsbrev p.knapp a.inn { position: absolute; top: 0; right: 0; width: 70px }

/*  -------------------------------- RESPONSSKJEMA -------------------------------  */

#respons table { border-collapse: collapse }
#respons table td { padding: 2px 1em }
fieldset { margin: 0 0 .5em 0; border: 1px solid #ccc }
fieldset legend { margin: 0 0 0 1em 0; padding: 0 1em; font-weight: bold }
#respons fieldset label { display: block; width: 120px }
#respons input, #respons textarea { width: 250px }
#respons td input.check { width: auto; display: inline }
#respons textarea { height: 70px }
#respons tr.textarea td { vertical-align: top }
#respons td { padding: 1px 1em }
#respons p { margin: 0 0 5px 0 }
#respons p.knapp { width: 250px; margin: 0 }

img, #logo, #skg, .subskg { behavior: url(/iepngfix.htc); z-index: 2 }

/* ------------------- Martin was here */
/* tabeller som skal ha full bredde */
.fullwidth { width: 98%; }
.oppgaveliste, .oppgaveliste td {
	border: 0px;
}
.oppgaveliste td{
	padding: 4px 10px 4px 10px;
}
.oppgaveliste .teksttd{
	width: 400px;
}
.oppgaveliste .oppgavetd{
	width: 32px;
}
.oppgave span{
	display:none;
}
.oppgave {
	display:block;
	width: 32px;
	height: 32px;
}
.oppgave.status1 {
	background: url(gfx/utfort.png) no-repeat;
}
.oppgave.status0 {
	background: url(gfx/ikke_utfort.png) no-repeat;
}
.oppgaveliste tr.odd {
	/*background: #d0dafd;*/
	background: #edf1f2;
	border-bottom: 1px dashed;
}
.oppgaveliste tr.even {
	/*background: #d0dafd;*/
	background: #edf1f2;
	border-bottom: 1px dashed;
}
.skjult {
	display:none;
}
.oppgaveliste .underelement {
	background: #f7f7f7 !important;
	/*border: 1px dashed;*/
}
.input, .oppgaveliste td textarea {
	width: 300px;
	background: white;
}
.knapp {
	background: auto !important;
}
.oppgaveliste td label {
	width: 200px;
	display: block;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}

.avvik_left, avvik_right {float: left; width: 300px } 
#avvikdialog th, #avvikdialog td { font-size: 1.2em; text-align: left;padding: 2px  }
.avvik_bilde { width: 100px; height: 100px; display: block; float: left; margin: 2px; border: 1px solid}
.avvik_bilde img { margin: 0 auto }
.avvik_filer, .avvik_bilder { text-align:left;clear: both; }
.artikkel td, th { padding: 2px; }
