body {
	background-image:url(gfx/baggrund2.jpg);
	background-color:transparent;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family: 'Alegreya Sans'; 
	/* font:normal 0.8em/1.2em; */
	color:#333333;	}

/* For Print only aka. hide screen setup */
.print {display:none;}	
/* Positioning */

#heading {
	position:absolute;
	top: 40px;
	left: 239px;
	
}

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

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

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

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

#prev_rec {
	position:relative;
  float:left;
	text-align:left;
}

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

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

#random_covers {
	float:left;
	width: 48px;
	/* height: 65px; */
	margin: 0 1px 0 0;
}


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

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

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

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

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

#content { 
	float:left;
	width: 460px;
	margin: 0 5px 10px 10px;
}

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

/* Typografi */

b {font-weight: bolder;
    color: black;
    
}

h3 {
	background-image:url( gfx/header_bg_blue.jpg);
	background-repeat:repeat-x;
padding-top:16px;
padding-left:0px;
font-size: 125%;
color: #000000;
}

h4 {
padding-top:0px;
padding-left:10px;
font-size: 100%;
color: #000000;
}


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

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

a.img {
	text-decoration: none;
} 
	
a.mlink:link,a.mlink:visited,a.mlink:active {
font-family:verdana,arial,sans-serif; 
color:#008080;
text-decoration: none;
font-size:13px;
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;
}

.red {
	color: red;
}

input, textarea
{
color: #008080;
/* background: #FFF0C2; */
background: #ffffff;
border: 1px solid #cccccc
}

.submit input
{
color: #008080;
background: #FFDD75;
border: 2px outset #cccccc
} 

select
{
color: #008080;
background: #ffffff;
border: 1px solid #cccccc
}

.dd_header 
{
background-color: #caa652; 
font-size: 12px; 
color: #ffffff;
}

/* ######### 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 10px 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;
}