/* Created by Frode Eika Sandnes, Oslo University College, Norway, July 5th, 2007 */

@media screen 
{
body 	{
	color: 		Darkred;
      	background: 	white;
	font-family:	arial;
	font-size:      1.2em;
	}

a:link	{
	color: 		Darkred;
	}

a:visited
	{
	color: 		Darkred;
	}

a:hover
	{
	color: yellow;
	}

#kropp	{
	position: absolute;
	left: 13em;
	top: 90pt;
	}


#senterhode	
	{
	color: 		white;
      	background: 	Darkred;
	position:       absolute;
	left:           1em;
        right:          1em;
	top:            10pt;
        height:         78pt;
	margin-bottom: 	3px;
	margin-top: 	3px;
	margin-left: 	3px;
	}

#meny	{
	color: 		Darkred;	
        position:       absolute;
	left:           1em;
	top:            90pt;
	width:          10em;
        border-right-style: solid;
	}

.passiv	{
	margin-bottom: 	3px;
	margin-top: 	3px;
	margin-left: 	3px;
	}

.passiv	a:link
	{
        color: Darkred;
        text-decoration:none;
	}
.passiv	a:visited
	{
        color: Darkred;
        text-decoration:none;
	}

.aktiv	{
	color: 		Darkred;
  	margin-bottom: 	3px;
	margin-top: 	3px;
	margin-left: 	3px;
	font-weight: 	bold;
	}

.aktiv	a:link
	{
        text-decoration:none;
	color: 		Darkred;
	}

.aktiv	a:visited
	{
        text-decoration:none;
	color: 		Darkred;
	}

.passiv a:hover
	{
        text-decoration:none;
	color: yellow;
	}


}



@media print 
{
#meny 
	{
	display: none;
	}

#venstrehode
	{
	display: none;
	}

#kropp	{
	position: absolute;
	top: 9em;
	font-size:      0.9em;
	}
}

