html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #b9e7fe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 16px;
	color: #ffe599;
}
.block {
	display: block;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffe599;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 18px;
	font-weight: 900;
}
h2 {
	font-size: 16px;
	font-weight: 900;
}
h3 {
	font-size: 14px;
	font-weight: 900;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 16px;
	color: #ffffcc;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 16px;
	color: #B2FF7F;
	text-decoration: none;
}
.unten {
	color: #3399CC;
}
.inh_in {
	line-height: 18px;
	background-color: #4594db;
}
.inh_ob {
	width: 10px;
	height: 19px;
	background-image: url("../grafiken/inhalt_oben.jpg");
	background-repeat: repeat-x;
}
.inh_re {
	width: 24px;
	height: 10px;
	background-image: url("../grafiken/inhalt_rechts.jpg");
	background-repeat: repeat-y;
}
.inh_un {
	width: 10px;
	height: 26px;
	background-image: url("../grafiken/inhalt_unten.jpg");
	background-repeat: repeat-x;
}
.inh_li {
	width: 24px;
	height: 10px;
	background-image: url("../grafiken/inhalt_links.jpg");
	background-repeat: repeat-y;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #4594db;
	text-align: center;
}
table.border_zahlung {
	border-color: #ffffff;
	border-width: 0 0 1px 1px;
	border-style: solid;
	text-align: center;
}
td.border_zahlung {
	border-color: #ffffff;
	border-width: 1px 1px 0 0;
	border-style: solid;
	text-align: center;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c6eae;
	background-color: #b9e7fe;
}
.WebYepGalleryContainer td {
  text-align: center;
  vertical-align: top;
  background-color: #317dc4;
  border: 1px solid #ffffff;
}
.WebYepGalleryImage img {
  margin: 8px 0 8px 0;
  border: 1px solid #ffffff;
}
.WebYepGalleryText {
  padding-bottom: 8px;
  color: #ffe599;
}