body {
	background-image:url(gfx/baggrund2.jpg);
	text-align:center;
	margin:0px;
	padding:0px;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#FF3333;	}

/* Positioning */

#logo {
	position:absolute;
	top: 0px;
	left: 0px;
	
}

#search {
	position:absolute;
	bottom: 0px;
	right: 0px;
}

#options {
	position:relative;
	float: right;
}

#next_rec {
	position:relative;
	float:right;
	text-align:right;
}

#prev_rec {
	position:relative;
  float:left;
}

#cover {
	float:left;
	width: 150px;
}

#lille_cover {
	float:left;
	width: 50px;
	margin: 0 8px 0 0;
}

#cover_rand {
	float:left;
	width: 240px;
}

#maincol {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border:0;
	width: 960px;
	background: url("/gfx/background_cols.gif") repeat;
}

#wrapper_test {
	width: 100%;
	}
	
#header {
	position:relative;
	padding:0px;
	text-align:center;
	color:#008080;
	width:980px;
	margin:0 0 15 0;
	height: 150px;
	}

#leftcol {
	float: left;
	width: 250px;
}

#rightcol {
	float: right;
	width: 250px;
}

#centercol { 
	float:left;
	width: 450px;
	margin: 0 5px 10px 10px;
}

#footer {
	clear: both;
	padding:1% 0;
	text-align:center;
	color:#888888;
	font-size:smaller;
}

/* Typografi */

h3 {
	background-image:url( gfx/header_bg.jpg);
	background-repeat:repeat-x;
padding-top:6px;
padding-left:4px;
font-size: 110%;
color: #000000;
}

a {
	color:#008080;
	text-decoration:none;	}

a:hover {
	color:#008080;
	text-decoration:underline; }

a.mlink:link,a.mlink:visited,a.mlink:active {
font-family:verdana,arial,sans-serif;
color:#008080;
text-decoration: none;
font-size:12px;
font-weight:normal;
}

.anm_tekst {
text-align:justify;
margin:5px;}

.fed {
font-family:verdana,arial,sans-serif;
color:#000000;
font-size:12px;
font-weight:bold;
}

.sub_heading {
	font-style:italic;
font-family:verdana,arial,sans-serif;
color:#000000;
font-size:12px;
font-weight:bold;

}

.mlinksm {
	font-size:10px;
	color:#008080;
}

.lillegraa {
	font-size:10px;
	color:#333333;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
color: #880000;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 200px; /* default width for menu */
text-align:left;
}

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

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #008080;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #ffffff;
}

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



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

