/* --- CSS Definitionen f¿r O¿FV --- */
/* --- CONTENT Inhalte Anfang --- */
/* --- COL1 Linke Spalte Anfang --- */
#col1 {
	float: left;
	width: 789px;
	margin: 0 0 10px 8px;
	padding: 0;
}

/* --- TABELLE Bereich Anfang --- */
#tabelle {
	width: 789px;
	height: 800px;
	margin: 0;
	overflow: hidden;
}
/*
#tabelle .tabelle_ad {
	position: relative;
	top: -653px;
	left: 0;
	width: 789px;
	height: 653px;
	background: url(../images/betathome.png) repeat-y;
}
*/
#tabelle .tabelle_top {
	position: absolute;
	top: 184px;
	left: 28px;
	width: 789px;
	height: 653px;
	background: url(../images/tabelle_top.png) no-repeat;
}

#tabelle .tabelle_content {
	width: 769px;
	height: 780px;
	overflow: hidden;
	padding: 0 10px 0 10px;
	margin-top: 10px;
	background: url(../images/tabelle_content.gif) repeat-y;
	z-index: 5;
}

#tabelle .tabelle_bottom {
	position: relative;
	width: 789px;
	height: 10px;
	background: url(../images/tabelle_bottom.gif) no-repeat;
	border: 1px #ff0000;
}
/* --- TABELLE Bereich Ende --- */
/* --- COL1 Linke Spalte Ende --- */

