/* CSS Document 
Dette dokument blev fremstillet 2005-07-01
Det er et stoettedokument til /css/2005.css og /css/2005_print.css
Det har til formaal at skrive dokumentet med to spalter i midten 
Fra april 2007 bruges opbygning paa basis af Dreamweaver CS3s skabelon "twoColLiqLt" 
(Two Colums Liquid Left Sidebar */
#content {
	margin: 0em 3% 0em 26%; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}
#menu {
/* NYT */
	float: left; 
	width: 24%; /* since this element is floated, a width must be given */
margin: inherit;
}

/*   FLOAT FOR #HEADLINES float:right; */
/* #headlines {
width: 17%;
border-left: 1px solid #cccccc;
min-height: 400px;
background-color: #c7535e;
background-image: url(../picts/baggrunde/baggrund1.jpg);
background-position:right;
background-repeat: repeat-y;
}
@media print {#headlines {display: none;}}
#siteinfo {
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #111100;
	padding: 10px 10px 10px 10px;
bottom: 0px;
margin: 0px;
background-image: url(../picts/baggrunde/soapstone.jpeg);
}
*/
