/* ==== Radarbild ==== */
div.radarrahmen{
    float: left;
    position: relative;
    left: 20px;
	width: 450px;
	margin: 10px auto;
	font-size: 10px;
	clear: both;
		}
div.backtoblog{
    position: absolute;
	top: 600px;
	left: 20px;
	}
div.animation{
	background: #f4f4f4;
	padding: 2px 5px;
	border: 1px solid #999;
	margin: 0px;
	font-size: 11px;
	width: 465px;
	}
div.animation input{
	width: 30px;
	border: 1px solid #000000;
	height: 12px;
	font-size: 10px;
	text-align: center;
	}
div.animation input#vonDatum {
   width: 6em
   }
div.animation input#vonZeit {
   width: 4em
   }
div.animation input#bisDatum {
   width: 6em
   }
div.animation input#bisZeit {
   width: 4em
   }
div.animation input.mybutton{
	width: 70px;
	height: 17px;
	font-size: 11px;
	border: none;
	}
div.animation span {
	color: #FF0000;
	display: block;
	margin: 0.5em 0;
	}	
		
div.radarbild {
	margin: 0px;
	background: url(http://img.landimeteo.ch/meteodata/radar/schweiz.gif) no-repeat;
	width: 412px;
	height: 401px;
	position: relative;
   }
div.radarbild img#radar {
	position: absolute;
	top: 0;
	left: -5px;
   }
div.radarbild img#skala {
   position: absolute;
	top: 379px;
	left: -5px;        
	}

/*A garder*/

table.TBListe {
	margin-left: 10px;
	margin-right: 10px;
	border: none;
	width: 500px;
}
table.TBListe td {
	font-size: 11px;
	padding: 5px 4px 2px 4px;
}
table.TBListe td.email {
	font-size: 11px;
	padding: 0px 4px 2px 4px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #F0F1F2;
}
	
html, body {
    height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #e7e7e7;
}

.mybutton {
	color: #FFFFFF;
	background-image: url(http://www.landimeteo.ch/img/button.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;	
	font-weight: normal;
	height: 18px;
	border: 0px;
	width: 71px;
	text-align: center;
	cursor: default;
}
