body {
  background-color: #BD2522;
}

* {
  margin: 0;
  padding: 0;
}

p {
  padding-top: 8px;
  padding-bottom: 8px;
}

img {
  border: none;
}  

a {
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0A6FB7;
	text-decoration: none;
}  

a:hover {
  color: #A6201B;
}

/* nur für index.htm */
.index {
  position: relative;
  top: 10px;
  margin:  auto;
  height: 500px;
  width: 850px;
  background-color: #F2F5FA;
  border: 1px solid #B0B2B4;
}

/* nur für index.htm */
.indexbox {
  position: relative;
  top: 160px;
  left: 350px;
  width: 160px;
}

/* nur für index.htm */
.indexlogo {
  position: relative;
  width: 151px;
  height: 118px;
  background: url(images/hdg_indexlogo.gif) no-repeat;
}

/* nur für index.htm */
.indexweiter {
  position: relative;
  text-align: center;
  margin: 20px auto 0px;
}

.box {
  position: relative;
  margin: auto;
  width: 850px;
}

.centerbox {
  position: relative;
  width: 850px;
  margin-top: 10px;
  background: url(images/hdg_centerbox.gif) repeat-y;
  background-color: #F2F5FA;
  border: 1px solid #B0B2B4;
}

.head {
  position: relative;
  height: 309px;
  width: 846px;
  padding-left: 2px;
  padding-right: 2px;
  border-top: 2px solid #F2F5FA;
}

.logo {
  position: relative;
  height: 309px;
  width: 171px;
  float: left;
  background: url(images/hdg_logo.jpg) no-repeat;
  background-color: #D0D1D2;
}

.logoimg {
  position: relative;
  margin-left: 9px;
  margin-top: 29px;
}

.flyer {
  position: relative;
  height: 307px;
  width: 498px;
  margin-left: 2px;
  float: left;
  border: 1px solid #A3A6A9;
  background-color: #D0D1D2;
}

.smalflyer {
  position: relative;
  height: 309px;
  width: 171px;
  margin-left: 2px;
  float: left;
  background-color: #A3A6A9;
}

.insmalflyer1, .insmalflyer2, .insmalflyer3 {
  position: relative;
  top: 0px;
  height: 101px;
  width: 171px;
}

.insmalflyer2 {
  top: 2px;
}

.insmalflyer3 {
  top: 4px;
}

.isfpic {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 101px;
  width: 169px;
  z-index: 1;
}

.isfpicbutton {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 101px;
  width: 169px;
  z-index: 2;
}

.isfpicbutton a {
  display: block;
  height: 101px;
  width: 169px;
  overflow: hidden;
  background-color: #D0D1D2;
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
}

.isfpicbutton a:hover {
  overflow: hidden;
  background-color: #D0D1D2;
  filter: alpha(opacity=0);
  -moz-opacity: .0;
  opacity: .0;
}
/*
a.isfbutton, a.isfbuttoncurrent {
  position: relative;
  display: block;
  height: 19px;
  width: 149px;
  padding-top: 3px;
  padding-right: 22px;
  background: url(images/hdg_isfbutton.gif) no-repeat;
  text-align: right;
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0A6FB7;
	text-decoration: none;
}

a.isfbutton:hover {
  background: url(images/hdg_isfbutton_o.jpg) no-repeat;
	color: #0A6FB7;
}

a.isfbuttoncurrent {
  background: url(images/hdg_isfbutton_c.gif) no-repeat;
  color: #BC2726;
}
*/
.menubox {
  position: relative;
  width: 171px;
  height: 310px;
  float: left;
  border-top: 1px solid #F2F5FA;
  border-left: 2px solid #F2F5FA;
  border-right: 2px solid #F2F5FA;
}

.mainmenu {
  position: relative;
  width: 171px;
  height: 161px;
  list-style: none;
  border-bottom: 2px solid #F2F5FA;
}

.mainmenu li {
  float: left;
  clear: left;
  background-color: #D0D1D3;
  border-top: 1px solid #F2F5FA;
  border-bottom: 1px solid #A3A6A9;
}

a.mainmenulink, a.mainmenulinkcurrent {
  display: block;
  width: 149px;
  height: 18px;
  padding-left: 22px;
  padding-top: 3px;
  background: url(images/hdg_mainmenuli.gif) no-repeat;
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0A6FB7;
	text-decoration: none;
}

a.mainmenulink:hover {
  background: url(images/hdg_mainmenuli_o.jpg) no-repeat;
  color: #0A6FB7;
}

a.mainmenulinkcurrent {
  background: url(images/hdg_mainmenuli_c.gif) no-repeat;
  color: #BC2726;
}

.undermenu {
  position: relative;
  margin-top: -107px;
  margin-left: 3px;
  width: 171px;
  height: 104px;
  background: url(images/hdg_undermenu.jpg) no-repeat;
  border-bottom: 2px solid #F2F5FA;
}

.cont {
  position: relative;
  width: 670px;
  float: right;
  vertical-align: top;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 8px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #535558;
	text-decoration: none;
  line-height: 140%;
}

.newscont, .contactcont, .impcont {
  position: relative;
  width: 490px;
  margin: 10px auto 20px;
  border-top: 1px dotted #68696B;
  text-align: left;
}

.contactcont, .impcont {
  border: none;
}

.newsconthead, .impconthead, .dateconthead {
  position: relative;
  height: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
	padding-right: 4px;
  font-weight: bold;
  background: url(images/hdg_headline.gif) no-repeat;
  background-color: #E8EAEE;
}

.dateconthead {
	padding-top: 1px;
  font-weight: bold;
  font-size: 12px;
  color: #0A6FB7;
  background: url(images/hdg_headlinedate.gif) no-repeat;
  background-color: #E8EAEE;
}

.impconthead {
  border-top: 1px dotted #68696B;
}

.detaildate, .guestdate {
	text-align: right;
  margin-bottom: 3px;
}

.guestdate {
  color: #0A6FB7;
}

.newscontbody, .datecontbody {
  position: relative;
	padding: 3px 2px;
}

.datecontbody, .loccontbody {
  width: 285px;
  float: left;
}

.loccontbody {
  width: 265px;
}

.datecontpic, .loccontpic {
  position: relative;
  margin-right: 2px;
  width: 180px;
  padding-top: 6px;
  float: right;
}

.loccontpic {
  width: 200px;
}

.newspic {
	position: relative;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 4px;
  border: 1px solid #68696B;
}

.datepic {
	position: relative;
  border: 1px solid #68696B;
}

.detailtext {
  clear: both;
}

.date {
	display: block;
  float: left;
}

a.detailhref {
  display: block;
  float: right;
  text-align: right;
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0A6FB7;
	text-decoration: none;
}

a.detailhref:hover {
	color: #BC2726;
}

.newscontfooter {
  position: relative;
  clear: both;
  padding-top: 1px;
  padding-left: 1px;
  margin-top: 2px;
  border-top: 1px dotted #68696B;
}

.deactive {
  color: #ff0000;  
}

.copyright {
  position: relative;
  margin-top: 8px;
  text-align: right;  
}

a.copyrightlink, a.copyrightlinkcurrent, .copyright {
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #D0D1D2;
	text-decoration: none;
}

a.copyrightlink:hover {
  color: #F2F5FA;
}

a.copyrightlinkcurrent {
  color: #F2F5FA;
}

/* alle Fotos in Rahmen */
.ergcontentfotobild {
	position: relative;
  background-color: #E8EAEE;
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}

.locationfotobild {
	position: relative;
  width: 200px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
  border: 1px solid #68696B;
}

.fotobild {
	position: relative;
	width: 400px;
	height: 400px;
	text-align: center;
	vertical-align: middle;
}

.ergcontentfoto {
	position: relative;
	padding-top: 2px;
	padding-left: 1px;
	padding-right: 1px;
	float: left;
}

.erglistpic {
	position: relative;
  clear: both;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 3px;
  border-top: 1px dotted #68696B;
  border-bottom: 1px dotted #68696B;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */