body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #002061;
	margin: 0;
	padding: 0;
}

/* text-färg */
body, .navigation {
	color: #FFFFFF;
}

a:link, a:visited {
	color: #5583DC;
	text-decoration: none;
}

a:hover {
	color: #faff00;
}

a:active {
}

a {
	color: #CCCCCC;
}

a.navigation, a.navigation:visited {
	color: #5583DC;
}

a.navigation:hover {
	color: #faff00;
}

a.headerlink:link,
a.headerlink:visited
{
	text-decoration: none;
	color: white;
}
a.headerlink:hover {
	text-decoration: underline;
}

h1,h2,h3,h4 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

h1 {
	font-size: 24px;
	margin-bottom: 12px;
	margin-top: 12px;
}

h2 {
	font-size: 18px;
	margin-bottom: 4px;
	margin-top: 4px;	
}

p {
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

p, li, td.t1 {
	font-size: 65%;
}

form {
	font-size: 16px;
}

.small {
	font-size: 10px;
}

.navigation {
	font-size: 10px;
	text-transform: uppercase;
	/*background-color: #003399;*/
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}
.sitetitle {
/*	background-color: #003399;*/
	margin: 0px;
	padding: 0px;
}

.main {
	margin: 0px;
	padding: 8px;
	text-align: center;	
}

table {
	padding-left: 0;
}

td {
	padding-top: 2px;
	padding-right: 2px;
	vertical-align: top;	
}

/* Gästbok */

td.guestbook {
	font-size: 70%;
}


/* Länkar */

table.lankar {
	font-size: 12px;
}

th.lankar {
	background-color: #003399;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;	
}

/* yttre tabell (för tabellrubrik) */

table.t1 {
	padding: 0px;
	margin: 0px;
	border: 1px solid #204899;
	background-color: #001541;
	-moz-border-radius: 6px; /* round corners, only works in Mozilla */
}

th.t1 {
	padding: 4px;	
	font-size: 65%;
	text-align: left;
	background-image:  url("images/blue_gradient_h20.jpg");
	background-repeat: repeat-x;
}

td.t1 {
	border: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
}

/* inre tabell */

table.t2 {
	padding: 2px;
	margin: 2px;
	border: 0;
	background-color: #001541;
}

th.t2 {
	font-size: 65%;
	text-align: left;
	padding: 0px 2px 2px 2px;
}

.top {
	background-image:  url("images/blue_gradient_h76.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom: 1px solid #204899; /*#002879;*/	
}

input.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.odd {
	background-color: 405040;
}

#dhtmltooltip{
font-size: 65%;
text-align: left;
color: black;
position: absolute;
width: 300px;
border: 1px solid black;
padding: 2px;
background-color: #5583DC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

table.code {
	background-color: "#002B84";
	border: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}
td.code {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;		
}