/**
* @author		Roman Attinger
* @copyright	Roman Attinger
* @version		1.0
* @see		http://www.limmattalerwetter.ch
* CSS Stylesheet für LimmattalerWetter.ch - Private Wetterstation aus Unterengstringen
*/

html
{
height: 100%;
}

body {
	font-size:5px;
	font-family:verdana;
	font-size:10px;
	line-height:1.6;
	color:#FFFFFF;
	background: url(http://www.limmattalerwetter.ch/Docs/hintergrund.gif) repeat-x;
	height: 100%;
}

/**
* Folgende Definitionen gelten für den Footer
*/

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#content
{
padding-bottom: 9em;
}

#footer
{
position: relative;
margin-top: -3.6em;
} 

TD {
	font-family:verdana;
	font-size:10px;
	line-height:1.5;
	color:#2F4F4F;
	font-weight:normal;
	background:#FFFFFF;
	border:0px;
}

/**
* Nun wird das Counter-Style definiert
*/

.chcTable
{
  width: 142px;
  }
.chcLeftRow
{
  background-color: #f1f6eb;
  color: #385370;
  font-size: 10px;
  text-align: left;
  height:16px;
  margin-top:2px;
  padding-left:5px;
}
.chcLeftRowAlt
{
  background-color: #FFFFFF;
  color: #385370;
  font-size: 10px;
  text-align: left;
  height:16px;
  margin-top:2px;
  padding-left:5px;
}
.chcRightRow
{
  background-color: #f1f6eb;
  font-size: 10px;
  color: #385370;
  text-align: right;
  height:16px;
  margin-top:2px;
}
.chcRightRowAlt
{
  background-color: #FFFFFF;
  font-size: 10px;
  color: #385370;
  text-align: right;
  height:16px;
  margin-top:2px;
}
.chcA a
{
  font-size: 10px;
  height:16px;
  margin-top:2px;
}

/**
* Ab hier werden die Styles für das Hauptdesign definiert
*/

.TitTabIndex
{
	width:675px;
	height:16px;
	text-align:center;
	color:#FFFFFF;
}

.TitTab
{
	width:826px;
	height:16px;
	text-align:center;
	color:#FFFFFF;
}

.TitTD
{
	background-color:#7FBF4C;
}
	
a.menul:link,a.menul:visited {
	font-family:Verdana;
	background:#f4f7ee;
	text-decoration:none;
	display:block;
	padding-left:5px;
	height:16px;
	font-size:10px;
	margin-top:2px;
	margin-left:2px;
	width:192px;
	text-align:center;
}

a.menul:hover {
	background:#499233;
	font-weight:bold;
	color:#FFFFFF;
	width:192px;
	text-align:center;
}

a.ticker:link,a.ticker:visited {
	font-family:Verdana;
	text-decoration:none;
	color:#000000;
}

a.ticker:hover {
	background:#FFB400;
	color:#FFFFFF;
}

.menulcurrent:link,.menulcurrent:visited  {
	font-family:Verdana;
	background:#499233;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding-left:5px;
	height:16px;
	font-size:10px;
	margin-top:2px;
	font-weight:bold;
	width:192px;
	text-align:center;
}

.menulback {
	background:url(http://www.limmattalerwetter.ch/Docs/Menulback.gif) no-repeat;
	font-family:Verdana;
	text-decoration:none;
	display:block;
	padding-left:5px;
	height:16px;
	font-size:10px;
	margin-top:2px;
	color:#FFFFFF;
	vertical-align:middle;
	font-weight:bold;
}

a:visited { color: #2F4F4F;}
a:link { color: #2F4F4F;}
a:active { color: #2F4F4F;}

.Bottom {
	font-size: 10px;
	color: #FFFFFF;
	font-family:Verdana;
	text-decoration: none;
}

	.BottomMenu a {
			color: #FFFFFF;
			text-decoration: none;
		}

	.BottomMenu a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
	.BottomMenu a:active {
			color: #FFFFFF;
			text-decoration: none;
		}