body {
  background-image:url(../gfx/style/back_right.jpg);
  background-position:right;
  background-repeat:repeat-y;
  margin-right:40px;
  margin-top: 20px;
}
div.anmerkung {
  font-size:80%;
}
div.big {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 3px;
}
div.blockright {
	border: 1px solid black;
	float:right;
	margin: 3px;
	padding: 3px;
	width:150px;
}
div.cell {
  display: inline;
  height:80px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
div.floatleft {
	float:left;
  text-align: left;
	width:48%;
}
div.floatright {
	float:right;
  text-align: left;
	width:48%;
}
div.headline {
  background-color: darkgreen;
  background-image:url(../gfx/style/grbl.jpg);
  color: white;
  font-size: 140%;
  font-weight:bold;
  margin-bottom: 5px;
  padding-right: 25px;
  text-align: right;
}
div.unten {
	border-top: 1px solid black;
  clear: both;
  margin-top:20px;
	padding-top:2px;
  text-align: center;
  width:100%;
}
div.untertitel {
  font-size: 90%;
  margin-bottom: 12 px;
  text-align: right;
}
div.zitat {
	font-family: serif; font-size: 13pt;  
  font-style:italic;
}
h1 {
  border-bottom: 3px double black;
  clear: both;
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 5px;
}
h2 {
  border-bottom: 1px solid black;
  clear: both;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 5px;
}
h3 {
  clear: both;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 5px;
}
img.inlineL {
  left: 0px;
  float: left;
  margin: 3px;
  margin-right: 8px;
}
img.inlineR {
  float: right;
  margin: 3px;
  margin-left: 8px;
}
table {
  clear:both;
};
