/* Startseite */
body {
	max-width: 1000px;
	background-color: #FFFFFF;
}

p	{
	margin: 5px 0px 5px 0px;
	text-indent: 10px;
	line-height: 1em;
}

/* Navigationstabelle der Startseite */
#index_navi_tab {
	border: none;
	border-collapse: collapse;
}

#index_navi_tab p {
	text-indent: 0px;
}

#index_navi_tab tr {
	background: #FFFFF8;
}

#index_navi_tab tr:hover {
	background: #FFE8D0;
}
#index_titel {
	line-height: 1.5em;
	font-weight: bold;
	font-size: 50px;
	padding: 20px;
	text-align: left;
}
@media(max-width: 1000px) { /* wenn das Fenster 1000 oder kleiner ist: Ueberschrift schrumpfen */
#index_titel {
	font-weight: bold;
	font-size: 20px; /* Default fuer den Fall, dass die naechste Zeile nicht klappt */
	font-size: calc(4px + 4vw);
	padding: 5px;	
}