/* generelt -------------------------------*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: normal;
}
h1 {
	color: #000066;
	font-size: 150%;
	font-weight: bold;
}
/* nytt-opplegg -> mal-input ----------------------------------------------------*/
input.maal{
	width: 32px;
}

/* kolonnene i tabellene */
td.col_uke{width: 52px;}
td.col_tittel{width: 230px;}
td.col_forfatter{width: 83px;}
td.col_teknologi{width: 102px;}
td.col_trinn{width: 65px;}
td.col_maal{width: 68px;}
td.col_emne{width: 280px;}

.ny_maal_box{
	border: 1px solid #000000;
	width: 30px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

/* oppleggsvisning, boksene der beskrivelse ol staar -------------------*/
.textbox{
	background-color: #EBEBEB;
	border: 1px solid #999999;
	width: 600px;
	padding: 5px;
	position: relative;
	top: -10px;
}
.oppleggruppe{
	font-weight: bold;
}

/* nytt opplegg, flytter tabellen litt...----------------------------------*/
table.ny{
	position: relative;
	top: 37px;
}

/* link-side (ikke selve linkene ---------------------------------------------------*/
table.linktab{
	left: 40px;
	position: relative;
}
p.linkerheader{
	left: 20px;
	position: relative;
	font-weight: bold;
	padding: 4px;
}
td.linkurl{
	padding-right: 20px;
}

td.linkname{
	padding-right: 20px;
}


/* laereplan ------------------------------------------------*/
table.lareplantab{
	left: 40px;
	position: relative;
}
td.lareplan{
	padding-right: 20px;
}
p.lareplanemne{
	left: 20px;
	position: relative;
	font-weight: bold;
	
}
p.lareplanheader{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	padding: 4px;
}

/* tooltip for maal ---------------------- */
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
}

/* tabell i oppleggsliste ---------------------- */
tr.headerrow {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000099;
}
.row1 {
	background-color: #f7f7ff;
}
.row2 {
	background-color: #e0e0ff;
}

/*sorteringslinker i oppleggsliste -----------------------------*/
a.sort {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000099;
	text-decoration: none;
}
a.sort:hover {
	color: #aaaaaa;
	font-weight: bold;
	background-color: #000099;
	text-decoration: none;
}
a.sort:visited {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000099;
	text-decoration: none;
}
a.sort:visited:hover {
	color: #aaaaaa;
	font-weight: bold;
	background-color: #000099;
	text-decoration: none;
}

/*linker på link siden -----------------------------*/
a.link {
	color: #0000FF;
	text-decoration: underline;
}
a.link:hover {
	color: #000000;
	text-decoration: underline;
}
a.link:visited {
	color: #0000ff;
	text-decoration: underline;
}
a.link:visited:hover {
	color: #000000;
	text-decoration: underline;
}
/* input felter ---------------------------------------------*/
input{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/* tekstarea ---------------------------------------------*/
textarea{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/* dropdownbokser ---------------------------------------------*/
select{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/* default linker ---------------------------------------------*/
a {
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #64757D;
	text-decoration: none;
}
a:visited:hover{
	color: #64757D;
	text-decoration: none;
}
a:visited {color: #000000;}
/* Menylinker ---------------------------------------------*/
a.meny {
	background-color: #000099;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.meny:hover {
	background-color: #3333DD;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.meny:visited {color: #FFFFFF;}
/* menylink som er valgt ---------------------------------------------*/
a.selected_meny {
	background-color: #3333DD;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.selected_meny:hover {
	background-color: #3333DD;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.selected_meny:visited {color: #FFFFFF;}

