/*Css: Daniel Wien*/

body{
		font-size:12px;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#666666;
		padding:0;
		padding-top:10px;
		margin:0;
	} 
	
/*----kjekke ting-----*/
body a{text-decoration:none; font-weight:bold; color:#3579cc;}
body a:hover{text-decoration:underline;	color:#73a7b8}
.photos{float:right;margin-left:5px;margin-right:20px;}
.photos2{float:left;margin-right:5px;}
p, ul, ol, dl, li, dt, dd, blockquote, h1 {	padding: 0;	margin-top: 0em; margin-bottom: 1.3em;border: 0;}

/*------UI-----------*/
#holder{width:900px;margin:0 auto;}	
#top{
		background-image:url(../img/top.jpg);
		background-repeat:no-repeat;
		width:900px;
		height:82px;
		float:left;
	}
	
	
#innhold{
		border-bottom: 1px solid #707a84;
		background-color:#FFFFFF;
		background-image:url(../img/bg.jpg);
		background-repeat:no-repeat;
		height:100%;
		width:700px;
		float:left;
		padding-top:20px;
		padding-left:80px;
		padding-right:100px;
		}
#meny{  
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:center;
		width:900px;
		height:29px;
		float:left;
}
#text{width:520px; height:100%;}
#footer{text-align:center; width:900px; float:left; position:static;}
	
	/*-----MENY------*/
ul#minitabs{list-style: none;margin: 0;padding: 7px 0;  border-bottom: 1px solid #707a84; font-weight: bold; text-align: center;white-space: nowrap}
ul#minitabs li{display: inline; margin: 0 3px}
ul#minitabs a{text-decoration: none; padding: 0 0 3px; border-bottom: 4px solid #FFF; color:#999}
ul#minitabs a#current{border-color: #999; color:#3579cc}
ul#minitabs a:hover{border-color: #999; color:#73a7b8}
	

