/* TAG STYLING */
.onlyPrintDisplay h1 {
	font: bold 14px verdana,arial, sans-serif;
	margin: 0;
	padding: 0;
	color: Black;
}

.onlyPrintDisplay .ruler {
	border-bottom: 1px solid #000000;
}

body {
	margin: 0;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	font: normal 11px verdana,arial, sans-serif;
}

a {
    color: Black;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

/* PAGE LAYOUT */
.layout, .layoutwide {
	margin: 0 auto;
	text-align: left;
	width: 100%;
	background:none;
	line-height: normal;
}

.contentArea {
	border: none;
}

.floatRight { 
    float: right; 
    margin-right: 10px;
} 

.contentRight {
    BORDER-TOP-STYLE: none; 
    BORDER-RIGHT-STYLE: none; 
    BORDER-LEFT-STYLE: none; 
    BORDER-BOTTOM-STYLE: none;
    WIDTH: 99%
}

.ruler {
	border-bottom: 1px solid #000000;
}

.onlyPrintDisplay {
	display:block;
}

.headerFrontpage, .headerContentpage, .navigation, .footer, .contentLeft, .infoBox, .documentFunctionbar, .hideWhenPrint, .rightmenu  {
	display: none;
}

.fullviewHtmlContent {
	overflow: visible;
}

.fullviewHtmlContent h1 {
	display:none;
}
.contentRight .ruler {
	border-bottom: 1px solid #000000;
}

.fullviewHtmlContent.Historisk { background:url(/gfx/status/statusHistoriskPrint.gif) repeat-y; }
.fullviewHtmlContent.Forkastet { background:url(/gfx/status/statusForkastetPrint.gif) repeat-y; }
.fullviewHtmlContent.Fremsat { background:url(/gfx/status/statusFremsatPrint.gif) repeat-y; }
.fullviewHtmlContent.Gældende { background:url(/gfx/status/statusGaeldendePrint.gif) repeat-y; }
.fullviewHtmlContent.Vedtaget { background:url(/gfx/status/statusVedtagetPrint.gif) repeat-y; }
.fullviewHtmlContent.Ukendt { background:url(/gfx/status/statusUkendtPrint.gif) repeat-y; }
.fullviewHtmlContent.archive { background:url(/gfx/status/statusArchivePrint.gif) repeat-y; }
.fullviewHtmlContent.current { background:url(/gfx/status/statusCurrentPrint.gif) repeat-y; }
.fullviewHtmlContent.draft { background:url(/gfx/status/statusDraftPrint.gif) repeat-y; }
.fullviewHtmlContent.unknown { background:url(/gfx/status/statusUnknownPrint.gif) repeat-y; }