	/* 
	-----------------------------------------------
	Teknisk ukeblad - iphone
	Author:   Agens AS
	Version:  7 Jan 2009
	----------------------------------------------- */
	*{
		margin: 0;
		padding: 0;
	}
	
	body{
		font-family: Arial, Helvetica, sans-serif;
	}
	
	img{
		border: 0;
		display: block;
	}
	
	h1{
		font-size: 36px;
		font-weight: bold;
		color: #333;
		line-height: 1;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	h2{
		font-size: 18px;
		font-weight: bold;
		color: #333;
		line-height: 1;
		margin-bottom: 5px;
		clear:both;
	}

	h1 a,h2 a{
		color: #333;
		text-decoration: none; 
	}

	
	p{
		font-size: 13px;
		color: #000;
		line-height: 1.4;
		font-weight: normal;
	}
	
	p a{
		color: #000; 
		text-decoration: none;
	}
	
	a{
		text-decoration: none;
	}

	
	li{
		list-style: none;
		border-top: 1px solid #666;
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
		border-style: dotted;
		padding-top: 10px;
		clear: both;
	}
	
	li img{
		float: left;
		margin-bottom: 10px;
	}
	
	
	#container{
		width: 480px;
		margin-bottom: 20px;
	}
	
	
	/* Hovedmeny
	----------------------------------------------- */
	#main-menu{
		position: relative;
		height: 40px;
		background: #252525 url(../gfx/mainmenu_bg.png) repeat-x;
		line-height:40px;
		width: 480px;
	}
		
		#main-menu #link1 a{
			color: #FFF;
			margin-left: 10px;
			text-decoration: none;
		}
		
		#main-menu #link2 a{
			position: absolute;
			right: 10px;
			top: 0;
			color: #DFDACC;
			text-decoration: none;
			
		}
	
	/* Artikkeloversikt
	----------------------------------------------- */
	#articles{
		margin: 7px;
	}
	
	#first-article{
		margin-bottom: 10px;
	}
	
	.text-box{
		width: 145px;
		margin-right: 10px;
		margin-bottom: 10px;
		float: left;
	}
	
	/* Bunn
	----------------------------------------------- */
	#spacer{
		margin: 10px 0;
		width: 460px;
		border-top: 1px solid #666;
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
		border-style: dotted; 
		clear: both;
	}
	
	#colophon{
		text-align: center;
		font-size: 14px;
		color: #333;
	}
