@charset "utf-8";
/* CSS - Layout */

* {

	padding: 0;
	margin: 0;


}

img {


	border: none;

}

body {

	text-align: center;
	background:url(../../images/backgrounds/backGroundLogin.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 20px;
	
	
	
}

#wrapping {

	width: 900px;
	height: 1100px;
	margin: 0 auto;
	text-align: left;
	background-color:#000066;
	
	
	

}

#backgroundL {

	background-image:url(../../images/nettsted/test.jpg);
	background-repeat: none;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0;
	height: 160px;


}


#branding {

	width: 100%;
	background-image:url(../../images/backgrounds/banner.gif);
	background-repeat: no-repeat;
	height: 80px;
	
	padding: 0;
	position: absolute;
	top: 20px;
	left: 0;

}

#logo {

	
	padding: 0;
	position: absolute;
	top: 2px;
	left: 33px;
	
}

#topMeny {

	position: absolute;
	top: 37px;
	left: 702px;
	color: #FFFFFF;
	

}


#topNav {  /* styrer menyens flyt */

	width: 213px;
	height: 20px;
	position: relative;
	top: 20px;
	left: 30px;
	background-image:url(../../images/backgrounds/navBarTop.gif);

}

#mainNav {

	width: 183px;
	height: 410px;
	background-color:#FFFFFF;
	position: absolute;
	top: 20px;
	left: 0px;
	padding: 0 0 0 30px;
	overflow:auto;	

}

li {


	
		list-style-type:none;	

}

#bottomNav {

	width: 213px;
	height: 20px;
	background-image:url(../../images/backgrounds/navBarBottom.gif);
	position: absolute;
	top:430px;
	left: 0px;
	

}

#topContent {  /* styrer hele innholdsboksens flyt */

	background-image:url(../../images/backgrounds/whiteRoundedTop.gif);
	background-repeat: no-repeat;
	
	position: relative;
	top: 0px;
	left: 280px;
	
	width: 592px;
	height: 22px;
	

}

#content {

	width: 591px;
	height: 680px;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 0px;
	

}

#insideContent {

	position: absolute;
	top: 0px;
	left: 20px;
	width: 510px;
	height: 700px;
	overflow: auto;
	padding-right: 30px;
	

}

#content.iframe {

	margin-top: 10px;

}

#bottomContent {

	background-image:url(../../images/backgrounds/whiteRoundedBottom.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 700px;
	left: 0px;
	width: 592px;
	height: 22px;


}



#footer {

	
	background-color:#000066;
	width: 700px;
	height: 30px;
	
	position: relative;
	top: 765px;
	left: 120px;
	

}
