@charset "utf-8";
/* CSS Document */

#logo
{
	position:absolute;
	width:800px;
	left:0px;
	top:12px;
	text-align:center;
	font-family:"Trebuchet MS", Arial;
	font-size:10px;
}

#tavla
{
	position:absolute;
	width:795px;
	text-align:left;
	left:5px;
	top:47px;
}

#text
{
	width:100%;
	vertical-align:bottom;
}

#tabell
{
	position:absolute;
	width:800px;
	left:0px;
	top:42px;
	border:none;
}

#line
{
	background-color:#920100;
	height:5px;
}
.close
{
	text-align:right;
	margin-top:-12px;
	margin-bottom:0px;
}
.name
{
font-family:Arial;
font-size:12px;
margin-top:0px;
margin-bottom:0px;
}
.title
{
font-family:Arial;
font-size:12px;
font-style:italic;
margin-top:0px;
margin-bottom:0px;
}
.info
{
font-family:Arial;
font-size:12px;
margin-top:0px;
margin-bottom:0px;
}
.value
{
	font-family: "Trebuchet MS", Arial;
	font-size:14px;
	margin-top:0px;
}
a:link
{
color: #920100;
text-decoration: none;
}
a:visited
{
color: #920100;
text-decoration: none;
}
a:active
{
color:#000000;
text-decoration:underline;
}
a:hover
{
color: #000000;
text-decoration:underline;
}
