/* tre.css har Maj 2010 visat sig bäst av 
alla alternativ
 */
body
		{
			margin: 0;
			padding: 0;
			font-size: 95%;
			font-family: georgia, times, "times new roman", serif;
			color: #000;
			background-color: #fff;
		}		
		
		a:link 
		{ 
		text-decoration: 	none;
		color: 				#036;
		background: 		transparent;
		font-weight: 		bold;
		 }
		a:visited 
		{ 
		text-decoration: 	none;
		font-weight: 		bold;
		background: 		transparent;
		color: 				#066;
		 }		
		a:active
		{
			color: 				#ff8c00;
			background-color: 	transparent;
			text-decoration: 	none;
			font-weight: 		bold;
		}
		a:hover
		{
			color: 				#ff8c00;
			background-color: 	#fff;
			text-decoration: 	underline;
			font-weight: 		bold;
		}
				
		b
		{
		color:				#006400;
		background-color: 	white;
		font-weight: 		bolder;
		}
														
		b.red				
			{
				color: 		#800000; 
			background:		transparent;
			font-weight: 	bold;
		}
		
		div#banner
		{
			color: #00f;
			background-color: #ff8c00;
			border-bottom: 1px solid #000;
		}
		
		div#banner h1
		{
			margin: 		0;
			padding: 		.3em 0 .3em .5em;
			font-size: 		2.2em;
			font-weight: 	normal;
			letter-spacing:	.4em;
		}
		
		div#banner h2
		{
			margin: 		0;
			padding: 		.3em 0 .3em .5em;
			font-size: 		2.0em;
			font-weight: 	normal;
			letter-spacing:	.2em;
		}
		
		div#container
		{
			background-image: url(images/morgonljust.jpg);
			background-repeat: repeat-y;
		}
		
		div#container2
		{
			background-image: url(../imag/orange_wide.jpg); /* byte gjorde susen */
			background-repeat: repeat-y;
			background-position: right;
		}
		
		div#navigation
		{
			float: left;
			width: 169px;
			padding-top: 2em;
		}
		
		div#navigation ul
		{
			list-style-type: none;
			padding: 		3px;
			margin: 		0;
		}
		
		div#navigation ul li 
		{ 
			margin: 			6px 4px; 	
			padding:			6px 4px;
			background-color: 	#ff9;
		}
		
		#navigation ul li a
		{
			display: 			block;
			margin: 			2px; 	
			padding:			2px;
			text-decoration: 	none;
			color: 				#000;
			font-weight:	 	bold;
			background-image: 	url(images/morgon.jpg);
			background-repeat: 	repeat-y;
		}
		
		#navigation ul li a:hover
		{
			color: 				#fff;
			font-weight: 		bolder;
			background-color: 	#0a0;
			background-image: 	url(images/newred.jpg); 
			background-repeat: 	repeat-y;
		}
		
		div#afton
		{
			float: right;
			width: 166px;
			margin: 0 3px 0 0;
			padding: 1em 5px 0px 2px;
			color: #009;
		} 
		div#afton h3
		{
			margin-top: 1.5em;
			color: #dc143c;
			padding: .2em;
			text-align:center;
			background-image: url(../imag/gul160.jpg);
			background-position: right;
			background-repeat: repeat-y;
		}		
		div#content
		{
			margin-left: 195px; 
			margin-right: 200px;
			line-height: 130%;
		}	   
 			
		div#tadji
		{
			margin-left: 20%; 
			margin-right: 10%;
		}										
		
		div#irakcontent
		{
			margin-left: 197px; 
			margin-right: 200px;
		}										
		
		div#content h2
		{
			font-size: 2em;
			color: #036;
			background: transparent;
			margin: 0;
			padding-top: 1em;
			font-weight: normal;
		}		
		div#content h2#sony
		{
			font-size: 	2em;
			color: 		red;
			background: transparent;
			margin: 	0 0 10px 5px;
			padding-top:1em;
			font-weight:bold;
		}	
		
		#cleardiv
		{
			clear: both;
			height: 1em;
		}
		
		div#footer
		{
			clear: 		both;
			padding: 	.5em 1em;
			border-top: 1px solid #999;
			text-align: center;
		}
		
		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		div#footer li
		{
			display: 		inline;
			margin-right: 	1em;
		}		
		
		blockquote
		{ 
		color:			navy;
		background:		white;
		font-weight:	bold;
		}
				
		pre
		{ 
		white-space: nowrap;
		}    /* se css-standarden 16.6 om Whitespace */
		td
		{
		border: 2px solid #00ffff; font-size: 1.0em;padding: 6px;
		}
						
		p.afton
		{
		font-size:  			100%;
		color:					#000080;
		background:			 	transparent;
		}	
		p.klein
		{font-size:			 .7em;
		}
		/* helst en image så bort med p ek och p aft
		*/
