/* CSS Document */
.se_infobox {
  background: #FFF url(kasten_rechts.gif) bottom right no-repeat;
  margin: 0 0 1,5em 0;
}


.se_infobox .kopf {
  height: 1em; /* fuer IE 5 */
  background: url(kasten_rechtsoben.gif) top right no-repeat;
  padding: 0 0 0 0;
}
html>body .se_infobox .kopf { height: auto;}

.se_infobox .kopf h1, .se_infobox .kopf h2, .se_infobox .kopf h3,
.se_infobox .kopf h4, .se_infobox .kopf h5, .se_infobox .kopf h5 {
  color: #66cc33;
  background: none;
  font-size: 110%;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0 8px 0 0;
  padding: 5px 5% 4px 15px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #CBC7C3;
  border-left: none;
}

.se_infobox .koerper {
  height: 1em; /* fuer IE 5 */
  background: url(kasten_unten.gif) bottom left no-repeat;
  margin-right: 8px;
  padding: 5px 10px 1.2em 10px;
}
.se_infobox .koerper img {
	float: left;
	margin-top: 3px;
	margin-right: 9px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px solid #CBC7C3;
}
html>body .se_infobox .koerper { height: auto;}-*


.clearer {
	clear:both;
}
.tabelle_zelle_titel h2 {
	color: #66cc33;
	background-color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DEDAD2;
	border-right-color: #DEDAD2;
	border-bottom-color: #DEDAD2;
	border-left-color: #DEDAD2;
}

.tabelle_zelle_tabelle_oben {

  background: url(kasten_rechtsoben.gif) top right no-repeat;

}
.tabelle_zelle_tabelle {
	background: #FFF url(kasten_rechts.gif) bottom right no-repeat;
}

.tabelle_zelle_mitte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
  padding: 5px 10px 1.2em 10px;
	
}
.tabelle_zelle_mitte p {
	line-height: 110%;
}


tabelle_zelle_mitte h1 {
	
  color: #66cc33;
  background-color: #FFFFFF;
  font-size: 110%;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  padding: 4px 8px 4px 8px;
  border: 1px solid #DEDAD2;

}

.tabelle_zelle_mitte a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.tabelle_zelle_mitte a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
.tabelle_zelle_mitte img {
	float: left;
	margin-top: 3px;
	margin-right: 9px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px solid #CBC7C3;
}

.tabelle_zelle_unten {
	background: url(kasten_unten.gif) bottom left no-repeat;
	
  }
