/* 
		ams.dk
		Print stylesheet 
		
		Author : Henrik Ladefoged / Synkron
		Version : 0.1

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Header styles
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
h1, h2, h3, h4, h5 {
	color: #000;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Links 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a 	{
	color: #000;
	text-decoration: underline;
	line-height: 130%;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Disable elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#top, #logo, div#skip, #secondary-nav, #top, #leftcolumn, #rightcolumn, #breadcrumb, #topnav, #search, #login, #debug {
	display: none;
  }	

#container, #contentcontainer {
	border:0;
	padding:0;
	margin:0;
}

#content, #content-both-columns-enabled, #contentcontainer-only-right-columns, #contentcontainer-only-left-columns {
	padding:0;
	}
	div.paragraph-links {
		border-top: 1px solid #000;
	}
	div.paragraph-links a {
		display: block;
		padding: 3px 0px 3px 0px;
		background: none;
}

#footer {
		border-top: 1px solid #000;
}


/*	Style til tables										*/
/************************************************************/

.usergenerated td, .usergenerated th {
	color: #000;
	border: 1px solid #000;
	padding: 4px;
}

td.nowrap  {
	background: #E5E5E5;
	white-space: nowrap;
}

td.center  {
	background: #E5E5E5;
	text-align: center;
}

th  {
	padding: 4px;
	color:000;
	font-weight:bold;
}