/* CSS Document 
Dette dokument blev fremstillet 2005-07-01
Det er et stoettedokument til /css/2005.css og /css/2005_print.css */

/* FLOAT FOR #CONTENT 	float: left; */
#menu {
/* NYT */
	float: left; 
	width: 22%; /* since this element is floated, a width must be given */
}
#content {
/* NYT */
  
  margin: 0em 24% 0em 23.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
#headlines {
/* NYT */
  float: right; /* this element must precede in the source order any element you would like it be positioned next to */
  width: 23%; /* since this element is floated, a width must be given */
border-left: 1px solid #cccccc;
}
/*   FLOAT FOR #HEADLINES float:right; */
/* gl. vaerdi width: 200px; */
.stort_billede {
	max-width: 38em;}

#headlines h4 {
	font-size: 0.74em;
	display: run-in;
	}
#headlines p, #headlines table, #headlines dl, #headlines ul li, #headlines ol li  {font-size: 0.71em;}
#headlines h2:before, #headlines h3:before, #headlines h4:before {
content: ""; }
#headlines #lokal_menu h2 {
color: #003300;
display: block; 
width: 80%;
padding: 5px; 
border: 2px solid #336633; 
margin: 5px; 
text-decoration: none;
}
#headlines #lokal_menu a {
color: #003300;
display: block; 
width: 80%;
padding: 5px; 
border: 2px solid #336633; 
margin: 5px; 
text-decoration: none;
}
#headlines #lokal_menu a {display: block;padding: 5px; 
border: 2px solid; 
margin: 5px; 
text-decoration: none;
}
#headlines #lokal_menu h2 {font-size: 1em; background-color: #333300; color:#00FFFF;padding: 5px; 
border: 2px solid #336633; 
margin: 5px;
}
#headlines #lokal_menu a:before {content: '\25B6\0020 '; font-size: 130%;}


@media handheld {
	#content {
		width: 100%;
		min-height: inherit;
		padding-left: 0px;}
	#indhold {
		max-width: 100%;}
	#headlines {
		width: 100%;
		min-height: inherit;
		height: auto;
		}
	#nyheder, .nyheder, .ikkenyheder {
		display: none;
		}
	}
