@import url('/css/hd.css');
@import url('/css/bd.css');
@import url('/css/ft.css');
@import url('/css/dropdown.css');

@import url('/css/mod_arrangement.css');
@import url('/css/mod_bildeannonse.css');
@import url('/css/mod_galleri.css');
@import url('/css/mod_nyhet.css');
@import url('/css/mod_filer.css');
@import url('/css/uniform.css');

@import url('/js/highslide/highslide.css');
@import url('/css/startside.css');

/* HTML-----------*/
html {
	height:100%;
}

body {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(/images/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-attachment: scroll;
	background-attachment: fixed;
	color:#000;
	height:100%;
	margin:0;
	padding:0;
	background-color:#1d252f;
}
a {
	outline:none;
}
a img { 
	border:none;
}
h1 {
	text-decoration:underline;
	font-size:24px;
	font-weight:normal;
}
h2 {
	font-size:16px;
	font-weight:normal;
}
h3 {
	font-size:20px;
	font-weight:normal;
	padding:20px 0px 0px 0px;
	margin:0px;
	line-height:normal;
}
h4 {
	font-size:14px;
	font-weight:normal;
	padding:10px 0px 10px 0px;
	margin:0px;
	line-height:normal;
}
h5 {
	font-size:18px;
	padding:10px 0px 10px 0px;
	margin:0px;
	line-height:normal;
	font-weight:normal;
}
h6 {
	font-size:18px;
	margin:0px;
	line-height:normal;
	font-weight:normal;
}


/* GENERELLE------------*/
.clear {
	clear:both;
}
table.tabellliste {
	border:none;
	border-collapse:collapse;
}
table.tabellliste th{
	margin:0;
	padding:3px;
	text-align:left;
}
table.tabellliste td{
	margin:0;
	padding:3px;
}



/* MOD------------*/
#mod {
	background-image:url(/images/bgmod.png);
	background-position:top;
	background-repeat:repeat-y;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}


/*STANDARD ----------------------- */
#AESTON {
	position:absolute;
	right:0px;
	top:100px;
	z-index:2;
	width:14px;
	height:37px;
	background-image:url(/images/aeston.gif);
}
#message_box {
       position: absolute; 
       top: 0;
	   left: 0; 
       z-index: 10; 
	   background:#0C0;
	   font-family:Tahoma, Geneva, sans-serif;
	   color:#FFF;
	   padding:10px;
       border:1px solid #333;
       text-align:center; 
       font-weight:bold; 
       width:99%;
	   display:none;
	   }