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

.wrapper {
	position: relative;
	top: 15px;
	left: 50%;
	margin-left: -512px;
	height: 100%;
	width: 1024px;
	overflow: visible;	
}

.header {
	top: 0px;
	height: 120px;
	width: 100%;	
	background-image: url(../images/heading.jpg);
}

/* NAVIGATION */

.navWrapper {
	position: relative;
	top: 15px;
	float: left;
	height: 100%;
	width: 168px;	
}

.navTop {	
	height: 139px;
	background-image: url(../images/meny-topp.jpg);
	background-repeat: no-repeat;
	padding-left:40px;
	padding-right:10px;
}

#navContent {
	position:relative;
	height: 100%;
	background-image: url(../images/meny-tile.jpg);
	background-repeat: repeat-y;
	overflow: hidden;	
	line-height: 25px
}

#currentpage {
	font-weight: bold;
}

#navContent li{
	list-style-type:none;
}

#navContent a:hover{
	color: #DD6900;
	letter-spacing: 1px;
}

.navBottom {
	position:relative;
	height: 139px;
	background-image: url(../images/meny-bunn.jpg);
	background-repeat:no-repeat;
}

/* CONTENT */

.contentWrapper {
	position: relative;
	top: inherit;
	height: 100%;
	width: 840px;
	float: right;
	overflow:visible;	
}

.contentTop {
	height: 47px;
	background-image: url(../images/content-top.jpg);
	background-repeat:no-repeat;	
}

#contentHeading {
	position:absolute;
	padding-top:10px;
	padding-left:30px;
	width:780px;
	height: 20px;
	font-size:12px;
	color: #ff871e;
}

#content {
	height: 100%;
	background-image: url(../images/content-tile.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	padding-left:15px;
	padding-right:15px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

#content span{
	font-size:10px;
}

#contentLeft {
	position:relative;
	width: 350px;
	float:left;
}

#contentRight {
	position:relative;
	padding-left:20px;
	float:right;
	width:430px;
}

.tdWidth1 {
	width: 125px;
	text-align:center;
}

.tdWidth2 {
	width: 220px;
	text-align:center;
}

#content a {
	color: #666;
	text-decoration: underline;
}

#content a:hover {
	letter-spacing: 1px;
}

#content li {
	line-height:20px;
	list-style-type:none;
}

#content img {
	border:solid 1px;
}

.red {
	color:#F00;
	text-shadow:#666;
}

.contentBottom {
	height:47px;
	background-image: url(../images/content-bunn.jpg);
	background-repeat: no-repeat;
}

.footer {
	position: relative;
	top: 40px;
	left:50%;
	margin-left: -512px;	
	width: 1024px;
	color: #666;
	font-size: 12px;
	text-align:center;
	padding-bottom:20px;
	clear:both;
	padding-left:200px;	
}

.footerImg img {
	height:31px;
	width:88px;
	border:none;
	padding-left: 10px;	
}

.footerImg {  /*Div*/
	
	float: right;
	padding-right:198px;
	}

a {
	border:none;
	text-decoration: none;
	color: #ff871e;
}

hr {
	color: #666;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}

h1 {
	font-style: normal;
	font-weight: bold;
	font-size: small;
	line-height: normal;
	font-variant: normal;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}

h2 {
	font-style: normal;
	font-weight: bold;
	font-size: small;
	margin: 0px;
}

b {
	font-size:14px;
}

