@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
background: #c0e3ec url('header.png') no-repeat center 0;
font: 200% 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif ;
}

#holder {
width: 850px;
position: relative;
left: 50%;
margin-left: -425px;
margin-top: 104px;
}

#hjemlenke {
width: 256px;
height: 38px;
}

#meny {
width: 800px;
height: 42px;
background: #ffffff;
margin-left: 25px;
}

#meny ul#knapper {
position: relative;
width: 800px;
margin: 0;
padding: 0;
list-style: none;
}

#meny ul#knapper li {
height: 42px;
margin:0;
padding: 0;
position: absolute;
}

ul#knapper li, ul#knapper a {
height: 42px;
overflow: hidden;
display: block;
}	

#meny ul#knapper li a {
text-indent: -9999px;
text-decoration: none;
}

#studiet	 	  {left: 0px; width: 181px; background: transparent url('meny01.png') top left no-repeat;}
#arbeidsoppgavene {left: 181px; width: 325px; background: transparent url('meny02.png') top left no-repeat;}
#jobbmulighetene  {left: 496px; width: 304px; background: transparent url('meny03.png') top left no-repeat;}

#studiet a:hover  {background: transparent url('meny01.png') 0 -42px no-repeat;}
#arbeidsoppgavene a:hover	  {background: transparent url('meny02.png') 0 -42px no-repeat;}
#jobbmulighetene a:hover  {background: transparent url('meny03.png') 0 -42px no-repeat;}

body#studietx #studiet a  {background: transparent url('meny01.png') 0 -42px no-repeat;}
body#arbeidsoppgavenex #arbeidsoppgavene a	  {background: transparent url('meny02.png') 0 -42px no-repeat;}
body#jobbmulighetenex #jobbmulighetene a  {background: transparent url('meny03.png') 0 -42px no-repeat;}

#innhold {
width: 784px;
border: 8px solid #f25d27;
border-bottom: 0;
margin-left: 25px;
min-height: 450px;
}

#kolv {
width: 592px;
float: left;
background: #ffffff;
min-height: 450px;
}

#kolh {
width: 192px;
float: left;
background: #e2f2f6;
min-height: 450px;

}

#bunn {
width: 850px;
height: 70px;
background: transparent url('bakbunn.png') no-repeat;
}

h1 {
border-bottom: 1px solid #000000;
font-size: 50%;
line-height: 75%;
}

h2 {
font-size: 45%;
line-height: 200%;
}

h3 {
font-size: 30%;
margin-top: 5px;
}

p, ul, ol {
font-size: 38%;
list-style: none;
}

p {
margin: 25px 15px 10px 25px;
line-height: 130%;
}

ul {
list-style: square;
margin-left: 25px;
margin-top: -3px;
}

li {
line-height: 140%;
}

a:link {color: #2297c9; text-decoration: none;}
a:visited {color: #62939f; text-decoration: none;}
a:hover {color: #dd431f;}
a:active {color: #000000;}

img {
border: none;
}
