/* ======== (Zurück)Setzen der Basis-Einstellungen ========== */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
/*  font-size: 1em; */
  background-color: #333333;
  color: #BBBBBB;
}

* {
  margin: 4px,4px,0,0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}

p {
  font-size: 1.2em;
}

.klaerchen {
  clear: both;
  width: 1px;
  height: 1px;
  font-size: 1px;
}

/* ============ 'Karte' Block ============ */

#normalText{
  font-size: 1.2em;
}

#themenTitle {
	padding-top:  6px;
/*  font-size: 1em; */
  font-weight: bold;
}

#themenListe {
  padding-left: 20px;
}

#parzisTitle {
  font-size: 1.2em;
  line-height: 1.3em;
  padding-left: 10px;
  font-weight: bold;
  color: black	;
  background-color: #e5e5e5;
}

td {
  padding: 6px;
  text-align: center;
}

a img {
  border:1px solid #444444;
	border-bottom: 2px solid #222222;
  border-right: 2px solid #222222;
}

.thumbnailLegende {
  font-size: .76em;
}

.fullsize {
  border:1px solid #000000;
	border-bottom: 4px solid #222222;
  border-right: 6px solid #222222;
}

.fullsizeLegende {
  font-size: .76em;
  text-align: left;
  vertical-align: top;
}

.notFound {
  padding-left: 10px;
  padding-top: 20px;
  line-height: 1.3em;
  font-size: 1em;
  font-weight: normal;
  color: #FFFFFF;
}

#author {
  font-size: 1em;
  text-align: right;
}
