
@media print {

	html, body {
	width:100%;
	padding:0;
	margin:0;
	}

	.skjult, #logo, #topmenu1, #topmenucontainer1, #topmenu2, #topmenucontainer2, #topmenu3, #topimage, #buttons, #menucontainer, #extras, #copyright, #bottommenucontainer {
	display:none;
	}

	.vist {
	display:block;
	}

	#vis_sagsnummer {
	display:none;
	}
	
	* {
	font-family:verdana;
	font-size:14px;
	}

	#center {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	padding:0;
	margin:0;
	}
	
	#content {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	padding:0;
	margin:0;
	}
	
	#content2 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	padding:0;
	margin:0;
	}
}

@media screen {

	html, body {
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
	background-color:#B4BDCA;
	}
	
	p {
	margin-top:0px;
	margin-bottom:0px;
	}
	
	textarea {
	border: 1px solid #911F1C;
	}
	
	a {
	color:#91201A;
	text-decoration:none;
	}
	
	ul {
	margin-top:0px;
	margin-left:16px;
	}
	
	li {
	margin:0px;
	margin-bottom:7px;
	list-style-image: url(billeder/dot.gif);
	}
	
	#center {
	margin-top:0px;
	text-align:left;
	background:red;
	width:995px;
	margin-left:auto;
	margin-right:auto;
	background:url('billeder/centerbg.gif');
	}
	
	#logo {
	margin-top:4px;
	float:left;
	}
	
	#topmenucontainer1 {
	width:633px;
	text-align:right;
	float:left;
	}
	
	#topmenucontainer2 {
	width:633px;
	text-align:right;
	float:left;
	background:url('billeder/top_navigation_bg.gif');
	background-repeat: repeat-x;
	}
	
	#topmenu1 {
	width:633px;
	height:4px;
	}
	
	#topmenu2 {
	width:633px;
	height:16px;
	
	}
	
	#topmenu3 {
	width:633px;
	height:4px;
	}
	
	#buttons {
	float:left;
	}
	
	#menucontainer {
	width:136px;
	height:100%;
	float:left;
	}
	
	#content {
	float:left;
	padding-top:17px;
	padding-bottom:17px;
	width:704px;
	}
	
	#content2 {
	font-family:verdana;
	font-size:11px;
	padding:10px;
	padding-top:20px;
	}
	
	#extras {
	text-align:left;
	float:left;
	width:155px;
	}
	
	#copyright {
	padding-bottom:18px;
	padding-top:20px;
	padding-left:20px;
	background:url('billeder/bund_bg.gif');
	background-repeat: repeat-x;
	color:#911F1C;
	background-color:#B4BDCA;
	float:left;
	}
	
	#bottommenucontainer {
	padding-bottom:18px;
	padding-top:20px;
	background:url('billeder/bund_bg.gif');
	background-repeat: repeat-x;
	background-color:#B4BDCA;
	text-align:right;
	padding-right:20px;
	}
	
	body,td,input,textarea,select {
	font-family:verdana;
	font-size:10px;
	}
		
	#print_sagsnummer {
	display:none;
	}

}