@charset "UTF-8";


html, body {
	color: black;
	background-color: white;
	font: normal 12px/16px "Times New Roman", Times, serif;
	padding: 20px;
}

#main {
	margin: 50px auto;
}

a {
	color: black;
	text-decoration: none;
}

a img {
	border: 1px solid black;
}


h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	


/**
* @section kopf = p0
*/

	
#p0 h2 {
	font-size: 1.1em;
	font-style: italic;
	}	

#p0 img {
	border: none;
	float:left;
	}	


#p0 ol,
#p0 ul,
.top,
#sidebar,
.highslide-caption,
#letters {
	display: none;
	}
	
.bildgruppe li {
	float: left;
	display: inline;
	list-style-type: none !important;
	width: 160px;
	margin: 10px;
	
	}
	
a img {
	border: none;
	}	
	
	
	
.homepage p,	
.inhalte p 	{
	margin-bottom: 1em;
	clear:both;
	}
	
.homepage h1,	
.inhalte h1,
.homepage h2,	
.inhalte h2,
.homepage h3,	
.inhalte h3 {
	margin-bottom: 1em;
	clear:both;
	}
				

.bildunterschrift {
	margin-bottom: 1em;
	margin-top:0.5em;
	font-size: 90%;
	font-style: italic;
	} 
	
/* Listen */	
	
.partner {
	margin-bottom: 1em;
	padding: 0;
	}	
	
.partner th{
	margin: 0;
	padding: 5px 10px 5px 5px;
	font-weight: normal;
	text-align: left
	}	
	
.partner td{	
	margin: 0;
	padding: 5px 5px 5px 10px;
	font-style: italic;
	}		


/* Glossar-Darstellung */
p.postmetadata {
	border-top: 1px solid black;
	font-size: 80%;
	margin-top: .5em;
	margin-bottom: 2em;
	}
	span.lastModified {
		font-style: italic;
	}

  dl.glossary { margin-left: 0; }
  
  .glossary dt {
    border-bottom: 1px dotted gray;
    margin-top: 1em;
    padding-bottom: .3em;
		font-weight:bold;
  }
	
	.glossary dd {
		font-style: normal;
		margin-left:10px;
  }
  
  .glossary div.seeAlso {
    margin: 1em 0;
    font-size: .9em;
		font-style: italic;
  }
  .glossary .seeAlso ul,
  .glossary .seeAlso li {
    background: none transparent !important;
    display: inline;
    list-style: none;
		font-style: normal;
    margin: 0;
    padding: 0 .5ex 0 0 !important;
  }
	
#foot {
				clear: both;
				padding: 10px 20px 30px 20px;
				margin: 0 auto;
				text-align: center;
      }