/* Styles für www.tvhinwil.ch	*/
/* Grundseite					*/
/* Copyright 2005 by TV Hinwil	*/

/* body */
body {  font-family: Arial, Helvetica, sans-serif;
		background-color: #BBBBBB;
		font-size: 10pt;
	}

body.Blank {	background.color: #FFFFFF;
	}

small { font-size: 8pt;
	}

/* table: Normtabelle ohne Padding */
table {	font-size: 10pt;
		padding-left:0pt;
		padding-right:0pt;
		padding-top:0pt;
		padding-bottom:0pt;
		border-width: 0pt;
	}
/* Standardlink nicht unterstrichen */
a {	text-decoration: none;
	color: #C90909;
	}

/* bold: kann auch rot sein */
b.Highlight {	color: #C90909;
	}

/* Listen */
li {	list-style-type: square;
		color: #C90909;
	}

/* Logo */
table.Logo { 	background-color: #525252;
	}
td.Logo { 	background-color: #525252;
	}

/* MenuTop: Tabelle und Links */
table.MenuTop {	background-color: #525252;
				font-size: 10pt;
				color: #BBBBBB;
	}
td.MenuTop { 	background-color: #525252;

	}
a.MenuTop { 	color: #BBBBBB;
	}
a.MenuTop:hover {	color: #FFFFFF;
	}
div.MenuTop {	background-color: #525252;
	}

/* MenuTopTitel: Tabelle und Links */
table.MenuTopTitel {	background-color: #525252;
						font-size: 11pt;
						color: #BBBBBB;
	}
td.MenuTopTitel { 	background-color: #525252;
					font-size: 11pt;
					font-weight: bold;
	}
a.MenuTopTitelAktiv { 	color: #FFFFFF;
	}
a.MenuTopTitelInAktiv { color: #BBBBBB;
	}
a.MenuTopTitelInAktiv:hover {	color: #FFFFFF;
	}

/* Empty */
td.Empty { background-color: #BBBBBB;
	}

/* AdvertisingLeft: Tabelle und Links */
table.AdvertisingLeft {	background-color: #525252;
						color: #000000;
	}
td.AdvertisingLeft {	background-color: #525252;
	}

/* AdvertisingContent: Tabelle und Links */
table.AdvertisingContent {	background-color: #FFFFFF;
							color: #000000;
	}
td.AdvertisingContent {	background-color: #FFFFFF;
	}

/* MenuLeft: Tabelle und Links */
table.MenuLeft {	background-color: #525252;
					color: #BBBBBB;
	}
td.MenuLeft {	background-color: #525252;
	}
a.MenuLeft { 	color: #BBBBBB;
	}
a.MenuLeft:hover {	color: #FFFFFF;
	}

/* MenuLeftTitel: Tabelle und Links*/
td.MenuLeftTitel { 	background-color: #BBBBBB;
					font-size: 11pt;
					font-weight: bold;
	}
a.MenuLeftTitelAktiv { 	color: #FFFFFF;
	}
a.MenuLeftTitelInAktiv { color: #BBBBBB;
	}
a.MenuLeftTitelInAktiv:hover {	color: #FFFFFF;
	}

/* AdvertisingRight: Tabelle und Links */
table.AdvertisingRight {	background-color: #BBBBBB;
	}
td.AdvertisingRight {	background-color: #BBBBBB;
	}

/* Content: Tabelle und Links */
table.Content {	background-color: #FFFFFF;
				color: #000000;
	}
td.Content {	background-color: #FFFFFF;
	}

td.ContentTitle {	background-color: #EEEEEE;
					height: 30px;
					text-align: center;
					color: #C90909;
					font-size: 14pt;

	}
td.ContentTitleLeft {	background-color: #EEEEEE;
					height: 30px;
					text-align: left;
					color: #C90909;
					font-size: 14pt;

	}
td.ContentTable {	background-color: #EEEEEE;
					vertical-align: top;
	}

td.ContentSeparator {	background-color: #666666;
						height: 1pt;
	}
