
	body{
		font-family:verdana ,arial, sans-serif;
		font-size:12px;
		text-align:center;
		background:#fff;
		margin:0px;
		padding:0px;
		color:#3b3b3b;

	}
	
	#container{
		width:960px;
		overflow:auto;
		height: auto;
		margin: 0px auto;
		text-align:left;

	}
	
	#header{
		height:281px;
		width:960px;
		background-image: url('images/header.jpg');
		margin:0px;
		overflow:hidden;
		
	}
	
	#menu{
		height:28px;
		width:960px;
		background-image: url('images/menu.jpg');
		
	}
	
	#content{
		width:960px;
		background-image: url('images/content.jpg');
		overflow:hidden;
		
	}
	
	#footer{
		height:29px;
		width:960px;
		background-image: url('images/footer.jpg');
		text-align:center;
		color:#fff;
		padding:10px 0px 0px 0px ;
		font-size:11px;
	}
	

	#content-left{
		width:631px;
		float:left;
		
	}
	
	#content-left a{
	font-weight:normal;
		
	}
	
	#content-right{
		width:285px;
		float:right;
		padding:20px 20px 20px 20px;
	}
	
	#content-right h2{
		font-size:16px;
		font-family:arial;
		font-weight:bold;
		padding:0px;
		margin:0px;	
	
	}
	
	
	.tekst {
		width:560px;
		border:1px solid black;
		margin: 20px 20px 20px 30px ;
		padding: 10px 10px 10px 10px ;
	
	}
	
	.tekst h1 {
		font-size:16px;
		font-family:arial;
		font-weight:bold;
		padding:0px;
		margin:0px;	
	}
	
	.tekst a {
		font-weight:bold;
		color:#000;
		text-decoration:none;
			
	}
	
	.tekst a:hover {
		font-weight:bold;
		color:#000;
		text-decoration:underline;
			
	}
	
	#content-right a {
		font-weight:bold;
		color:#000;
		text-decoration:none;
			
	}
	
	#content-right a:hover {
		font-weight:bold;
		color:#000;
		text-decoration:underline;
			
	}
	
	#sidelist {
		margin:0px;
		padding:0px;

	}
	
	#sidelist ul{
		margin:0px;
		padding:0px;
		
	}
	
	#sidelist li{
		margin: 0px 0px 10px 0px;
		padding:0px;
		list-style-type:none;
	}
	
		#sidelist ul li{
		margin: 0px 0px 10px 0px;
		padding:0px;
		list-style-type:none;
	}


	img{
	border:0px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	
	