@charset "utf-8";

html,body {
	margin:0;
	padding:0;
	font-family: Tahoma, Georgia, Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-image: url(images/bg2.png);
	background-color:#998675;
	background-repeat: repeat; 
	line-height: 16px;
	color: #4f4e4e;
}

a { 
	text-decoration:none;
	color: #666666;
	font-weight:normal;
    border-bottom: 1px solid #E6E6E6;
	line-height: 22px;
}

a:hover { 
	text-decoration:none;
	color:#666666;
	font-weight:normal;
	border-bottom: 1px solid #717E85;
}

hr {
  border: 1px dashed #dbd3d0;
  height: 0;
  background: #ffffff;
}

.hr {
  border: 1px dashed #dbd3d0;
  height: 0;
  background: #ffffff;
}

.wrapper {
	background-color:#fff;
	background-image: url(images/centerbg.png);
	
	width:900px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper3 {
	width:900px;
	margin-left: auto;
	margin-right: auto;
	border-left:8px solid #fff;
	border-right:8px solid #fff;
}

.wrapper2 {
	height:150px;
	background-image: url(images/topp.png);
	border-left:8px solid #fff;
	border-right:8px solid #fff;
	width:900px;
	margin-left: auto;
	margin-right: auto;
}

.bunn {
	height:20px;
	background-color:#F15A24;
	width:876px;
	margin-left: auto;
	margin-right: auto;
	padding:10px 20px 10px 20px;
	color:#FDD2C3;
   }
   
/*MediaDesign.no - Bunn*/
a.webdesign:link 	{text-decoration: none; color: #FDD2C3}
a.webdesign:visited 	{text-decoration: none; color: #FDD2C3}
a.webdesign:active 	{text-decoration: none; color: #FDD2C3}

.topp {
	background-image:url('images/bgtopp.png');
        background-repeat: repeat-x;
	height:150px;
   }

.oransj {
	color:#F15A24;
   }


.topp2 {
	padding-top:6px;
	margin-left:495px;
	font-size:10px;
	line-height: 22px;
   }

.topp3 {
	padding-top:91px;
	margin-left:420px;
   }

h1 {


	font-size:20px;
	line-height:12px;
	font-weight: bold;
	font-family: Trebuchet MS, Georgia, Verdana, Georgia, "Times New Roman", Times, serif;
	margin:30px 0px 0px 0px;
	padding:0;
	color:#f15a24;
}


h3 {
	font-size:13px;
	font-family: Arial, Trebuchet MS, Georgia, Verdana, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;


	line-height:19px;
	margin:0;
	padding:0;
	text-align:justify;
}

h4 {
	font-size:14px;
	font-weight: normal;
	font-family: Trebuchet MS, Georgia, Verdana, Georgia, "Times New Roman", Times, serif;
	color:#F15A24;
	margin:0;
	padding:5px 10px 5px 10px;
        display: block;
	width:180px;
	background-color:#fff;
}

h5 {
	font-size:15px;
	font-family: Arial, Trebuchet MS, Georgia, Verdana, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height:10px;
	color:#f15a24;
	margin:0;
	padding:0;
	text-align:justify;
}
.left {
	position:relative;
	float:left;
	width:200px;
	padding:20px 0px 10px 00px;
}

.bokspadding {
	position:relative;

	padding:0px 10px 20px 10px;
}


.center {
	background-color:#fff;
	position:relative;
	float:left;
	width:470px;
	padding:0px 15px 15px 15px;
}

.center img {
	border:8px solid #E6E6E6;
}

.right {
	position:relative;
	float:left;
	width:200px;
	padding:20px 0px 10px 00px;
}

.clear {
	clear:both;
}

.menytopp {
	float:left;
	z-index: 100;
}

.menytopp ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.menytopp ul li{
	position: relative;
	display: inline;
	float: left;
	z-index: 100;
}

/*Top level menu link items style*/
.menytopp ul li a{
        font: 12px Arial, Tahoma, Verdana;
        display: block;
        margin: 0px;
        text-align: center;
        color: #4f4e4e;
        text-decoration: none;
        font-weight:bold;
        width: 110px;
	padding-top:7px;
	padding-bottom:7px; 
	text-transform:uppercase;
	border-top:1px solid #fff;
        border-bottom: 0px;

}


*html .menytopp ul li a{
	float:left;
}

	
/*1st sub level menu*/
.menytopp ul li ul{
	left: -1px;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	border-left: none;
	background-color:#b6d3e7;
	border-right: none;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menytopp ul li ul li{
	display: list-item;
	float: none;
	margin:0;
	padding:0;
}

*html .menytopp ul li ul li{
	margin-bottom:-3px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menytopp ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0px;
}

/* Sub level menu links style */
.menytopp ul li ul li a{
	display: block;
	text-transform:uppercase;
	width: 110px; /*width of sub menu levels*/
	height:20px;
	text-align:left;
	border-top:0px;

	margin: 0px 0px 0px 0px;
	padding:2px 0px 3px 5px;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	border-left: none;
	border-right: none;
}

.menytopp ul li ul li a:hover{
	display: block;
        border-top:0px;
}

.menytopp ul li a:hover{
	display: block;
	color:#F15A24;
	background-color:#fff;
	border-top:1px solid #F15A24;
        border-bottom: 0px;
}

.menytopp ul li a:active{
	color: #fff;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .menytopp ul li { float: left; height: 1%; }
* html .menytopp ul li a { height: 1%; }
/* End */
