@charset "utf-8";

/* Stil for javascript-fader */

.lukkFader {
	position:absolute; 
	border: none; 
	bottom: 4px; 
	right: 10px;
	width:66px;
	height:22px;
	background:url('gfx/lukk.gif') no-repeat;
	}
#fade{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#light {
	display: none;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 810px;
	height: auto;
	margin-top:-100px;
	margin-left:-423px;
	padding: 16px 16px 30px 16px;
	border: 2px solid #6D929B;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

p.head {
	font-weight:bold;
	font-size:1.6em;
	color:#991e1f;
	margin:0 0 0.2em 0;
	}
p.info {
	margin:0 0 0 0.5em;
	color:#777;
	font-size:1.0em;
	}
	











