BODY {
  font-family: Verdana, Arial, Helvetica;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}

P {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color:#000000;
}

LI {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color:#000000;
}

OL {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color:#000000;
}

TD {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color:#000000;
}

TH {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color:#000000;
}


FONT {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
}

A {
  font-family: Verdana, Arial, Helvetica;
//  font-size: 10pt;
}

A:link { color : #FF0000; text-decoration: none }
A:visited {color : #FF0000; text-decoration: none }
A:bb:hover {color: #FF0000; text-decoration: underline }
A:active {color: #FF0000; text-decoration: none }

UL {
  font-family: Verdana, Arial, Helvetica;
  text-decoration: none;
  font-size: 10pt;
  color:#000000;
}

H1 {
  font-family: Verdana, Arial, Helvetica;
  color:#000000;
}

H2 {
  font-family: Verdana, Arial, Helvetica;
  color:#000000;
}

H3 {
  font-family: Verdana, Arial, Helvetica;
  color:#000000;
}

H4 {
  font-family: Verdana, Arial, Helvetica;
  color: #000000;
  margin: 20px 0;
}

H5 {
  font-family: Arial, Helvetica;
  color:#000000;
  font-size: 10pt;
  margin: 0;
}

PRE {
  font-family: Courier, Courier New;
}

.color_OK {
  color: green;
}
.color_ERROR {
  color: red;
}
.warning {
  color: red;
}


/* ----------- HEADER/FOOTER ----------- */
.print_header {
	display: none;
}
.footer_table {
	background: #FFFFCC;
}
	

/* ------------- FRONTEND ------------- */

.content_block {
	/* ! */
  width: 800px;
}

.membersOnly {
  color: #FF0000; 
}
.buchbar {
  color: #00FF00;
}
.buchbar_dunkel {
  color: #006600;
}
.ausgebucht {
  color: #FF0000;
}
.bgBuchbar {
  background: #99FF99;
}
.bgAusgebucht {
  background: #FF7575;
}

.reviewEvent {
	width: 800px;
}
	
.reviewEvent td,
.reviewEvent th {
  border: 1px silver solid;
}
.reviewEvent th {
  background: #FFFFCC;
  text-align: center;
}
#reviewEventFirstRow {
  border: 0;
  text-align: justify;
}

.viewEvent_event {
  width: 800px;
  text-align: left;
}
.viewEvent_event .bgDark {
	background: #bebebe;
}
.viewEvent_event .bgLight {
  background: #e5e5e5;
}	  

.seeAccountUser_user .bgDark {
  background: #bebebe;
}
.seeAccountUser_user .bgLight {
  background: #e5e5e5;
}





