/* $Id: index.css,v 4.1 2007/03/01 17:56:01 robertb Exp $
 *
 * Styles fuer die Startseite
 */

.vorwort {
	padding-bottom: 0.5em;
}

.newsitem {
	border-top: #BBBBBB ridge medium;
	clear: left;
}
.newsitem h3 dfn {
	font-style: normal;
	border-bottom: 1px dotted;
	cursor: help;
}

.newsitem h4 {
	text-align: left;
	font-size: 1em;
	margin: 1.5em 0% 1.5em 10%;;
	padding-right: 7.5%;
	float: left;
}

.newsitem .prev {
	list-style-image: url(../bilder/knopf_klein.gif);
}

.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 */
}
