body {
  background: #580700 url('/fileadmin/user_upload/dateien/eventseiten/love-europe/page_bg.gif') repeat-x;
}

/* Tables */

/* Standard Table with alternating colors */
TABLE.contenttable TH {
	padding: 5px;
	background-color: #efd6af;
	text-transform: uppercase;
}

TABLE.contenttable TBODY .tr-even {
	background-color: #e1e0d8;
}

TABLE.contenttable TBODY .tr-odd {
	background-color: #eeece4;
}

TABLE.contenttable TBODY TD {
	padding: 3px;
}


/* Table without alternating colors */
TABLE.ohneReihen TH {
	padding: 5px;
	background-color: #efd6af;
	text-transform: uppercase;
}

TABLE.ohneReihen .tr-even {
	background-color:#e1e0d8;
}

TABLE.ohneReihen .tr-odd {
	background-color: #eeece4;
}


TABLE TH,
TABLE TH LABEL,
TABLE THEAD {
	text-align: left;
}



.lang {
	/*
	position: absolute;
	right: 5px;
	top: 280px;
	*/
	z-index: 1000;
	float: right;
	margin-right: 5px;
	margin-top: -28px;
}
