a {
	text-decoration:none;
	background:none;
	color:#FFF;
	display:block;
	width:100%;
	}
ul a {
color:#000; display:inline; 	
	}
ul a:hover{
	text-decoration:underline;
	}	
img.box {border:none;
padding-top:10px;}
body {	
	margin:0px; 
	padding: 0px;
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
	background-image:url(img/forside/ny/gradient.jpg);
	background-color:#ffd177;
}
.sidewall{
	background-image:url(img/forside/ny/veggprofil.png);
	background-repeat:repeat-y;
	position:fixed;
	top:0px;
	width:20px;
	height:100%;	
	}
.splatter{
	position:fixed;
	top:30px;
	right:5px;
	}
.hjorne{
	position:fixed;
	top:0px;
	left:0px;
	z-index:2
	}
.container{
	text-align:center;
	position:relative;
	top:150px;
	margin-left:auto;
	margin-right:auto;
	max-width:1400px;
	min-width: 1100px;
	height:auto;
	}

dl {
	position:absolute;
	left:0%;
	width: 327px;
	height: 436px;
	margin: 0 0 20px 20px;
	padding: 0 0 10px 0;		
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(img/forside/ny/l_cnr_r.png);
	}

dt h1 {		
	margin: 0;
	color: #FFF;
	font-family:"Courier New", Courier, monospace;
	font-size:1.8em;
	font-weight:bold;
	border-bottom: 3px solid #000;
	text-align:center;
	}

dd {
	margin: 0 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	height: 400px;
	}

#blue dt	{
			 background:url(img/forside/ny/u_cnr_b.png) no-repeat top;
			}
	
#blue dd{
		 background-color: #99b3cc;
		}

	
#red dt {
		background:url(img/forside/ny/u_cnr_r.png) no-repeat top;
		}
	
#red dd {
		background-color: #c99;
		}
	
#green dt {
		background:url(img/forside/ny/u_cnr_g.png) no-repeat top;
		}
	
#green dd{
		 background-color: #99cc99;
		}
dd:hover{
		 background-color: #000;		
		}
ul.circle	{
			 padding:0px;
			 margin: 4px 0px 0px 65px;
			 list-style-type:circle;
			 text-align:left;
			 font-size:0.75em;
			 font-family:Verdana, Geneva, sans-serif;
		}

