/* ####################################################################
**
**  Autoren; Michael Fellmann, Karl-Heinz Thaler, Uwe siedentop
**  Datum: 2000
**  Name: chronik.css
**  Funktion: Die Stile der heidenheimer Chronik ab 1910
**
**  Geändert: 26.1.2010
**  Von: Uwe Siedentop
**  Was: Umbauen der Minichronik für die rechte Randleiste
**
#################################################################### */

.ch-start {
	position: relative;
	top: 20px;
}

.ch-erwsuche {
	position: relative;
	top: 20px;
}

.text_normal {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	line-height: 12pt;
	font-family: Verdana,Arial
}

.link_normal {
	font-weight:normal;
	font-size:10pt;
	color:#0000FF;
	line-height:12pt;
	font-family:Verdana,Arial
}

         .form_head {
			  font-weight:bold;
			  font-size:12pt;
			  color:#000000;
			  line-height:14pt;
			  font-family:Verdana,Arial
         }

         .form_text  {
				font-weight:normal;
				font-size:12pt;
				color:#000000;
				line-height:12pt;
				font-family:Verdana,Arial
         }
#content {
	width: 100%;
	background: #FFFFFF;
	border: 0px solid #000;
}
#schnellsuche_start {
	width:100%;
	height:160px;
	background:#fff;
	border:0px solid #000;
	overflow: auto;
}
#schnellsuche {
	width: 100%;
	background: #FFFFFF;
}
#schnellsuche .datum {
	text-align: left;
	font-weight: bold;
}
#schnellsuche .text {
	text-align: left;
}
#schnellsuche .bild {
	text-align: right;
}
#schnellsuche .link1 {
	text-align: right;
	margin: 0px 0px 5px 0px;
	width: 100%;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #909090;
}

#tageschronik {
	width: 100%;
	background: #fff;
	border: 0px solid #000;
}

/* ###################################################################
**
**  Autor: Uwe Siedentop
**  Datum: 26.2.2010
**  Funktion: Liste der Ergebnisse, wenn die erweiterte Suche benutzt wurde
**
** Erweitert: 
**
**
#################################################################### */

#erwsuche {
	width: 100%;
	background: #fff;
	border: 0px solid #000;
	text-align: left;
}
#erwsuche .datum {
	margin-top: 5px;
	text-align: left;
	font-weight: bold;
}
#erwsuche .text {
	text-align: left;
}
#erwsuche .link1 {
	text-align: right;
	margin: 0px 0px 5px 0px;
	width: 100%;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #909090;
}
/* ###################################################################
**
**  Autor: Uwe Siedentop
**  Datum: 26.1.2010
**  Funktion: Mini-Chronik, Einklinker für die rechte Randleiste
**
** Erweitert: 4.2.2010
**
**
#################################################################### */

#mini-chronik {
   width: 100%;
}
#mini-chronik .link, #mini-chronik .link1 {
	margin: 0px 0px 2px 0px;
	font: normal 8pt Arial, Helvetica, sans-serif;
}
#mini-chronik .link1 {
	border-bottom: solid 1px #909090;
	text-align: right;
}
#mini-chronik .text {
	text-align: center;
	margin: 1px 0px 1px 0px;
	color: #000000;
	font: normal 8pt Arial, Helvetica, sans-serif;
}
#mini-chronik .datum {
	margin: 2px 0px 0px 0px;
	font: bold 8pt Arial, Helvetica, sans-serif;
}
#mini-chronik .text-rot {
   color: #FF0000;
	padding: 5px 0px 5px 0px;
}

#mini-chronik input[type="text"] {
}
#mini-chronik .jahr {
	text-align: center;
	margin: 2px 0px 0px 0px;
}

#mini-chronik input[type="submit"] {
}
#mini-chronik .anzeigen {
	text-align: center;
	margin: 2px 0px 5px 0px;
}

/* ################################################################ */
