﻿/* CSS Document */

/* ------ Rod ------ */
.MenuItem_Left_On {float: left; background-image: url(../Files/Navigation/CLS/top_blaa_valgt_venstre.gif); width: 10px; height: 31px;}
.MenuItem_On {float: left; height: 31px; background-color: #078ba7;}
.MenuItem_Right_On {float: left; width: 23px; height: 31px; background-image: url(/Files/Navigation/CLS/top_blaa_valgt_hojre.gif);}

/* Top */
#top_farve { float: left; background-image: url(../graphic/top_forside.gif); height: 219px; width: 751px; margin-right: 9px; clear:both; }

/* Txt col 1 */
.h1 { font-size: 17px; color: #078ba7; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.h2 { font-size: 13px; color: #078ba7; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-weight: bold; }

/* Txt col 2 */
#col_2_pil { background-image: url(../graphic/col2_pil_blaa.gif); background-repeat: no-repeat; }
#col_2_txt .h1 { font-size: 13px; color: #078ba7; font-family: Arial, Helvetica, sans-serif; font-weight: normal; line-height: 24px; }
#col_2_txt { font-size: 11px; padding-right: 10px; }
#col_2_txt a { color: #078ba7; text-decoration: none; }
#col_2_txt a:hover { color: #078ba7; text-decoration: underline; }

/* FLASH POPup */
#Stjernetraf {
	height:554px;
	left:100px;
	position:absolute;
	top:20px;
	width:817px;
	z-index:900;
}
#TransparentPopup {
	background-color:#000000;
	height:100%;
	display:block;
	left:0;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:0.75;
	position:absolute;
	top:0;
	width:100%;
	z-index:5;
}
