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

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

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

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

#search {
	display: none;
}

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

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

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

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

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

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

#wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border:0;
	width: 100%;
	/* 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 {
	display:none;
	float: left;
	width: 250px;
}

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

#content { 
	
	width: 90%
	margin: 10px 10px 10px 10px;
}

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

/* Typografi */

h3 {
	
padding-top:16px;
padding-left:0px;
font-size: 150%;
color: #000000;
}

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


a {
	color:#000;
	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:black;
text-decoration: none;
/* font-size:12px; */
font-weight:normal;
}

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

.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;
}

.show {
	font-size:14px;
	color:#333333;
}

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 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;
}