@media screen 
{
body 	{
	color: 		black;
      	background: 	white;
	font-family:	arial;
	font-size:      1.2em;
	}

a:link	{
	color: black;;
	}

a:visited
	{
	color: black;;
	}

a:hover
	{
	color: Yellow;
	}

#kropp	{
	position: absolute;
	left: 13em;
	top: 140px;
	}

#venstrehode
	{
	position: absolute;
	left: 12px;
	width: 120px;
	top: 12px;
	}

image.logo
	{
	width: 10em;
	}

image.liten
	{
	width: 15em;
	}

image.stor
	{
	width: 30em;
	}

#senterhode	
	{
	position: absolute;
	left: 250px;
	top: 80px;
	color: black;
	font-size: 15px;
	}

#meny	{
	position: absolute;
	left: 1em;
	top: 140px;
	width: 10em;
        border-right-style: solid;
	}

.passiv	{
	color: 		black;;
	margin-bottom: 	3px;
	margin-top: 	3px;
	}

.passiv	a:link
	{
	color: 		black;
        text-decoration:none;
	}
.passiv	a:visited
	{
	color: 		black;
        text-decoration:none;
	}

.aktiv	{
	color: 		black;
	margin-bottom: 	3px;
	margin-top: 	3px;
	font-weight: 	bold;
	}

.aktiv	a:link
	{
	color: 		black;
        text-decoration:none;
        }

.aktiv	a:visited
	{
	color: 		black;
        text-decoration:none;
        }

.passiv a:hover
	{
	color: yellow;
	}


}



@media print 
{
#meny 
	{
	display: none;
	}

#venstrehode
	{
	display: none;
	}

#kropp	{
	position: absolute;
	top: 9em;
	}
}

