/*****************************************************************************/
/*   Kegelclub Basta                                                         */
/*   www.kcbasta.ch                                                          */
/*****************************************************************************/
/*   Club Website                                                            */
/*****************************************************************************/
/*   style4all.css                                                           */
/*****************************************************************************/
/*   Creation Date   :   25.01.2009                                          */
/*   Author          :   Jack Roos                                           */
/*   Last Change     :   25.01.2009                                          */
/*****************************************************************************/


/*****************************************************************************/
/*   sideWide: style for general tags
/*****************************************************************************/
body
{
	font: normal 80.01% Tahoma, Verdana, Arial, sans-serif;
	color: black;
  background-color: #FFFFFF;
}
h1
{
	font-size: 1.1em;
}
.bold
{
  font-weight: bold;
}
.title
{
  font-weight: bold;
	font-size: 0.8em; 
}
* html .title /* Adjustment for IE */
{
	font: bold 80% sans-serif ;
}
.special /* used in content.9home.Awelcome */
{
  font-weight: bold;
	font-size: 1.4em;
	color: #CC0000;
	background-color: transparent;
}
* html .special /* Adjustment for IE */
{
	font: bold 120% sans-serif;
}
.sample /* used in example item tables */
{
	padding: 0;
	margin: 0;
	border: 0;
}
.sample td
{
	text-align: center;
}
a
{
  color: #0066FF;
	font-size: 1.01em;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}
* html a /* Adjustment for IE */
{
	font: normal 100% sans-serif;
}
a:hover
{
  color: #000066;
  text-decoration: underline;
	background-color: transparent;
}

/* kcbasta */
.linkWeiss
{
  color: #FFFFFF;
	font-size: 1.01em;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

/* kcbasta */

/*****************************************************************************/
/*   header: style for hdr
/*****************************************************************************/
table.header
{
  font-stretch:wider;
	/*border: solid black 1px;*/
	background-color: #FFFFCC;
}
div#headerClaim
{
	font-size: 1.4em;
}

/*****************************************************************************/
/*   mainPage: style for #mainTable
/*****************************************************************************/
table#mainTable
{
  background-color: transparent;
  width: 100%;
	color: #000000;
}

/*****************************************************************************/
/*   breadcrumbs: style for brd
/*****************************************************************************/
.next a
{
  color: #000066;
	background-color: transparent;

	text-decoration: none;
}
.next a:hover
{
  color: #000066;
	background-color: transparent;
  text-decoration: underline;
}
.first a
{
	color: #cc0000;
	background-color: transparent;

  text-decoration: none;
}
.first a:hover
{
  color: #cc0000;
	background-color: transparent;
  text-decoration: underline;
}

/*****************************************************************************/
/*   content: style for content files
/*****************************************************************************/
td#content
{
	padding: 0em 2em 2em 2em;
}
td#content h1
{
	margin: 0.1em 0em 0.8em 0em;
	/*border: solid 1px #CC0000;*/
}
table#staff
{
	border: none;
}
td.ref
{
	border: 1px solid black;
}

/*****************************************************************************/
/*   right: style for rightSide
/*****************************************************************************/
td#right
{
  vertical-align: top;
}
div#right
{
	padding: 1em;
}
#right table
{
  margin: 0;
	padding: 0;
}
div.header
{
	left: 0px;
}

/*****************************************************************************/
/*   footer: style for ftr
/*****************************************************************************/
#footer
{
	background-color: #FFFFCC;
}

#footerLeft
{
  white-space: nowrap;
	font-size: 0.7em;
}
* html #footerLeft /* Adjustment for IE */
{
	font: normal 70% sans-serif;
}
#footerRight
{
  white-space: nowrap;
	font-size: 0.7em;
}
* html #footerRight /* Adjustment for IE */
{
	font: normal 70% sans-serif;
}