/* mas.css en ny fil julafton 2005 - endast för nya filerna i 7192 folder */

		.nextbutton a:link, .nextbutton a:visited
		{
			display: block;
			padding: .2em .5em;
			background-color: #03F;
			color: #fff;
			border: 1px solid #006;
			width: 11em;
			text-decoration: none;
			text-align: center;
		}
		.nextbutton a:hover, .nextbutton a:active
		{
			background-color: #fff;
			color: #006;
		}
		body
		{
			margin: 0;
			padding: 0;
			font-size: 100%;
			font-family: "times new roman", georgia, times,  serif;
			color: #000;
			background-color: #fff;
		}
		
		a:link { color: #036; }
		a:visited { color: #066; }
		a:focus		{ color: #dc143c; }
		a:hover, a:active
		{
			color: #fff;
			background-color: #036;
		}
		
		b.red				
		{
			color: red; 
			font-weight: bold;
		}
		p.ny					 
		{ font-size: 1.2em;
		font-weight: bold;
		}
		p.alla
		{ color:	 red;
		background:	 white;
		}
		
		div#banner
		{
			color: 				#000080;
			background-color:	#fffacd;
			border-bottom: 		1px solid #000;
		}
		
		div#banner h1
		{
			margin: 0;
			padding: .3em 0 .3em .5em;
			font-size: 2.2em;
			font-weight: normal;
			letter-spacing:			.5em;
		}
		
		div#container
		{
			background-image: url(images/morange.jpg);
			background-repeat: repeat-y;
		}
		
		div#container2
		{
			background-image: url(images/aftost.jpg);
			background-repeat: repeat-y;
			background-position: right;
		}
		
		div#navigation
		{
			float: left;
			width: 140px;
			padding-top: 2em;
		}
		
		div#navigation ul
		{
			list-style-type: none;
			padding: 3px 0px 3px 5px;
			margin: 0;
		}
		
		div#navigation ul li { margin-top: 4px; }
		
		#navigation ul li a
		{
			display: block;
			width: 140px;
			padding: 3px 0px 3px 0px;
			text-decoration: none;
			color: #000;
			font-weight:		 bold;
			background-image: url(images/gul140.jpg);
			background-repeat: repeat-y;
		}
		
		#navigation ul li a:hover
		{
			color: #fff;
			font-weight: bolder;
			padding: 3px 0px 3px 0px;
			margin: 0;
			background-color: #ccc;
			background-image: url(images/blue.jpg);
			background-repeat: repeat-y;
		}
		
		div#afton
		{
			float: right;
			width: 160px;	 /* increased from 140 25 april 2009 */
			margin: 0 0 0 10px;
			padding: 1em 5px 0px 5px;
			color: #009;
		} 
		div#afton h2
		{
			margin-top: 0;
			color: #fff;
			padding: .2em;
			background-image: url(images/slott.jpg);
			background-position: center;
			background-repeat: repeat-y;
		}		
		div#afton h3
		{
			margin-top: 0;
			color: #fff;
			padding: .2em;
			background-image: url(images/slott.jpg);
			background-position: left;
			background-repeat: repeat-y;
		}	
		div#afton li
		{
			margin-bottom: 5px;
			padding-bottom: 3px;
			font:			1.0em bold verdana, arial, sans-serif;
			
		}
			
		div#content
		{
			margin-left: 190px;
			margin-right: 210px;
		}		
		div#content h2
		{
			font-size: 2em;
			color: #036;
			margin: 0;
			padding-top: 1em;
			font-weight: normal;
		}		
		div#content { line-height: 130%; }
		
		#cleardiv
		{
			clear: both;
			height: 1em;
		}
		
		div#footer
		{
			clear: both;
			padding: .5em 1em;
			border-top: 1px solid #999;
			font:				.9em bold Prestige, "MS Courier New", courier, monospace;
			text-align: center;
		}
		
		div#footer ul
		{
			padding: 5px 0;
			margin: 0;
			list-style-type: none;
		}
		
		div#footer li
		{
			display: inline;
			margin-right: 1em;
		}
		
		hr	
		{
		 color:		blue; /* should be avoided */
		 }
		 	
		pre
		{ 
		white-space: nowrap; 
		}
		 /* everything is ok now */