@import url('../form.css');

body {
  background: #960e00 url('/fileadmin/user_upload/dateien/eventseiten/miteinander-berlin/page_bg.jpg') top left repeat-x;
}

div.pagewidth {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;

  height:auto !important; /* real browsers */
  height:200px; /* IE6: treated as min-height*/
  min-height:200px; /* real browsers */
}

div.footer {
  display: block;
  visibility: visible;
  clear: both;
  margin: 50px 0 0 0;
  width: 910px;
  height: 30px;
  z-index: 10000;
  background: #ffffff url('/fileadmin/user_upload/dateien/eventseiten/miteinander-berlin/footer_bg.gif') top left no-repeat;
  padding: 15px 20px 0 20px;
}

div.footer * {
  color: #c6bcbc;
  font-size: 10px;
}
div.footer a:link,
div.footer a:active,
div.footer a:visited {
  color: #c6bcbc;
  text-decoration: none;
}
div.footer a:hover {
  text-decoration: underline;
}

div.fortissimo {
  visibility: hidden;
  display: none;
}



div.menu {
	height: 37px;
	padding-left: 40px;
}

div.submenu {
  display: block;
  visibility: visible;
	height: 19px;
	background: #cfcfcf;
	padding: 6px 0 0 23px;
}
div.submenu a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: 900;
	color: #000;
	margin: 0px 15px 0 15px;
	text-transform: uppercase;
}
div.submenu a.submenu_act {
	text-decoration: underline;
}



/* Tables */

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

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

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

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


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

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

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


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: -26px;
}

.lang a, .lang * {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #e20000;
	margin-right: 16px;
}
.lang a.act {
	text-decoration: underline;
}



td.news_single_text,
td.news_startseite_text {
	background-color: #f2f2f2;
}
div.news_cat {
  background-color: #acacac;
}

