BODY {
//font-family: arial, helvetica, sans-serif;
//font-size: 12pt;
background-image: url(/decors/bg8.jpg);
}

TD {
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
}

.error {
	color: #ff0000;
}

.comment {
	font-size: 8pt;
}

/* Tables for web links */
TABLE.black {
  border-collapse: collapse;
  empty-cells: show;
  border: 1px solid black;
  width: 95%;
  cellpadding: 4;
  cellspacing: 4;
}
TABLE.noborder {
  border-collapse: collapse;
  empty-cells: show;
  border: none;
  padding: 0;
}
table.black th {
  border: 1px solid black;
  font-size: 12pt;
  padding: 4px;
}
table.black td {
  border: 1px solid black;
  padding: 4px;
}
/* End tables for web links */


/* Event table */
.organizer {
  width: 184px;
  text-align: center;
  overflow: hidden;
}
.organizer img {
  max-width: 180px;
  max-height: 60px;
}
#filterform {
  font-size: 8pt;
}
#filterform select {
  font-size: 8pt;
}
#numentries {
  font-size: 8pt;
  text-align: right;
  margin-right: 30px;
}

/* Page Header */
#pageheader {
    height: 77px;
}
#pageheader img {
    vertical-align: top;
}
#deco_tl {
    display: inline;
    float: left;
    height: 77px;
    width: 100px;
    background: linear-gradient(to right,#3110ef,#500fca);
}
#deco_title {
    display: inline;
    float: left;
}

#deco_tr {
	font-size: 75%;
    height: 77px;
    display: block;
    overflow: hidden;
    padding-left: 25px;
    background: linear-gradient(to right,#f20a0a,#3110ef);
}

#tf_sponsors {
    height: 110px;
}
#introhd {
    font-size: 8pt;
    font-style: italic;
    padding-bottom: 5px;
    padding-left: 10px;
}
#p4p_logo {
    float: left;
    padding-right: 50px;
}
#ullrich_logo {
  float:right;
}
#ullrich_logo img {
  margin-right: 90px;
  position: relative;
  top: -15px;
}


/* Content Block */

/*
#maincontent {
    margin-left: 172px;
}
*/

/* For image-links without border: */
a.noborder {
    background: none;
    border: none;
}
a.noborder img {
    background: none;
    border: none;
}
a.noborder:hover img {
    background: none;
    border: none;
}

