/*------------------------------------------------------------------------*/
/* Allgemein                                                              */
/*------------------------------------------------------------------------*/
@page {
	size: portrait;
}

html {
  margin: 0px;
  border: 1px;
  padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000;
  background-color: #fff;
  margin: 0px;
  border: 0px solid #fff;
  padding: 0px;
}

a,
a:normal,
a:active,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

img {
  margin: 0px;
  border: 0px solid #fff;
  padding: 0px;
}

ul, li {
  margin: 0px;
  border: 0px solid #fff;
  padding: 0px;
}

div {
  margin: 0px;
  border: 0px solid red;
  padding: 0px;
	orphans: 10;
	widows: 10; 
}

p {
	orphans: 10;
	widows: 10; 
	line-height: 130%;
}

/*------------------------------------------------------------------------*/
/* Kopf- und Fußbereich                                                   */
/*------------------------------------------------------------------------*/
div.print_header {
	font-size: 10px;
	color: #777;
	background-color: #f9f9f9;
	display: block;
	border-bottom: 1px solid #777;
	padding: 10px;
}

div.print_footer {
	font-size: 10px;
	color: #777;
	background-color: #f9f9f9;
	display: block;
	border-top: 1px solid #777;
	padding: 10px;
}

div.print_footer p.url {
	padding: 0px;
	margin: 0px;
}

div.print_footer p.copyright {
	float: right;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

/*------------------------------------------------------------------------*/
/* Breadcrumb                                                             */
/*------------------------------------------------------------------------*/
div#breadcrumb {
	font-size: 9px;
}

/*------------------------------------------------------------------------*/
/* Inhaltsblock                                                           */
/*------------------------------------------------------------------------*/
div#print_body {
	padding: 20px;
	/*
	min-height: 400px;
	*/
}
* html div#print_body {
	/*
	height: 400px;
	*/
}

div#print_body div#content {
	display: block;
}

div#print_body div#content h1 { 
	color: #2C7804;
	font-size: 20px;
/*	padding-top: 10px; entfernt */
	padding-top: 0px;
	padding-bottom: 10px;
}
div#print_body div#content h1.gallery { 
	margin-top: 0;
}
div#print_body div#content div.gallery_preview { 
	margin-bottom: 2em;
}
div#print_body div#content div.gallery_preview img { 
	margin-right: 1em;
}
div#print_body div#content img.gallery { 
	margin-right: 1em;
	margin-bottom: 1em;
}

div#print_body div#content h2 { 
	color: #777; 
	font-size: 16px;
}

div#print_body div#content div.intro { 
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#print_body div#content div.intro img.intro {
	margin: 0px;
	margin-right: 10px;
	border: 1px solid #555555;
}

div#print_body div#content div.intro p { 
	padding: 0px;
	margin: 0px;
}

div#print_body div#content div.text {
	display: block;
	border: 0px solid #555555;
}

div#print_body div#content div.text img {
	margin: 5px;
}

div#print_body div#content span.author {
	font-size: 9px;
	font-style: italic;
	margin-top: 5px;
}

div#print_body div#content div.comment {
	margin-top: 10px;
	margin-bottom: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
div#print_body div#content div.comment p {
	font-style: italic;
	margin-top: 3px;
	margin-bottom: 3px;
}

/*------------------------------------------------------------------------*/
/* table.vorstand                                                         */
/*------------------------------------------------------------------------*/
table.vorstand {
	font-size: 10px;
	margin-bottom: 20px;
	white-space: nowrap;
	width: 100%;
	clear: both;
}
table.vorstand tr {
}
table.vorstand tr td {
	padding: 5px 10px 5px 10px;
	width: auto;
}
table.vorstand tr.header {
	background-color: #D9F0D9;
	font-size: 11px;
}
table.vorstand tr.header td {
	padding: 3px 10px 3px 10px; 
}
table.vorstand tr td.funktion {
	padding: 5px 0px 5px 10px;
	width: 130px; 
}
table.vorstand tr.empty {
	overflow: hidden;
}
table.vorstand tr td ul.aufgaben {
	list-style-type: disc;
	font-size: 10px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
table.vorstand tr td ul.aufgaben li {
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------------------*/
/* table.mitarbeiter                                                      */
/*------------------------------------------------------------------------*/
table.mitarbeiter {
	font-size: 10px;
	margin-bottom: 20px;
	width: 100%;
	clear: both;
}
table.mitarbeiter tr {
}
table.mitarbeiter tr td {
	padding: 5px 10px 5px 10px;
	width: auto;
}
table.mitarbeiter tr.header {
	background-color: #D9F0D9;
	font-size: 11px;
}
table.mitarbeiter tr.header td {
	padding: 3px 10px 3px 10px; 
}
table.mitarbeiter tr td.funktion {
	padding: 5px 0px 5px 10px;
	width: 120px; 
}
table.mitarbeiter tr.empty {
	overflow: hidden;
}
table.mitarbeiter tr td ul.aufgaben {
	list-style-type: disc;
	font-size: 10px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
table.mitarbeiter tr td ul.aufgaben li {
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------------------*/
/* table.vereine                                                          */
/*------------------------------------------------------------------------*/
table.vereine {
	font-size: 10px;
	margin-bottom: 20px;
	width: 100%;
	clear: both;
}
table.vereine tr {
}
table.vereine tr td {
	font-size: 10px;
	padding: 5px 10px 5px 10px;
	width: 300px;
}
table.vereine tr.header {
	background-color: #D9F0D9;
	font-size: 11px;
}
table.vereine tr.header td {
	padding: 3px 10px 3px 10px; 
	width: 100%;
}
table.vereine tr.header td h2 {
	color: #000 ! important;
	font-size: 14px ! important;
	line-height: normal ! important;
  margin: 0px ! important;
  padding: 0px ! important;
}
table.vereine tr.empty {
	overflow: hidden;
}

/*------------------------------------------------------------------------*/
/* Box mit den aktuellsten Artikeln                                       */
/*------------------------------------------------------------------------*/
div.newsbox {
	font-size: 10px;
	border-top: 1px solid #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.newsbox h3 {
  color: #000;
	font-weight: bold;
	padding: 3px;
}
div.newsbox div.entry {
	padding: 5px 5px 5px 5px;
}

/*------------------------------------------------------------------------*/
/* Einzelne Einträge in der Artikelliste                                  */
/*------------------------------------------------------------------------*/
span.date {
	float: left;
	clear: left;
	width: 70px;
	color: #009933;
	background-color: #D9F0D9;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	border-left: 3px solid #009933;
	padding: 2px 10px 1px 7px;
}

div.list_entry {
	display: block;
	clear: both;
	margin: 0px 20px 0px 10px;
	padding: 10px 0px 5px 0px;
}
div.list_entry span.headline {
	color: #000;
	font-weight: bold;
	line-height: 150%;
	text-decoration: underline;
}
div.list_entry span.more {
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}
div.list_entry {
	display: block;
	margin: 0px 20px 0px 10px;
	padding: 10px 0px 5px 0px;
}

/*------------------------------------------------------------------------*/
/* Sitemap                                                                */
/*------------------------------------------------------------------------*/
span.sitemap_level0 {
	display: block;
  background-color: #A6DBA6;
	padding: 2px 0px 2px 20px;
	margin: 10px 0px 5px 0px;
}
span.sitemap_level1 {
	display: block;
	padding: 0px 0px 4px 40px;
}
span.sitemap_level2 {
	display: block;
	padding: 0px 0px 4px 80px;
}

/*------------------------------------------------------------------------*/
/* Sonstiges                                                              */
/*------------------------------------------------------------------------*/
div.functions {
	float: right;
	font-weight: bold;
}

div.functions a, 
div.functions a:normal,
div.functions a:active,
div.functions a:visited {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
div.functions a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
