/**************************** PRINT ****************************/

#menu_func_container, #menu_main_container, #marginal { display: none; }

#top img { display: none; }

body, #inhalt, li {
  margin: 0;
  padding: 0;
  font: 10pt Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  background: transparent;
}

#header_container
{
	width: 680px;
	height: 123px; 
	position: relative;
	top: 0;
	left: 0px;
	right: 0;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
	z-index: 3;
	overflow: hidden !important;
	background-color: #ffffff;
}

/* 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;
	float:left;
	margin-left: 1cm;
	margin-right: 1;
}

#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;
}

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: 14pt;
}

h2, h3 {
  font-size: 12pt;
}

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;
}

#printfooter {
	width: 680px;
	float: left;
	text-align: center;
	padding-top: 0.5cm;
	margin-bottom: 2cm;
	border-top:1px solid #444444;
	font-size: 8pt;
}

#printfooter .address {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	color: #777777 !important;
}

.news-latest-item {
	margin-bottom: 10px;
}

.news-latest-item p {
	display: inline;
}

.news-latest-item h3 {
	margin: 0;
}

.news-latest-item h3 a {
	font-size: .85em;
	color: #003698;
	text-decoration: none !important;
}

.news-single-backlink a {
	font-size: .85em;
	color: #003698;
	text-decoration: underline;
	display: none !important;
}

.news-latest-date {
	font-size: .8em;
	font-style: italic;
}

.news-latest-morelink a {
	padding-left: 2px;
	color: red !important;
	font-size: .8em !important;
	font-style: italic;
	text-decoration: underline;
}

.news-single-timedata, .sb_download_more, .dl-link, .sb_filesize_class, .news-single-files , .news-single-links, .wt_gallery_single_archive_link {
	display: none;
}

.news-single-imgcaption {
	font-size: .8em;
	color: #777777;
}

.sb_download_list .title {
	border-top: 1px solid #777777;
}

/**************************** IE SPECIAL ****************************/
* html, * html #inhalt
{
	width: 50%;
}
