
.Overskrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: inherit;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.Overskrift2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: inherit;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00000;
	text-decoration: none;
}
.navn {
font-family: Verdana, Helvetica, Arial;
font-size: 12px;
text-decoration: underline;
font-weight: normal;
}
.navn2 {
font: bold 15px Arial;
color:#27a0cd;
text-decoration: underline;

}
.navn3 {
width:300px;
height:72px;
border:0px;
color:#000;
font: normal 12px Arial;

}
.navn1 {
width:300px;
height:18px;
border:0px;
color:#000;
font: normal 12px Arial;

}
.inputFelt {
	width:254px;
	height:18px;
	border:0px;
	color:#000;
	font: normal 12px Arial;
}
.h4 {
	font: bold 14px Arial;
	color:#27a0cd;
}

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:8999;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 400px;
	height: 406px;
	padding: 0px;
	margin:0;
	border: 0px solid black;
	background:none;
	z-index:9000;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:400px;
	height:0px;
	padding:0;
	padding-top:0px;
	left-padding:0px;
	margin:0;
	border-bottom:0px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
}


