/* Allgemeine Stilvorgaben */

	/* Tabellen */
	
	table {
		border-collapse: collapse;
	}
	
	table td, th {
		padding: 0.2em 0.8em 0.2em 0;
		vertical-align: top;
	}

	table th {
		text-align: left;
	}
	
/* Eigentlicher Inhalt der Seite */

.einleitung {
	font-style: italic;
}

.autor {
	text-align: right;
}

	/* Bilder */

	img {
		border: 0;
	}

	.bild p {
		margin: 0.2em 0 0 0;
		font-size: 80%;
	}
	
	#inhalt .artikelbilder .vorschaubild {
		height: 100px;
		float: left;
	}

	/* »Zurück«-Links */
	
	.unternav, .zurueck {
		clear: both;
	}

/* Feste Gestaltungsmerkmale */

#sprung {
	position: relative; top: 2em;
	margin: 0;
	float: right;
	font-size: 80%;
}

	/* Kopf */
	
	#kopf h1 {
		margin: 0; padding: 0;
		width: 100%; height: 100px;
	}
	
	#kopf h1 a {
		display: block;
		overflow: hidden;
		width: 100%; height: 0;
		padding: 100px 0 0 0;
		background: url("../bilder/ish-titel.png") no-repeat right top transparent;
	}

	/* Fördererlogos */

	#logos {
		margin-top: 1.5em;
	}
	
	/* Rubriküberschriften */
	
	h2 {
		margin: 0.5em 0 0 0; padding: 0.3em;
		border-top: 1px dotted #909090;;
	}

	h3 {
		margin-top: 0; padding: 0.3em;
		border-width: 1px 0 1px 0; border-style: dotted; border-color: #909090;
		background-color: #f0f0f0; color: #000000;
	}

/* Navigation */

#nav ul ul {
	display: none;
}

#nav li.active ul {
	display: block;
}

/* Zusatznavigation */

#extranav {
	margin-top: 1em; padding: 0.5em;
	clear: both;
	border-width: 1px 0 1px 0; border-style: dotted; border-color: #909090;
	background-color: #f0f0f0;
}

#extranav p {
	margin: 0;
}

/* Stilvorgaben für spezielle Seiten oder Anwendungen */

	/* Startseite */
	
	#termine-vorschau h5 {
		margin: 1em 0 1em 1em; padding: 0;
		border: 0;
		font-size: 100%; letter-spacing: 0;
		font-style: normal; font-weight: normal;
	}

	#termine-vorschau p {
		margin-left: 2em;
	}

	.bilderserie {
		padding: 0.5em;
		background-color: #f0f0f0;
	}

	.bilderserie img {
		margin: 0 0.5em 0.5em 0;
	}

	.bilderserie p {
		margin: 0.2em 0 0 0;
		font-size: 80%;
	}

	/* Neuigkeiten */

	#neues img {
		float: right;
	}
	
	/* Bildergalerie */

	#inhalt .vorschaubild {
		position: relative;
		margin: 0 1em 1em 0;
		width: 120px; height: 120px;
		float: left;
	}
	
/* Formulare */

fieldset {
	margin-bottom: 1em;
	border: 1px dotted #909090
}

fieldset legend {
	font-weight: bold;
}

input, select {
	margin: 0 0.3em 0.5em 0.3em
}

label.input {
	display: block;
	float: left;
	width: 8em;
	line-height: 1.4em;
}
