/* CSS */

a { color: #000000}
a:link { color: #000000}
a:visited { color: #000000}
a:active { color: #333333}
h1, h2, h3, h4, h5 { font-family: Trebuchet MS, Helvetica, sans-serif; }

#header 
{
background: transparent url('http://baltinfo.enklest.com/bilder/original/36_topp-baltinfo2010.png') no-repeat left ;
width: 1400px;
height:205px;
text-indent:-9999px;
}

body 
{
background-image: 
url('http://baltinfo.enklest.com/bilder/original/196_palanga2.jpg');
background-attachment: 
fixed
}


/* VISNING AV ARTIKLER OG SIDER! */

h2.overskrift_hoved 
{
	font-weight: 700;
	margin: 6px -1px 12px;
	font-size: 12px;
	line-height: 1.2;
}

div.under_overskrift
{
	color: #000000 ;
}

div.tekst_hoved, table.tekst_hoved
{
	color: #000000 ;
}


table.bakgrunn_tekstfelt, td.bakgrunn_tekstfelt
{
background-image: 
url('http://erv.enklest.com/bilder/original/66_filter.png');
}

/* TEKST INGRESS I EN ARTIKKEL */
div.tekst_ingress
{
	color: #000000 ;
	font-weight: bold;
}

/* TEKST INGRESS PÅ EN SIDE */
a.tekst_ingress
{
	color: #000000 ;
	text-decoration: none
}

/* OVERSKRIFT INGRESS PÅ EN SIDE */
a.overskrift_ingress
{
	color: #000000 ;
	font-size: 28px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none
}

/* MENY-VALG */

a.tekst_meny
{
	color: #000000 ;
	font-family: Verdana;
	font-weight: bold; text-decoration: none
}


/* INFOBOKSER */

a.overskrift_reklame
{
	color: #ccc ;
	text-decoration: none ;
}

a.tekst_reklame
{
	color: #ccc ;
	text-decoration: none ;
}


/* BRUKER-MENY */

a.link_brukermeny
{
	color: #000000;
	font-size: 14px;
	text-decoration: none
}

a.webmaster
{
	text-decoration: none
}

a.info
{
	POSITION: relative; 
	Z-INDEX: 1;
	CURSOR: default;
}

a.info div
{
	POSITION: absolute;
	VISIBILITY: hidden;
	HEIGHT: 0; /* no height to solve an Opera bug that makes it selectable when hidden */
	BORDER: 0px solid #000000;
	LEFT: 130px;
	TOP: -20px;
	/*BACKGROUND: #FFFFFF ;*/
}

a.info:hover
{
	BORDER: 0; /* needed for this to work in IE */ 
	Z-INDEX: 1000;
}

a.info:hover div
{
	VISIBILITY: visible;
	HEIGHT: 200; /* now give it a height */
	WIDTH : 200;
	CURSOR: default; /* for IE */
	Z-INDEX: 500; 
}
