/*HTML-----------*/
body {
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}
img {  
    border:none;
}
h1 {
	margin:0;
	padding:0;
}
a {
	color:#e92429;
	outline:none;
}
/*Generelle classer*/
.clear {
	clear:both;
}
p {
	padding:0px;
	margin:0px;
}
/*MOD------------*/
#mod {
	width:977px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
}
/*HD------------*/
#hd {	
position:relative;
}
#hd #logo {
	background-image:url(/images/topbilde.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:975px;
	height:95px;
}
#hd #logo #loggut {
	position:absolute;
	top:4px;
	right:35px;
}
#hd #logo #loggut a {
	/*background-image:url(/images/knapp_loggut.jpg);*/
	background-image:url(/images/loggut.gif);
	background-position:top;
	background-repeat:no-repeat;
	float:right;
	width:65px;
	height:42px;
	color:#ee3b39;
	padding-right:45px;
	padding-left:6px;
	text-decoration:none;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
	font-style:italic;
}
#hd #logo #menu {
	position:relative;
	top:55px;
	left:38px;
}
#hd #logo #menu a {
	background-image:url(/images/knapp_active.png);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	width:125px;
	height:28px;
	margin:0px;
	color:#000000;
	padding-right:20px;
	text-decoration:none;
	padding-top:12px;
	text-align:center;
	font-weight:bold;
	font-style:italic;
}
#hd #logo #menu a:hover, #hd #logo #menu a.active {
	background-image:url(/images/knapp_unactive.png);
	background-position:top;
	background-repeat:no-repeat;
}
/*BD------------*/
#around {
	background-image:url(/images/bg_content.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#bd {
	padding-top:0px;
	min-height:400px;
	height:auto !important; /*hack IE6 */
	height:400px; /*hack IE6 */
	clear:both;
}
#bd #innholdskygge{
	background-image:url(/images/innhold_bg.png);
	background-position:bottom;
	background-repeat: repeat-y;
	width:392px;
	
}
#bd #innholdbunnbilde{
	background-image:url(/images/innholdbunnbilde.png);
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:253px;
	width:392px;
}

#bd #bilde{
	padding-left:21px;
}

#bd #innholdtekst{
	padding:0px 15px 30px 15px;
	margin-right:21px;
	height:380px;
	overflow:auto;
/*	scrollbar-base-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #1600A8;

scrollbar-darkshadow-color: #333333;
scrollbar-face-color: #999999;
scrollbar-highlight-color: #333333;
scrollbar-shadow-color: #333333;
scrollbar-track-color: #ffffff;
*/
}

#info {
	min-height:599px;
}
#info #contentfront{	
}
#info #content{
	padding-top:20px;
}
.menuactive {
	background-image:url(/images/knapp_unactive.png);
	background-position:top;
	background-repeat:no-repeat;
	color:#F00;
}

/*FT------------*/
#ft {
	padding-top:20px;
	text-align:center;
}
/*STANDARD ----------------------- */
#AESTON {
	position:absolute;
	right:0px;
	top:100px;
	z-index:2;
	width:14px;
	height:37px;
	background-image:url(/images/aeston.gif);
}