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

h1 {
	font-size:15px;
	display:inline;
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 19px;
        font-weight:bold;
        line-height: 12px;
        color:#545454;
	text-transform:uppercase;
}

.paypal {
	border:0px;
	background:url(gfx/paypal.gif) top left no-repeat;
	height:52px;
	width:150px;
	text-indent:-9999px;
	cursor:pointer;
}

.knapptopp2 a {
	color:#fff!important;
}		

.knapptopp2 {
        position: relative;
        background-image:url('/gfx/meny4-2.png');
        color:#E7E7E7;
        font-size: 12px;
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        height:21px;
        padding-left:14px;
        padding-right:14px;
        padding-top:4px;
        border-top: 1px solid #ABABAB;
        border-left: 1px solid #ABABAB;
        border-right: 1px solid #ABABAB;

	float:left;
}

.adminmeny2, .adminmeny2 a {
	background:#ececed!important;
	color:#000!important;
}

.knapptopp2 a {
	color:#AEDFE5;
}



.eyh td {
	padding:3px 0px;
	border-bottom:1px dotted #ccc;
}

.tekstboksadmin {
	position: relative;
	background-color:#E6E7E8;
	background-repeat: repeat-x;
	background-image:url(/gfx/pakkebg.png);
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ABABAB;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	border-left-color: #ABABAB;
	padding:5px 15px 15px 15px;
	margin-bottom:15px;
}

.bekreftelse {
	display:block;
	margin:5px 0px 5px 0px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
	color:#29ABE2;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	}

	.bekreftelse2 {
		display:block;
		margin:5px 0px 5px 0px;
		padding-top:3px;
		padding-bottom:3px;
		font-weight:bold;
		color:red;
		border-top:1px dotted #000;
		border-bottom:1px dotted #000;
		}

	.admintittel2 {
		display:block;
		margin:5px 0px 5px 0px;
		padding-top:3px;
		padding-bottom:3px;
		color:#29ABE2;
		font-weight:bold;
		font-size:15px;
		border-bottom:1px dotted #000;
		}

	.admintittel {
		display:block;
		margin:5px 0px 5px 0px;
		padding-top:3px;
		padding-bottom:3px;
		font-weight:bold;
		font-size:15px;
		border-bottom:1px dotted #000;
		}

body {
	background-image: url(/gfx/bakgrunn.png);  
	background-color:#C0C0C0;
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #575757;
	margin:0;
	padding:0;
	
}

a { 
text-decoration:none;
color:#303030;
font-weight:bold;
}

a:hover { 
text-decoration:none;
color:#29ABE2;
}


html, body, #wrapper {
   min-height: 100%; /*Sets the min height to the
                       height of the viewport.*/
   width: 100%;
   height: 100%; /*Effectively, this is min height
                   for IE5+/Win, since IE wrongly expands
                   an element to enclose its content.
                   This mis-behavior screws up modern
                   browsers*/
   }

html>body, html>body #wrapper {
   height: auto; /*this undoes the IE hack, hiding it
                   from IE using the child selector*/
   }

#wrapper {
   position: absolute;
   top: 0;
   left: 0;
        margin-left: auto;
        margin-right: auto;
   }

form {
margin:0;padding:0;
}
   
#topp {
	background-image:url('/gfx/bakgrunn.png');
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	height:160px;
	margin-bottom:10px;
   }

#topplogo {
	background-image:url('/gfx/bakgrunn6.png');
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	height:128px;
	width:900px;
	margin-left: auto;
	margin-right: auto;
}

#topplogo_admin {
        background-image:url('/gfx/bakgrunn-admin.png');
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 20px;
        height:128px;
        width:900px;
        margin-left: auto;
        margin-right: auto;
}

.admin {
	font-size:10px!important;
}

#bunn {
   position: absolute;
   bottom: 0;
   background-image:url('/gfx/bunn2.png');
   font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   line-height: 20px;
   width:100%;
   height:25px;
   
   }


.knapp {
        position: relative;
        background-image:url('/gfx/menybghover.png');
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 20px;
		padding-top:3px;
		padding-left:15px;
        height:20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8F9090;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	border-left-color: #ABABAB;

}

/*
.knapp2:hover {
        background-image:url('/gfx/menybg.png');
}
*/

.knapp2 {
        display: block;
        position: relative;
        background-image:url('/gfx/menybghover.png'); 
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 20px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:13px;
        height:20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DADBDC;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	border-left-color: #ABABAB;

}

.knapp:hover {
        position: relative;
        background-image:url('/gfx/menybg.png');
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 20px;
		padding-top:3px;
		padding-left:15px;
        height:20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8F9090;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	border-left-color: #ABABAB;

}
		
.knapptopp {
        position: relative;
        background-image:url('/gfx/meny4-2.png');
        color:#E7E7E7;
        font-size: 12px;
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        height:21px;
        padding-left:14px;
        padding-right:3px;
	padding-top:4px;
	border: 1px solid #ABABAB;

}

.knapptopp img {
	float:left;
	border:0px;
	margin-right:8px;
}

.knapptopp a {
	color:#cccccc;
}

	

.tittel {
	position:relative;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight:bold;
	line-height: 12px;
	color:#545454;
	margin-bottom:6px;
	margin-left:15px;
}

.brodtekst {
	position:relative;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-align:justify;
	margin-left:15px;
	margin-right:15px;
}

.brodtekstbg {
	position:relative;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:430px;
	line-height: 21px;
	text-align:justify;
	margin-left:15px;
	margin-right:15px;
}

.brodsti {
	color:#E7E7E7;
	position:relative;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-left:3px;

}

.brodsti2 {
	color:#E7E7E7;
	position:relative;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-left:15px;
	top:4px;

}

.brodstilogin {
	color:#E7E7E7;
	position:relative;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-left:3px;
	bottom:3px;

}

.online {
	color:#AFE0E6;
	position:relative;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
        font-weight:bold;
	line-height: 18px;
	text-align:justify;
	margin-top:0px;
	margin-bottom:30px;

}

.offline {
	color:red;
	position:relative;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
        font-weight:bold;
	line-height: 18px;
	text-align:justify;
	margin-top:0px;
	margin-bottom:30px;

}

.tittelboks {
        position: relative;
        background-image:url('/gfx/meny3.png');
        background-color:#000;
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight:bold;
        line-height: 12px;
        color:#FFF;
        width:270px;
        height:22px;
	padding-top:8px;
	padding-left:15px;
	

}

.boks_produkt {
	width:222px;
        position: relative;
	float:left;
	margin-right:10px;
}

.boks_produkt2 {
        width:166px;
        position: relative;
        float:left;
        margin-right:7px;
}

.boks_produkt2_hoyre {
        width:166px;
        position: relative;
        float:left;
}





.boks_produkt_hoyre {
        width:221px;
        position: relative;
        float:left;
}


.tekstboks {
	position: relative;
	background-image:url('/gfx/pakkebg.png');
	height:173px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ABABAB;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	border-left-color: #ABABAB;

}

.tekstboks_produkt {
        position: relative;
        background-image:url('/gfx/pakkebg.png');
        height:173px;
	padding-left:13px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #ABABAB;
        border-right-color: #ABABAB;
        border-bottom-color: #ABABAB;
        border-left-color: #ABABAB;

}


.tekstboksdynamisk {
	position: relative;
	background-color:#E6E7E8;
	background-repeat: repeat-x;
	background-image:url(/gfx/pakkebg.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ABABAB;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	border-left-color: #ABABAB;
}

.tekstboksdynamisknobg {
        position: relative;
        background-color:#E8E9E9;
        background-repeat: y-repeat;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #ABABAB;
        border-right-color: #ABABAB;
        border-bottom-color: #ABABAB;
        border-left-color: #ABABAB;
}


.tekstboksdynamiskdedikert {
	position: relative;
	background-color:#ffffff;
	height:140px;
        background-image:url(/gfx/dedikert.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ABABAB;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	border-left-color: #ABABAB;
	background-repeat: repeat-x;
}

.tekstboksdynamisksupport {
        position: relative;
        background-color:#ffffff;
        height:140px;
        background-image:url(/gfx/hostitsupport.jpg);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #ABABAB;
        border-right-color: #ABABAB;
        border-bottom-color: #ABABAB;
        border-left-color: #ABABAB;
        background-repeat: repeat-x;
}

.tekstboksdynamiskshell {
        position: relative;
        background-color:#ffffff;
        height:140px;
        background-image:url(/gfx/shellkonto.jpg);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #ABABAB;
        border-right-color: #ABABAB;
        border-bottom-color: #ABABAB;
        border-left-color: #ABABAB;
        background-repeat: repeat-x;
}

.tekstboksdynamiskwebhotell {
        position: relative;
        background-color:#ffffff;
        height:140px;
        background-image:url(/gfx/webhotell.jpg);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #ABABAB;
        border-right-color: #ABABAB;
        border-bottom-color: #ABABAB;
        border-left-color: #ABABAB;
        background-repeat: repeat-x;
}

.tekstboksdynamiskkontakt {
        position: relative;
        background-color:#ffffff;
        height:140px;
        background-image:url(/gfx/kontaktoss.jpg);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #ABABAB;
        border-right-color: #ABABAB;
        border-bottom-color: #ABABAB;
        border-left-color: #ABABAB;
        background-repeat: repeat-x;
}

.tekstboksdynamiskomoss {
        position: relative;
        background-color:#ffffff;
        height:140px;
        background-image:url(/gfx/hostitbg.png);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #ABABAB;
        border-right-color: #ABABAB;
        border-bottom-color: #ABABAB;
        border-left-color: #ABABAB;
        background-repeat: repeat-x;
}

.tekstboksdynamiskkundelogin {
        position: relative;
        background-color:#ffffff;
        height:140px;
        background-image:url(/gfx/kundelogin.jpg);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #ABABAB;
        border-right-color: #ABABAB;
        border-bottom-color: #ABABAB;
        border-left-color: #ABABAB;
        background-repeat: repeat-x;
}




.padding {
	padding-top:45px;

}

.pakke {
        color:#919191;
        font-size: 11px;
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        width:200px;
        height:200px;
}

.pakke2 {
        color:#919191;
        font-size: 12px;
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        width:200px;
        height:200px;
}

.pakke3 {
        color:#666666;
        font-size: 11px;
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


.pris {
        color:#29ABE2;
        font-size: 25px;
        line-height: 22px;
        font-family: Trebuchet MS, Tahoma, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


.bestill {
        position: relative;
/* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8; */
	text-align:right;
        background-image:url('/gfx/meny3.png');
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight:bold;
        line-height: 12px;
        color:#FFF;
        padding-top:3px;
        padding-bottom:2px;
        padding-right:5px;
        width:280px;
        height:15px;
	margin-bottom:20px;	
}


.pil {
	margin-right:3px;
	color:#29ABE2; 

}





.pil2 {
	color:#29ABE2;
}

.pil3 {
	color:#29ABE2;
	position:relative;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	bottom:2px;
}

.pil5 {
        color:#AEDFE5;
        position:relative;
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
}


.list {
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 14px;

}


.kundelogin {
	color:#484848;
	background-image:url('/gfx/bakgrunnx.png');
	height:110px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:13px;
	position:relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ABABAB;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	border-left-color: #ABABAB;
}



.kundelogin .input {
	width:169px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        border: 1px solid #828282;
        background-image: url(/gfx/input.png);
}

.kundelogin input submit {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        color:#333333;
        font-size: 11px;
        font-weight: bold;
        background-image: url(/gfx/submit.png);
        height: 18px;
        border: 0px solid #828282;
        background-color: #29ABE2;
        margin-top:10px;
        padding-bottom:1px;
}


.bunn3 {
	color:#484848;
	background-color:#5D5D5F;

	margin-bottom:10px;
	position:relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #ABABAB;
	border-left-color: #ABABAB;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;

}

.bunn4 {
	color:#484848;
	background-color:#8C8C8C;
	margin-bottom:10px;
	position:relative;
	border: 1px solid #ABABAB;
	border-top-width: 2px;

}

.bunn5 {
	color:#484848;
	background-color:#5D5D5F;
	height:3px;
	margin-bottom:10px;
	position:relative;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8F9090;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	border-left-color: #ABABAB;
}

.bunn6 {
	color:#484848;
	background-color:#8C8C8C;
	height:0px;

	position:relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8F9090;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	border-left-color: #ABABAB;
}


.domene {
	color:#000;
	background-image:url('/gfx/pakkebg.png');
	height:130px;
	margin-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:18px;
	position:relative;

}

.visste {
	color:#000;
	background-image:url('/gfx/pakkebg.png');

	height:102px;
	margin-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:18px;
	position:relative;

}

.imgright {
	margin-left:15px;
	float:right;
 	}
	
.imgleft {
	margin-right:15px;
	float:left;
 	}

.venstre {
position:relative;
float:left;
}

.venstre2 {
width:205px;
position:relative;
float:left;
}


.hoyre {
	position:relative;
	float:left;
	margin-right:10px;
	width:685px;
}

.hoyre1 {
position:relative;
        text-align: left;
margin-left:250px;
}

.hoyre3 {
        position:relative;
        float:left;
        margin-left:40px;
}

.hoyre2 {
        position:relative;
        float:right;
        margin-left:10px;
	width:105px;
}

.hoyrebestill {
	position:relative;
	float:right;
}


.input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #828282;
	background-image: url(/gfx/input.png);
}

.input2 {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        border: 1px solid #D1D1D1;
        background-image: url(/gfx/pakkebgxx.png);
}

.input3 {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
border:1px hairline blue;
        background-image: url(/gfx/pakkebg.png);
}



.inputarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #D1D1D1;
	background-image: url(/gfx/pakkebg.png);
	margin-top:0px;
	height:94px;
}

.inputknapp {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
	font-weight: bold;
	background-image: url(/gfx/submit.png);
	height: 18px;
	border: 0px solid #828282;
	background-color: #29ABE2;
	margin-top:10px;
	padding-bottom:1px;
}

.inputknapp2 {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        color:#333333;
        font-size: 11px;
        font-weight: bold;
        background-image: url(/gfx/submit.png);
        height: 18px;
        border: 1px solid #828282;
        background-color: #29ABE2;
        margin-top:10px;
        padding-bottom:1px;
}



#innhold {
	margin-bottom:40px;
	width:900px;
	margin-left: auto;
	margin-right: auto;
}

#copyright2 {
        color:#989898;
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
	padding-top:2px;
	width:890px;
        margin-left: auto;
        margin-right: auto;
}

#copyright2 img {
        float:left;
        border:0px;
	margin-top:1px;
	margin-right:10px;
	margin-left:10px;
}



.clear {
	clear:both;
	}

#xmeny {
	width:100%;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom:0px;
}


.menytopp {
	float:left;
        padding-bottom:10px;
	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 Trebuchet MS, tahoma, Tahoma, Verdana;
        display: block;
        margin: 0px;
        text-align: center;
        color: #DDDDDD;
        text-decoration: none;
        font-weight:bold;
        width: 150px;
	padding-top:2px;
	line-height:26px;
        border-bottom:4px solid #5E5E60;
	text-transform:uppercase;
}


*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;
	background-color:#4a4b4c;
	border-left: none;
	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: 145px; /*width of sub menu levels*/
	height:17px;
        text-align:left;
	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;
/*	border-top: 1px solid #5fa18c;
	border-bottom: 1px solid #2b795b; */
}

.menytopp ul li ul li a:hover{
	display: block;
	border-bottom:4px solid #AEDFE5;
}

.menytopp ul li a:hover{
	display: block;
	color:#AEDFE5;
        border-bottom:4px solid #AEDFE5;
}

.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 */

.meny2 {
	color:#484848;
	position:relative;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	        font-weight:bold;

	font-size: 12px;
	line-height: 15px;
	margin-left:3px;
	bottom:2px;
}

.meny {
	color:#484848;
	position:relative;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-left:3px;
	bottom:2px;
}

.meny:hover {
color:#484848;
        position:relative;
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        margin-left:3px;
        bottom:2px;
}


