/* www.axxera.no */

body,p,h1,h2,h3,h4,h5,h6,ul,ol {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../bilder/rk_bg.png);
	background-repeat: repeat-x;
	background-color: #990302;
}

div#wrapper {
	position: relative;
	z-index: 1;
	width: 900px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/* ::: header :::::::::::::::::::::::::::: */

div#rkheader {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	width: 900px;
	height: 250px;

}

div#rkheader img {
	display: inline;
}

/* ::: menutop ikke i bruk:::::::::::::::::::::::::::: 

div#rkmenutop {
	position: absolute;
	visibility: visible;
	padding-top: 3px;
	padding-right: 10px;
	z-index: 50;
	height: 20px;
	width: 789px;
	left: 0px;
	top: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #FF9900;
	border-left: 1px solid #093A6F;	
	border-right: 1px solid #093A6F;
}

#rklistmenutop ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
} 

#rklistmenutop li {
	display: inline;
	float: right;
}

#rklistmenutop .uberlinktop {
	color: #FF9900 !important;
	cursor: default;
}
div#rkmenutop a, div#rklanguage a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 7px;
	margin-right: 7px;

}

div#rkmenutop a:hover, div#rklanguage a:hover {
	color: #FF9900;
	text-decoration: none;
}


*/


/* ::: innerwrapper :::::::::::::::::::::::::::: */

div#rkinnerwrapper {
	position: absolute;
	left: 1px;
	top: 250px;
	width: 890px;
	text-align: left;
	background-image: url(../bilder/rk_menybg.jpg);
	background-repeat: repeat-y;

}

/* ::: leftcolumn :::::::::::::::::::::::::::: */

div#rkcolumn{
	position: relative;
	z-index: 100;
	width: 215px;
	float: left;
}

.address {
	font-size: 10px;
	color: #08376D;
	padding-top: 50px;
	padding-left: 18px;
	line-height: 15px;
}

a.address  {
	text-decoration: none;
	color: #07396E;
	padding-left: 18px;
}

a.address:hover  {
	text-decoration: none;
	color: #FF9900;
	padding-left: 18px;
}

/* ::: menuleft :::::::::::::::::::::::::::: */

div#rkmenuleft {
	position: relative;
	z-index: 105;
	color: #000000;
	padding-top: 20px;
	line-height: 21px;
	text-align: left;
}
div#rkmenuleft ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul#rklistmenuleft {
	font-size: 13px;
}

ul#rklistmenuleft a {
	display: block;
	text-decoration: none;
	margin-left: 35px;
	color: #000000;
	width: 163px;
	background-image: url(../bilder/rk_menypunkt2.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}


ul#rklistmenuleft a:hover {
	color: #990000;
	margin-left: 35px;
	background-image: url(../bilder/rk_menypunkt.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}

ul#rklistmenuleft .uberlink {
	color: #990000 !important;
	cursor: default;
	background-image: url(../bilder/rk_menypunkt.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}





/* ::: content :::::::::::::::::::::::::::: */

div#rkcontent {
	position: relative;
	float: left;
	z-index: 6;
	width: 650px;
	color: #000000;
	font-size: 11px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 5px;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 15px;
}

div#rkcontent a {
	color: #000000;
	text-decoration: underline;

}

div#rkcontent a:hover {
	color: #990000;
	text-decoration: none;
}

div#rkcontent p {
	line-height: 16px;
	margin-bottom: 20px;
	font-size: 12px;

}


div#rkcontent h1, div#rkcontent h2, div#rkcontent h3, div#rkcontent h4, div#rkcontent h5 {
	margin-bottom: 5px;
	color: #333300;

}

div#rkcontent h1 {
	font-size: 22px;

}

div#rkcontent h2 {
	font-size: 20px;

}

div#rkcontent h3 {
	font-size: 18px;

}

div#rkcontent h4 {
	font-size: 14px;

}

div#rkcontent h5 {
	font-size: 12px;
	font-weight: bold;
}

div#rkcontent h6 {
	font-size: 10px;
	font-weight: bold;

}



/* ::: menuright ikke i bruk :::::::::::::::::::::::::::: 

div#rkmenuright {
	position: relative;
	z-index: 100;
	width: 185px;
	float: right;
	color: #003;
	margin-top: 25px;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 3px;
	font-size: 11px;
	border: 1px solid #74683E;
	background-color: #E0E9E6;
}

div#rkmenuright a {
	color: #006;
	text-decoration: underline;

}

div#rkmenuright a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #4D6AA1;
}


div#rkmenuright p {
	margin-bottom: 8px;
}

*/

/* ::: footer :::::::::::::::::::::::::::: */

div#rkfooter {
	position: relative;
	z-index: 8;
	height: 35px;
	width: 890px;
	left: 0px;
	clear: both;
	float: left;
	color: #E0DFE3;
	font-size: 10px;
	text-align: left;
	padding-top: 10px;

}

div#rkfooter a {
	color: #999999;
	text-decoration: none;

}


div#rkfooter a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* ::: diverse :::::::::::::::::::::::::::::::: */


.imgLeft {
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 5px;
}

.imgRight {
	float: right;
	margin-top: 3px;
	margin-left: 8px;
	margin-bottom: 5px;
	margin-right: 20px;
}


hr {
	color: #AEAD81;
}

dl {
	font-size: 13px;
}

dd {
	font-size: 11px;
}

ul, ol {
	font-size: 11px;
	margin-left: 15px;
}

.tblData {
	font-size: 11px;
	border: 1px solid #990000;
}

.tblData th {
	font-size: 8px;
	text-align: left;
}

.axxera {
	font-size: 10px;
	color: #333333;
	padding-left: 55px;
}

.bildeTekst {
	font-size: xx-small;
}
.tekstboks {
	background-color: #E0E9E6;
	padding: 3px;
	border: 3px solid #AF9F76;
}
.menyHeading {
	padding-left: 15px;
	padding-bottom: 3px;
	font-size: 14px;
}

