@import url('/css/hd.css');
@import url('/css/bd.css');
@import url('/css/ft.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('/css/sok.css');

/* HTML-----------*/
html {
	height:100%;
}
body {
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#216577;
}
a {
	outline:none;
	color:#216577;
}
a:hover {
	text-decoration:none;
}
a img { 
	border:none;
}
h1 {
	margin:0;
	padding:0;
	font-size:28px;
	font-weight:bold;
	display:block;
	padding-bottom:6px;
	
}
h2 {
	font-size:16px;
	font-weight:normal;
}
h3 {
	font-size:14px;
	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 {
	width:980px;
	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;
	   }
	   
	   