/* Stylesheet f�r Printausgabe | Torbau Schwaben */
* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	}
	
#site {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ccc;
	}
	
h1{
	font-size:12pt;
	color:#cccccc;
	margin-bottom:0.5em;
	}

h2{
	font-size:14pt;
	color:#000;
	margin-bottom:1em;
	}
	
h3{
	font-size:11pt;
	color: #000;
	margin-bottom:0.5em;
	margin-top:1em;
	}
	
	.h3{
	font-size:11pt;
	color: #000;
	margin-bottom:0.5em;
	margin-top:1em;
	}
.h4{
	font-size:11pt;
	color: #000;
	margin-bottom:0.5em;
	margin-top:1em;
	font-weight:bold;
	}

#ContentContainer {
  	margin-top:40px;
   	padding:0;
	}

#content,
#content p {
	line-height:150%;
	color:#4D5A6A;
	}
	
/* Listenformatierungen / blauer Pfeil   */
  
#containeraufzaehlung {
	width:400px;
	float:left;
	margin-left:15px;
	padding:0;
}

ul.aufzaehlung  {
	margin:5px 20px;
	padding:0;

}

ul.aufzaehlung li {
	list-style-position: outside;
	list-style-type: square;
	border-bottom: 1px dotted #ccc;
	padding:2px;
	margin:0px;
	color:#F29A36;
	}

.black { color:#000; }

	
/* Listenformatierungen / grüner Haken   */
#containeraufzaehlung {
	width:400px;
	float:left;
	margin:0;
	padding:0;
}

#liste_haken { 
	list-style: square;
	margin:0;
	padding: 0;
	} 
  
#liste_haken ul { margin:0px; padding:0px;} 

  
#liste_haken li { 

	background: #fff url(../layout_images/abgehakt.gif) no-repeat;
	font-weight: bold;
	padding: 0 10px;
	line-height: 18px;
	margin: 5px 0;
	} 
	
#FussContainer_content {
	margin:6em 0 0 0;
	border-bottom: 1px solid  #CED1D5;
	}		
	

.fusszeile_anschrift {
	float:left;
	margin-top:8px;
	margin-left:0;
	padding:0;
	color:#bbb;
	font-size:7.5pt;
	}	
	


/* ausgeblendete Inhalte * * * * * * * * * * * * * * * * * */


#infonavigation,
#kopfnaviagtion,
#ContainerSuchfeld,
#titelbild,
#NavigationsContainer,
#NavigationsContainer_rechts,
.fusszeile_drucken,
.fusszeile_seitenanfang,
.fusszeile_impressum,
#UnternavigationsContainer,
#versionsnaviagtion,
#tabsJ
{
  	display:none;
	}
	

/* Logo und Beschreibung f�r Ausdruck */
#logo {
	float:left;
	margin-right:100px;
	margin-bottom:0px;
	padding:0;
	display: block;
	}


	



/***********************************************************/
/* Pfadleiste    */
/***********************************************************/	

#pfadleiste {
	clear:right;
	font-size:7pt;
	margin: 0 0 20px 0;
	padding-bottom:5px;
	padding-top:5px;
	color:#ccc;
	border-bottom: 1px solid  #CED1D5;
	border-top: 1px solid  #CED1D5;
	}

.pfad {
	color:#666;
	text-decoration: none; 
	background-image:url(../layout_images/pfeil_orange.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 20px;
	
	}
	
.pfad:link, .pfad:visited, .pfad:active {
	color:#000;
	text-decoration: none; 
	}	

.pfad:hover { color:#FF9900; }	


/*clearing all floats and fix Firefox and IE backgroundcolor-bug */
div.clearer {
  	clear:both;
  	font-size:1px;
  	line-height:1px;
  	display:block;
  	height:1px;
	}	

/***********************************************************/
/* Bildergalerie / Lightbox    */
/***********************************************************/

.bilder_galerie  {
	padding: 0.2em; /* Abstand zwischen Bild und Rahmen */ 
	float:left; 
  	border: 1px dotted #ccc; /* Hellgrauer Bilderrahmen */ 
  	margin-right: 15px; /* Abstand rechts zwischen Rahmen und Text */ 
	margin-bottom:10px;
		}

.bilder_galerie p {
	padding: 0.2em; /* Abstand zwischen Bild und Rahmen */ 
	margin-top: 0.2em;
	text-align: center;
	background-color:#efefef;
	font-size:10px;
		}
	
.bilder_rechts  {
	margin-top:0;
	padding: 0.2em; /* Abstand zwischen Bild und Rahmen */ 
	float:right; 
  	border: 1px dotted #ccc; /* Hellgrauer Bilderrahmen */ 
  	margin-left: 15px; /* Abstand rechts zwischen Rahmen und Text */ 
	margin-bottom:15px;
margin-top:3px;
 	}

.bilder_links {
	margin-top:0;
	padding: 0.2em; /* Abstand zwischen Bild und Rahmen */ 
	float:left; 
  	border: 1px dotted #ccc; /* Hellgrauer Bilderrahmen */ 
  	margin-right: 15px; /* Abstand rechts zwischen Rahmen und Text */ 
	margin-bottom:15px;
margin-top:3px;
 	}
	


	
.trenner {
	height:20px;
	border-bottom: 0.08em dotted #CCCCCC;
    padding: 0 0 3em 0;
    margin-bottom: 2em;
    }
	
	/***********************************************************/
/* Reporttabelle    */
/***********************************************************/
.tablereport {
	table-layout: auto; /* auto=default | fixed kann der Opera nicht */
	width: 100%;
	margin: 0;
	border-collapse: separate;	
	}

.tablereport th {
	padding:5px;
	}	
	
.tablereport td.first {
	padding:2px 5px;
	font-weight:bold;
	width:30%;
	background-color: #ddd;	
	}	
	
.tablereport td {
	padding:2px 5px;
	}	
	

	
/***********************************************************/
/* Farbangaben Reporttabelle    */
/***********************************************************/	
.tablereport, .tablereport td.head, .tablereport td {
	border: 1px dotted #ccc;	/* gepunktete Linie um Tabelle und Zellen */
	}
	
.tablereport, tr {
	background-color:#fff;		/* Hintergrundfarbe Tabelle / Zeile */
	}

.tablereport th {
	color:#FFFFFF;				/* Schriftfarbe Tabellen�berschrift*/
	background-color:#A9B1B8;	/* Hintergrundfarbe Tabellen�berschrift*/
	}	
	
.tablereport td.head {
	background-color:#EBECED;	/* Hintergrundfarbe Tabellenzwischen�berschrift*/
	}		



.SlidingPanelsContent {
clear:left;
	width: 100%;

	overflow: visible;
	margin: 0px;
	padding: 0px;
	border: none;
}

