body {
	background-color:#003399;
	margin:0 auto;
}

/* LAYOUT */



/* Surrounding table */

.around {
	width:619px;
	text-align:center;
	padding:5px 5px 5px 5px;
	background-color:68D3FF;
	border:1px solid #666666;
}




/* Navbar */

.nav {
	border:0px solid #676767;
	width:600px;
	text-align:center;
	height:32px;
	background-image: url(apixels/menubg-b.gif);
	background-repeat: repeat-x;
	vertical-align:top;
	font-family:Arial;
	font-size:20px;
	color:#066ECF;
	font-weight:bold 
}



/* Main content Area */

.maincontent {
	width:600px;
	border:1px solid #676767;
	background-color:#F8F8FF;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
}
.txt-hygg { color: black; font-size: 15px; font-family: Tahoma; background-color: transparent; border: none #676767; width: 600px }
.krogvahygg { color: black; font-size: 10px; font-family: Tahoma; border: none #676767; width: auto }
.krogvablunda { color: white; font-style: normal; font-weight: 100; font-size: 1px; font-family: Tahoma; border: none #676767; width: auto }
/* Height Gap */

.hg {
	height:5px;
}



/* Red footer bar */

.footerbar {
	width:600px;
	height:6px;
	background-image: url(apixels/fodbg.gif);
	background-repeat:repeat-x;
}



/* Footer (w. links) */

.footer {

	width:600px;
	height:10px;
	text-align:right;
}


/* Link back */

.lbt {
	width:600px;	
	text-align:center;
}

/* LINK STYLES */
/* Navbar links */

a.navlink, a.navlink:hover {
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
	color:#066ECF;
}


/* Footer links */

a.footerlink, a.footerlink:hover {
	font-family:Tahoma;
	font-size:10px;
	color:#4680C2;
	text-decoration:none;
}


/* All other links */

a {
	font-family:Tahoma;
	font-size:12px;
	color:#4680C2;
	text-decoration:none;
}

