body {
  background: White;
  font-size: 1em;
  color: Black;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.cl {
  clear: both;
}
a {
	color: #7F2100;
	text-decoration: underline;
}
a.imglink, a.none {
  text-decoration: none;
}
a:HOVER, a:FOCUS {
	color: #006AB3;
}
a:FOCUS {
	background: #EFF9FF;
}
a:VISITED {
	color: #af777b;
}
h1, h2, h3, h4, h5, h6, th, dt {
	color: #006AB3;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
  text-shadow: .1em .1em .2em #ddd;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, th strong, dt strong {
  text-transform: uppercase;
}
h1 {
	font-size: 1.6em;
	background: url(pics/buchstaben/nix.gif) no-repeat left;
	padding-bottom: 10px;
	padding-left: 28px;
	padding-top: 10px;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: .9em;
}
h5 {
	font-size: .8em;
	font-style: italic;
}
h6 {
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
}
h2, h3, h4, h5, h6 {
  background: url(pics/herz.gif) no-repeat bottom right;
	padding-right: 20px;
	padding-bottom: 1px;
  border-bottom: 1px solid #006AB3;
}
dt {
  margin-top: 1em;
}
.anl {
  color: Red;
  font-weight: bold;
  font-size: 1em;
  text-shadow: .1em .1em .2em #ddd;
  border: none;
  text-decoration: none;
}
.anl strong {
  text-transform: uppercase;
}
.anl .noop {
  font-weight: normal;
  color: Gray;
}
.abs {
  margin-top: 1em;
}
.datum, .datumtwo {
  font-weight: bold;
  font-size: .8em;
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
}
p.datum {
  text-align: right !important;
  margin-bottom: 1em !important;
  margin-left: 0px !important;
  float: none !important;
}
.box1, .box2 {
  border: 1px solid Black;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  
}
.box1 :first-child, .box2 :first-child {
  margin-top: 0px;
}
.box1 {
  background: #eee;
}
.box2 {
  background: #DFF1FF
}
/* Galerien */
.galbox, a.galbox:VISITED {
  display: block;
  text-align: center;
  overflow: hidden;
  width: 160px;
  height: 150px;
  padding: .3em;
  background-color: #EFF8FF;
  text-decoration: none;
  color: #006AB3;
}
a.galbox:HOVER, a.galbox:FOCUS {
  color: Black;
  text-decoration: underline;
  background-color: #FFF3EF;
}
.galbox, a.galbox:VISITED, a.galbox:HOVER, a.galbox:FOCUS {
  background-position: 18px 70px;
	background-repeat: no-repeat;
}
.dt {
  color: Gray;
  font-size: .7em;
}
ul.galul {
  margin: 0px;
  padding: 0px;
}
ul.galul li {
  list-style: none;
  float: left;
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 22px;
}
/* IMG */
img.right, img.left, img.rahmen, .galpicbig img, .galueber img, .piclineright img {
  border: 2px outset #006AB3;
  /* Schatten */
  -webkit-box-shadow: .2em .2em .3em #aaa;
  -moz-box-shadow: .2em .2em .3em #aaa;
  box-shadow: .2em .2em .3em #aaa;
}
img.right, img.left, img.rightnb, img.leftnb {
  margin-bottom: 1em;
}
img.right, img.rightnb {
  margin-left: 1em;
  float: right;
}
img.left, img.leftnb {
  margin-right: 1em;
  float: left;
}
/* TABELLEN */
table {
  border: 1px dotted #006AB3;
}
th {
  background: #C0DBF0;
}
.r1 {
  background: #DFF1FF;
}
.r2 {
  background: #EFF8FF;
}
.r3 {
  background: #C0DBF0;
}
/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea, select {
  border: 1px outset #006AB3;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
  padding: .2em;
}
input[readonly], textarea[readonly], select[readonly] {
  border: 1px inset #006AB3;
  background: #eee;
  color: #666;
}
select {
  max-width: 350px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px dotted #006AB3;
  padding-left: 1em;
  margin-bottom: 1em;
}
legend {
  color: #006AB3;
  border: 1px dotted #006AB3;
  font-size: .8em;
  padding-left: .5em;
  padding-right: .5em;
  background: White;
}
fieldset p {
  margin-top: .5em;
  margin-bottom: .5em;
}
fieldset h2 {
  border-bottom: none;
}
#printhead {
  display: none;
  speak: none;
}
