@charset "UTF-8";
/*
media print
Theme Name: biodiv
Theme URI: http://biodiv-network.de/
*/

  body, #page {margin:0; padding: 0; border: 0;}
  /*#page {width: 100% !important; min-width: inherit; max-width: none} */

  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  #seitenkopf,#sprachauswahl,#Rootline {display: none}
  #Spaltelinks, #Spalterechts, #Fusszeile {display:none}

  /* Zeichensatz auf Serifen umstellen - Geneva, Arial, Helvetica, sans-serif;*/
  body {
  	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	background-color:#FFF;

	}
  code, pre { font-family:"Courier New", Courier, mono}

  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }


fieldset, img { border: 0 solid; }
div {margin:0; padding:0;}
 

#kopfzeile {
  float: right;
  padding-right: 20pt;  
  }
 
#biodiv {
  float: left;
}  

#Inhalt { position: relative; clear: both; }  
p {
  margin: 0 0 15px 0;
}
 
h1 {
  font-size:14pt;
  line-height: 18pt;
  color:#1268B1;
  margin: 0 0 22px 0;
  }

.teaser h2, .infocontainer h2 {
  font-size:12pt;
  margin: 0 0 8px 0;
  }
.index h2, .termin h2 {
  font-size:14pt;
  line-height: 16pt;
  margin: 0 0 8px 0;
  }
h3 {
  font-size:12pt;
  padding: 5px 0 8px 0;
  }

.index, .teaser, .infocontainer {  
	margin-bottom: 20pt;
}  

.teaser {
	border-top: 1pt dotted #1268B1;
	padding: 15px 10px 0px 30px;
}
.infotype {
  font-size:11pt;
  font-weight:bold;
  padding: 10px 0 15px 0;
  } 

#Inhalt ul {
	list-style-type: circle;
}

#Inhalt ul, #Inhalt ol {
	margin-left: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
}
#Inhalt ul li, #Inhalt ol li {
	margin: 2px 0;
	font-size:12pt;
	line-height: 13pt;
}
 
.kasten {
  margin:0;
  padding:0;
  }
  
  
a {
  text-decoration:none;
  color:#000;
}
  
/* Linkklasse des Links mit extra Eingabefeld */
a.mylink { }

.datum { 
	background-color:#EEEEEE; 
	margin-top:10px; 
	padding:5px;	
	font-size:11pt;
	line-height: 13pt;
	font-weight: bold;
 }
.termin {
	line-height: 13pt;
	padding: 15px 10px;	
}
.termin dd {
	margin: 0 0 10px 0;	
	font-size:12pt;
 }

.country {
  margin-top:7px;
  margin-left:3px;
  margin-right:3px;
  }
  
.bildtext {
  font-size:8pt;
  font-weight:bold;
  font-style:italic;
  }
  
.mittig {text-align: center;}
.vspace15 { padding: 15px 0 10px 0;}
.vspace5 { padding: 5px 0 5px 0;}
 
 .claim {padding: 10px;}
 img.left {float:left; margin:0 12px 5px 0;}
 img.right {float:right; margin: 0 0 5px 12px;}
 
 .unsichtbar, .druck {
	display:inline;
	height:0;
	left:-3000px;
	position:absolute;
	top:-2000px;
	width:0;
	z-index:200;
	}
