/**************************** PRINT ****************************/

#menu_func_container, #menu_main_container, #marginal { display: none; }

#top img { display: none; }

body, #inhalt {
  margin: 0;
  padding: 0;
  font: 10pt Verdana, Arial, Helvetica, sans-serif;
  color: black;
  background: transparent;
  width: 720px;
}

#header_container
{
	width: 720px;
	height: 123px; 
	float: left;
	padding-bottom: 10px;
	overflow: hidden !important;
	border-bottom: 1px solid grey;
}

/* Tabellen */

table {
	border-collapse: collapse;
	border: 0;
	text-align: left;
	margin: 15px;
	margin-left: 0;
	
}

th {
	background-color: #b7b7b7; 
	color: #ffffff;
	font-size: 85%;
	padding-left: 5px;
	margin: 0;
}

td {
	font-size: 90%;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-color: #b7b7b7;
	border-bottom-width: 1px;
}

.linkcell {
	background-color: #f5f5f5;
	color: #444444;
	white-space: nowrap;
}

.linkcell a {
	color: red;
}

.quelle {
	font-size: 85%;
	margin-left:50px;
}

#inhalt {
	width: 680px;
	clear:left;
	padding-top: 10px;
	margin-left: .5cm;
	margin-right: .5cm;
}

#inhalt div, #inhalt  table {
	width: 98%;
}

.eventlist {
	width: 98%;
	float: left;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #215a1d;
	padding-top: 10px;
	margin-top: 10px;
}

.tx-ttnews-browsebox, .news-list-morelink, .news-single-backlink, .news-single-files {
	display: none;
}

hr.clearer {
	border: 0;
}

.news-list-date {
	border-top: 1px solid #d0d0d0;
	clear: left;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, 
"Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

h1 {
  font-size: 11pt;
}

h2, h3 {
  font-size: 10pt;
}

p {
  margin: 0 0 1em 0;
}

p+p {
  page-break-after: auto;
}

a, a:visited, a:hover, a:visited:hover {
  color: #444444 !important;
  background: transparent;
  text-decoration: none;
}

a:link:after, a:link:visited:after {
  /*content: " (Link auf <" attr(href) ">) ";*/
  font-size: 76%;
  color: #777777;
  background: transparent;
}

a[href^="/"]:link:after {
  /*content: " (Link auf <http://www.dnrfk.de " attr(href) ">) ";*/
}

img {
	border:0px;
	float: left;
	margin: 5px;
}

li img {
	float: right;
}

h3, p .bodytext {
	clear: both !important;
}

#printfooter {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 2cm;
	padding-top: .25cm;
	border-top: 1px solid grey;
}

#printfooter .address {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	color: #777777 !important;
}

/**************************** IE SPECIAL ****************************/
* html, * html #inhalt
{
	width: 50%;
}
