/* *****************************************************************************
 * GeoXXLCMS
 * (c) 2006 Andreas Gollenstede, GeoXXL
 * Kontakt: www.geoxxl.de, gollenstede@geoxxl.de
 *
 * table
 *
 **************************************************************************** */
/* *****************************************************************************
 * Koerper
 
 * geoLIST: Die Breite des Koerpers wird beim Firefox durch die Breite
 * der Menue-Tabelle erzwungen.
 **************************************************************************** */
body {
	margin:0px;
	padding:0px;
}
table#geoxxlcms_koerper {
	position:absolute;
	top:10px;
	left:50%;
	height:auto;
	width:960px;	
	
	margin-top:0px;
	margin-left:-480px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;

	table-layout:fixed;
	border-collapse:separate;
	border-spacing:2px;
	border-width:1px;
}
/* *****************************************************************************
 * Spalten
 **************************************************************************** */
table#geoxxlcms_koerper col#geoxxlcms_spalte_00 {
	width:185px;
}
table#geoxxlcms_koerper col#geoxxlcms_spalte_01 {
	width:460px;
}
table#geoxxlcms_koerper col#geoxxlcms_spalte_02 {
	width:auto;
}
/* *****************************************************************************
 * Kopf
 **************************************************************************** */
td#geoxxlcms_kopf_00 {
	width:auto;
	height:100px;
	border-width:1px;
	margin:0px;
	padding:0px;
}
td#geoxxlcms_kopf_01 {
	width:auto;
	height:auto;
	border-width:1px;
	margin:0px;
	padding:0px;
	text-align:right;
	vertical-align:bottom;	
}
/* *****************************************************************************
 * Menue
 **************************************************************************** */
td#geoxxlcms_menue_00 {
	width:auto;
	height:auto;
	border-width:1px;
	margin:0px;
	padding:1px;
}
/* *****************************************************************************
 * Info
 **************************************************************************** */
td#geoxxlcms_info_00 {
	width:auto;
	height:auto;
	border-width:1px;
	margin:0px;
	padding:2px;
}
/* *****************************************************************************
 * Inhalt
 **************************************************************************** */
td#geoxxlcms_inhalt_00 {
	border-width:1px;
	padding:2px;
	margin:0px;
}
/* *****************************************************************************
 * Fuss
 **************************************************************************** */
td#geoxxlcms_fuss_00 {
	width:auto;
	height:75px;
	border-width:1px;
	margin:0px;
	padding:2px;
}
td#geoxxlcms_fuss_01 {
	width:auto;
	height:auto;
	border-width:1px;
	margin:0px;
	padding:2px;
}
