
body{
	background-color: rgb(240,235,226);
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

header{
	background-color: rgb(240,235,226);
	background-image: url(pic/kri60.jpg);
	background-repeat: no-repeat;
	background-position: 890px 20px; 
	color: white;
	font-family: Arial;
	font-size: 12px;
	width: 960px;
	height: 80px;
	}

nav{
	background-color: rgb(109,27,30);
	width: 960px;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	}
nav ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	}

nav li{	
	display: inline-block;
	color: white;
	}

nav li a{
	text-decoration: none;
	color: white;
	font-family: Arial;
	font-size: 12px;
	}

nav li a:hover{
	color: rgb(184,140,127);
}

section{
	width: 940px;
	height: 520px;
	padding: 0px;
	padding-top: 0px;
	margin-left: 10px;
	background-color: rgb(255,255,255);
	background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(240,235,226) 100%);
	color: rgb(91,67,32);
	font-family: Arial;
	font-size: 14px;
	}

footer {
	background-color: rgb(184,140,127);
	border-radius: 5px;
	font-family: Arial;
	font-size: 10px;
	width: 960px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	}

/*     KLASSER      */

.spa {
	padding-right: 5px;
	padding-left: 5px;
	}

.link {
	color: white;
	text-indent: 40px;
	text-decoration: none;
	}

.link2 {text-decoration: none;}

.navn{
	color: rgb(109,27,30);
	font-family: Arial;
	float: left;
	font-size: 32px;
	font-weight: bold;
	height: 80px;
	line-height: 80px;	
	}

.clear{clear: both;}

/*        ID         */

#fpl{
	float: left;
	width: 262px;
	height: 500px;
	}

#fpr{
	float: right;
	width: 235px;
	height: 500px;
	padding-left: 20px;
	}

#fpi{
	float: left;
	
	}
#ftop20{	
	float: left;
	width: 940px;
	height: 20px;
	}
#fleft20{	
	float: left;
	width: 20px;
	height: 500px;
	}	

/*     SLUT       */	
