body, table {
  font: normal 11px Verdana,Tahoma,Arial,Sans-Serif;
  color: #E7E7E7;
  background-color: #000;
  margin-top: 0px;
  text-align: center;
  padding: 0px;
  border-collapse: collapse;
}

#ef {}

#ef a:link {
	color: #E7E7E7;
	text-decoration: none;
}
#ef a:visited {
	color: #E7E7E7;
	text-decoration: none;
}
#ef a:hover {
	color: #fff;
  font-weight: bold;
	text-decoration: none;
}
#ef a:active {
	color: #E7E7E7;
	text-decoration: none;
}
#ef table {
  background-color: #1a1a1a;
}
#ef img {
  border-style: none;
}
#ef form input, select, textarea, button {
	font-size: 9px;
	font-family: Verdana,Tahoma,Arial,Sans-Serif;
}
#ef form input, select, textarea {
  background-color: #e7e7e7;
  border: 1px solid #000;
}
#ef form input[type=checkbox] {
  margin: 0px;
}


/* Header */
#ef #header {}

#ef #header img {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* Navigation */
#ef #Navigation {
  min-height: 500px;
}

#ef #Navigation table {
  background-color: #570e0e;
  width: 100%;
  margin-bottom: 15px;
}
#ef #Navigation th {
  text-align: center;
  font-weight: bold;
  background-image: url("../pics/tab.gif");
  background-repeat: repeat-x;
  border: 1px solid #fff;
	white-space: nowrap;
}
#ef #Navigation td {
  text-align: left;
  padding: 2px 0px 2px 5px;
}
#ef #Navigation td .mini {
  font-size: 9px;
	font-family: Tahoma,Arial,Sans-Serif;	
	font-weight: 100;
  padding: 0px;
}
#ef #Navigation .bord {
  border: 1px solid #fff;
}

/* Body */
#ef #main {
  text-align: center;
}

#ef #main table {
  margin: 0px auto 0px;
  text-align: left;
  border-collapse: collapse;
  background-color: #570e0e;
}
#ef #main th {
  padding: 2px;
  font-weight: bold;
  border-style: none;
  background-image: url("../pics/tab.gif");
  background-repeat: repeat-x;
}
#ef #main td {
  padding: 3px;
  border-style: none;
}
#ef #main td .highlight {
  background-color: #991818;
}
#ef #main ul {
	list-style: disc outside;
}
#ef #main ol {
	list-style: upper-roman outside;
}
#ef #main li {
	padding: 5px;
}
#ef #main .header {
  font-size: 22px;
	font-weight: bold;
  margin: 20px 0px 30px;
}
#ef #main .catheader {
  font-size: 18px;
	font-weight: bold;
}
#ef #main .summe {
  font-size: 16px;
  color: #FFFFFF;
	font-weight: bold;
}
#ef #main .tourteamname {
  font-size: 16px;
	font-weight: bold;
}
#ef #main .bord {
  border: 1px solid #fff;
}
#ef #main .votes {
  background-image: url("../pics/bar.gif");
  background-repeat: repeat-x;
}
#ef #main .cal {
  width: 14%;
  height: 80px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #fff;
}
#ef #main .pagebar {
  width: 10px;
  text-align: center;
  background-color: #1a1a1a;
}
/* Footer */
#ef #footer {
  font-size: 9px;
  padding: 2px;
}

