/* $Id: index.css,v 5.1 2011/06/03 20:09:27 robertb Exp $
 *
 * Styles fuer die Startseite
 */

.vorwort {
	padding-bottom: 0.5em;
}

.newsitem {
	background-image: url(style/BubbledBorder-x.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 15px;
}

.newsitem h2, .newsitem h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

.newsitem h2 {
	float: left;
	padding-right: 1em;
}

.newsitem h2:after {
	content: ': ';
}

.newsitem h3 dfn {
	font-style: normal;
	border-bottom: 1px dotted;
	cursor: help;
}

.mehr {
	font-style: italic;
	/* Kompatiblitaetscode fuer MSIE */
	background-image: url(bilder/knopf_klein.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;	/* Bildgroesse muss bekannt sein */
}

