/* CSS-Definitionen fuer die Startseite */

div.seiteninhalt {
	width: 100%;
	margin-left: 0px !important;
}

td.indexbutton {
	background-image: url(grafik/indexbutton.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	padding: 0px 28px 0px 16px;
	vertical-align: center;
	font-size: 10px;
}
td.indexbutton p {
	margin: 0px 0px 0.25em 0px;
}
td.indexbutton h1 {
	font-size: 12px;
	margin: 0px 0px 0.25em 0px;
	color: #c60239;	
}
td.indexbutton a {
	color: #3c3c3c;
	text-decoration: none;
}
td.indexbutton a:hover {
	color: #c60239;
}
td.indexbuttonabstand {
	background-image: url(grafik/indexbutton-abstand.jpg);
	background-repeat: repeat-y;
	width: 184px;
	height: 2px;
}
