/*
  ---------------------------------------------------------------
  www.ticketbar.de - Cascading Stylesheet
  ---------------------------------------------------------------
*/

input, body, p, h1, h2, h3, h4, h5, h6, a, a:link, a:visited, a:hover, a:active,
form, select, option, textarea, ul, ol, li, ul, table, td, th, tr, b
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}

img
{
	border: none;
}

a.small:hover	{text-decoration:underline;}
a.smallbracket:hover	{text-decoration:underline overline;}
a.whitebold {color:#FFFFFF; font-weight:bold}


body {
  background-color: #ffffff;
  margin: 5px;
  margin-top:5px;
}

form, input, select, option, textarea { font-size: 10px; }
b { font-weight: bold; }

/*
  Zeichenformate
  ---------------------------------------------------------------
*/

#redBold {
  font-weight: bold;
  color: #FF0000;
}

#navigation {
	font-size: 12px;
	font-weight:bold;
}

#tableGrey {
	background-color:#DEDEDE;
}

#MainTitle {
	  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	  font-size: 15px;
	  font-weight: bold;
	  text-decoration: none;
	  margin-top:3pt;
	  margin-bottom:3pt;
	  color: #000000;
}

#smallGrey {
	  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  color: #BBBBBB;
}

.MenuLink {
	  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  text-decoration: none;
	  color: #000000;
}

.MenuLink:hoover {
	text-decoration: underline;
}


/*
  Tabellendefinitionen
  ---------------------------------------------------------------
*/
#ct { /* [Content Table] - Content Table */
	background-color: #FFD6AD;
	border-collapse: collapse;
	border-width:0px;
	cell-spacing:0px;
	border-spacing:2px;
}

#ctdiv { /* [Content Table Divider] - Divider between Header and Content */
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight:bold;
}