p:first-letter{
	font-size: 1.6em;
	color: #000000;
	}

a:link, a:visited, a:focus, a:hover, a:active{
	color: #CCCCCC;
	text-decoration: none;
	}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 14px;
	color: #000;
	padding: 10px;
	margin: 0 auto;  /* sorgt für horizontale Zentrierung */
	margin-top: 100px;
    width: 740px;
    height: 500px;
    border: #47720F 1px solid;
	}

h1{
    font-size: 14px;
    text-align: center;
    color: #47720F;
	}

#bereichtabelle{
	background: #ECECEC;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.tabelle{
	border-collapse: collapse; 
	text-align: center;
	margin: 0 auto;	
	}

td{
	border: solid 1px #000000; 
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
th{
	border: solid 1px #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	}

.tabkopf{
	background: #72B720;
	}

.tabzeilegerade{
	background: #FFFFFF;
	}

.tabzeileungerade{
	background: #E0EDC5;
	}