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

body {
	background-color: #232323;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0em;
	line-height: 1.2;
	
}

A:link {color: #FFFFFF; text-decoration: none;}
A:visited {color: #FFFFFF; text-decoration: none;}
A:hover {color: #686868; text-decoration: none;}
A:active {color: #686868; text-decoration: none;}

.dottedline {
	background-image: url(gfx/dotted_grey.png);
	background-repeat: repeat;
	background-position: left center;
	height: 1px;
}

.commontext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0em;
}

.headline-big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: 0em;
}

.headline-mid {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0em;
}

div.logos {
	width: 100%;
	/* float: right; */
	text-align: right;
}

table
{
	border-collapse:collapse;
}

th
{
	padding:0;
	font-weight:normal;
	text-align:left;
}

td.top
{
	padding: 0;
	vertical-align: top;
}

td.bottom
{
	padding: 0;
	vertical-align: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.smallcaps {
	font-variant: small-caps;
}

.linethrough {
	text-decoration: line-through;
}

.menu {
	font-variant: normal;
}

#mejl:after{
content: " allan\40seamonstr.se";
}

td.info {
	padding-right: 25px;
}

img.latest {
	border: 5px;
	border-color: #FFFFFF;
	border-style: solid;
	
}

img.interface {
	padding-right: 8px;
	
}

p.latesttxt {
	margin-top: 5px;
	
}