body{
  color:#000;
  background-color:#eee;
  font-family:"Deja Vu Sans", Helvetica, Verdana, Tahoma, Arial, sans-serif;
  font-size:1.2em;
  margin:1em;
  max-width:50em;
  }

h1 {
  font-size:1.4em;
  font-style:italic;
  letter-spacing:0.2em;
  display:inline;
  }

h2 {
  font-size:1.4em;
  display:inline;
  }

h3{
  font-size:1.2em;
  }

h4 {
  font-size:1.0em;
  margin:1.5em 0em 0.2em 0em;
  }

h5{
  font-size:0.9em;
  }

ul.nav{
  list-style:none;
  display:inline;
  padding:0em;
  }

li{
  padding-bottom:0.5em;
  }

table, th, td{
  font-weight:bold;
  text-align:center;
  border-width:0.15em;
  border-color:#000;
  border-style:solid;
  border-collapse:collapse;
  padding:0.4em;
  }

td{
  font-weight:normal;
  }

td.xps-grün {
  background-color:#9c4;
}
td.xps-gelb {
  background-color:#ff0;
}
td.xps-rosa {
  background-color:#F69;
}
td.xps-blau {
  background-color:#8ce;
}
td.xps-lila {
  background-color:#969;
}

a:link {
  color:#00F;
  }

a:visited {
  color:#0000BF;
  }

a:hover {
  text-decoration:none;
  }

a.top /*für den "nach oben" Link*/ {
  margin:1em;
  font-size:0.8em;
  display:block;
  }

img.kk {
  width:300px;
  height:auto;
  background-color:#FFF;
  border-width:0.1em;
  border-color:#000;
  border-style:solid;
  }
  
img.bt {
  width:100%;
  height:auto;
  background-color:#FFF;
  border-width:0.1em;
  border-color:#000;
  border-style:solid;
  }

img.lines {
 background-color:#FFF;
 }

.nobr {
  white-space:nowrap;
}

.warn {
	color: red;
}

.cite {
  margin-left:2em;
  padding:0.5em;
  background-color:#fff;
  border-color:#000;
  border-width:0.1em;
  border-style:dotted;
}

.cite-text {
  font-style:italic;
  background-color:#fff;
}
.left {
  text-align:left;
}
