* {
	margin:0;
	padding:0;
}
#main p {
	margin:0 0 1em
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.navi_schrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: bolder;
}
body {
	background:#ebe7ce;
}
#header {
	background:#EBE7CE;
	color:#fff;
	height:10%;
}
#table {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
}
.inhalt_td {
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.punkte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#wrap {
	width:900px;
	min-height:100%;
	margin-top:-30px;
	margin-right: auto;
	margin-bottom: -25px;
	margin-left: auto;
	background-color: #EBE7CE;
}
* html #wrap {
	height:100%
}
#main {
	width:900px;
	border-top-width: 100px;
	border-top-style: solid;
	border-top-color: #EBE7CE;
	padding-left: 0px;
	height: 380px;
}
#footer {
	background:#464121;
	text-align:left;
	position: fixed;
	height: 25px;
	clear:both;
	color: #FFFFFF;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 1px;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* - negate effect of float*/
}
.schrift_gross_rechts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	padding-left: 20px;
	font-weight: bold;
}.text_inhalt {
	padding-bottom: 5px;
}

