
/* Sammenlign alle stylesheets til slut og saml de fælles styles i én import-fil */

body {
	margin: 0px;
	background-color: #ffff99;
	color: #800000;
	font-family: "Trebuchet MS", arial, sans-serif;
}
a {
	text-decoration: none;
}
a:link {
	color: #800000;
}
a:visited {
	color: #800000;
}
a:hover {
	color: #800000;
}
a:active {
	color: #800000;
}
.textLink a:link, .textLink a:visited {
	font-weight: bold;
	text-decoration: underline;
}
.textLink a:hover {
	font-weight: bold;
	color: white;
	background-color: black;
	text-decoration: none;
}
.textLink a:active {
	font-weight: bold;
	text-decoration: underline;
}
td {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 15px;
}
.text {
	font-size: 13px;
/*	margin-right: 40px;*/
	margin-left: 14px;
}
.small {
	font-size: 11px;
}
.overskrift {
	font-size: 13px;
/*	margin-right: 40px;*/
	margin-bottom: 0px;
	margin-left: 14px;
}
.h-indryk {
	font-size: 13px;
	margin: 0px 0px 0px 39px;
	text-indent: -25px;
}
.blockquote {
	font-size: 13px;
	margin-left: 40px;
}
.inlineTxt {
	font-size: 13px;
}
.center {
	text-align: center;
}
.text a {
	text-decoration: underline;
}
.overskrift a:link, .h-indryk a:link, .inlineTxt a:link, .overskrift a:visited, .h-indryk a:visited, .inlineTxt a:visited {
	text-decoration: none;
}
.overskrift a:hover, .h-indryk a:hover, .inlineTxt a:hover {
	text-decoration: underline;
}
.overskrift a:active, .h-indryk a:active, .inlineTxt a:active {
	text-decoration: none;
}
.headline {
	font-size: 16px;
	font-weight: bold;
	margin-right: 40px;
	margin-left: 14px;
}
.first-hl {
/*	margin-right: 19px;*/
	margin-left: 14px;
}
.hl-style {
	font-size: 16px;
	font-weight: bold;
}
#bodyTable, #bodyCell {
	width: 100%;
}
#marginTop {
	width: 100%;
	height: 30px;
}
#container {
	width: 782px;
}
#containerLeft {
	width: 174px;
}
#containerLeftTable {
	width: 174px;
}
#logo {
	border: 0px;
}
.menuLink {
	display: block;
	padding-top: 4px;
	width: 160px;
	height: 24px;
	font-weight: bold;
	text-align: center;
}
.menuLink:link, .menuLink:visited, .menuLink:active {
	border: 1px solid #800000;
}
.menuLink:hover {
	border: 1px solid black;
	background-color: black;
	color: white;
}
#latestMessageBox {
	display: block;
	padding: 4px 2px 2px 2px;
	width: 156px;
	height: 134px;
	border: 1px solid #800000;
	background-color: #fffcec;
	text-align: left;
	font-size: 12px;
}
#latestMessageBox a:link, #latestMessageBox a:visited {
	text-decoration: none;
}
#latestMessageBox a:hover {
	text-decoration: underline;
}
.currentPage {
	display: block;
	padding-top: 4px;
	width: 160px;
	height: 24px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #333;
	background-color: #333;
	color: white;
}
#containerMain {
	width: 608px;
}
#containerMainTable {
	width: 608px;
}
#journalTitle {
	width: 512px;
	height: 60px;
	font-size: 33px;
}
#journalSubTitle {
	height: 30px;
	font-size: 13px;
	letter-spacing: 11px;
}
#textFrame {
	height: 428px;
	overflow: auto;
	scrollbar-base-color: #ffff99;
	scrollbar-face-color: #ffff99;
	scrollbar-shadow-color: #800000;
	scrollbar-darkshadow-color: #ffff99;
	scrollbar-highlight-color: #ffff99;
	scrollbar-arrow-color: #800000;
	scrollbar-3dlight-color: #800000;
}
#fora-status {
	margin-top: 156px;
	text-align: left;
	font-size: 11px;
}
.hl {
	padding-left: 8px;
}	
#fora-status a {
	display: block;
	padding: 4px 4px 4px 8px;
	background: #800000;
	color: #ff9;
	text-decoration: underline;
}
#fora-status a:hover {
	background: black;
	color: white;
}
hr {
	height: 1px;
	background: #800000;
	color: #800000;
}
#tip {
	position: absolute;
	display: none;
	background-color: #f3f3f3;
	color: #800000;
	border: 1px dashed #333333;
	padding: 3px;
	font-size: 12px;
}
