
/*=== STIL-HMT.CSS ========================================================*/
.noborder img{
	border: 0px;
	margin: 0px;
	float: none;
	width: auto;
  height: auto;
}
/*=== FORMULARE ===========================================================*/
form {
	display: inline;
}
input{
	border: 1px solid #fff2b5;
	font-size: 8px;
	color: #ff9900;
	width: 280px;
	background: #000000;
} 
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	border: 1px solid #fff2b5;
	background: #000000;
	color: #ff9900;
	width: 280px;
	overflow:auto;
}
select {
	font-size: 8px;
	background: #000000;
	color: #ff9900;
} 
/*=== LAUFTEXT =============================================================*/
.lauftext {
	position: absolute;
	top: 10px;
	left: 28px;
	width: 470px;
}
/*=== NEWSARCHIV ===========================================================*/
.newsarchiv {
	text-align: left;
	overflow: auto;
}
.newsarchiv ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
.newsarchiv .foto {
	float: right;
	xborder: 1px solid #6699cc;
	margin-bottom: 5px;
	_margin-bottom: 0px;
}
.newsarchiv .ueberschrift {
	font-size: 8pt;
	font-weight: bold;
}
.newsarchiv .date {
	color: #4f4f4f;	
}
.newsarchiv .pdf {
	background: url(./img/pdf.gif) top left no-repeat;
	background-position: 3px;
	padding: 5px 0 5px 25px;
}
.newsarchiv hr {
	clear: both;
	xcolor: #4f4f4f;
	background: #4f4f4f;
}
/*=== NEWS - STARTSEITE ===================================================*/
.news_startseite {
	margin: 5px 10px;
	padding-bottom: 0px;
	text-align: left;
	overflow: auto;
}
.news_startseite .foto {
	float: right;
	xborder: 1px solid #6699cc;
	margin-bottom: 5px;
	_margin-bottom: 0px;
}
.news_startseite .ueberschrift {
	font-size: 8pt;
	font-weight: bold;
	color: #6c2b61;	
}
.news_startseite .date {
	color: #4f4f4f;	
}
.news_startseite .pdf {
	background: url(./img/pdf.gif) top left no-repeat;
	background-position: 3px;
	padding: 5px 0 5px 25px;
}
.news_startseite hr {
	background: #4f4f4f;
	xcolor: #4f4f4f;
	height: 1px;
	border: 0 none;
	clear: both;
	width: 96%;
	text-align: center;
}
/*=== TERMINE ZUKUNFT UND ARCHIV ==========================================*/
.termin_zukunft .tabelle, .termin_archiv .tabelle {
	background: transparent;
	width: 100%;
	_width: 90%;
	cellspacing: 0px; 
	border-collapse: collapse;
	border: 1px solid #e59b44;
}
.termin_zukunft .tabelle td, .termin_archiv .tabelle td {
	border: 1px solid #e59b44;
	text-align: center;
}
.termin_zukunft .tabelle td.alignleft, .termin_archiv .tabelle td.alignleft {
	text-align: left;
}
.termin_zukunft .tabelle .kopfzeile, .termin_archiv .tabelle .kopfzeile {
	background: #fdf7e7;
	height: 25px;
}
.termin_zukunft .tabelle .pdf, .termin_archiv .tabelle .pdf {
	background: url(./img/pdf.gif) top left no-repeat;
	background-position: 3px;
	padding: 5px 0 5px 25px;
}
/*=== TERMINE STARTSEITE ===================================================*/
.termin_startseite {
	xxxborder-bottom: 1px solid #4f4f4f;
	padding: 0px;
	text-align: center;
	margin: 0px 10px;
	padding-bottom: 5px;
}
.termin_startseite .date {
	xxxcolor: #4f4f4f;
	font-weight: bold;
	font-size: 8pt;
}
.termin_startseite .text {
	xxxcolor: #4f4f4f;
	font-weight: normal;
	font-size: 8pt;
}
