html,body,div,span,applet,object,iframe,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


body {
	line-height: 1;
	color: black;
	background: white;
	width:720px;
}

ol,ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

body {
	margin: 0px;
	padding: 11px;
}

form {
	margin: 0px;
	padding: 0px;
}

body,td,input,textarea,select {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

/* Headings */
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #222;
	margin: 18px 0px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #222;
	margin: 18px 0px;
}

h4 {
	padding: 5px 6px;
	background-color: #99bcdd;
	background-image: url(../imgs/heading-gray-bg.png);
	background-repeat: repeat-x;
	color: #444;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: normal;
}

/* Detailseite */ /* Paragraphs */
p {
	line-height: 150%;
	color: #555;
	font-size: 13px;
}

/* Utilities */
div.clear {
	clear: both;
}

/* Weather details */
#weather-detail-summary {
	background-color: #FCDD3B;
    /*background-image: url(../imgs/summary-bg.png);*/
	background-repeat: repeat-x;
	padding: 15px;
	width: 690px;
}

#weather-detail-summary .column-1 {
	float: left;
	width: 410px;
}

#weather-detail-summary .column-2 {
	float: left;
	text-align: left;
	width: 140px;
	border-left: 1px solid #614606;
	padding: 2px 0px 0px 15px;
	height: 40px;
	color: #614606;
	line-height: 130%;
}

#weather-detail-summary .column-2 span {
	font-weight: bold;
	color: #614606;
	white-space: nowrap;
}

#weather-detail-summary .column-3 {
	float: left;
	text-align: right;
	width: 50px;
	border-left: 1px solid #614606;
	padding: 2px 2px 0px 0px;
	height: 40px;
}

#weather-detail-summary .column-4 {
	float: left;
	text-align: right;
	width: 70px;
	border-left: 1px solid #614601;
	padding: 10px 0px 0px 0px;
	height: 32px;
	font-size: 24px;
	color: #614601;
	font-weight: bold;
}

#weather-detail-summary .column-4 span {
	color: #614601;
}

div.weather-detail-location {
	font-size: 24px;
	font-weight: bold;
	color: #614606;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

div.weather-detail-location-info {
	color: #614606;
	margin-left: 1px;
}

div.detail-short-message{
 	background-color:#F3E6C8;
 	color:#856822;
 	padding:5px 6px;
}



/* Weather details table */
table.detail-table tr td {
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 1px;
    text-align: center;
    border-left: 1px solid #f0f0f0;
}

table.detail-table tr td.caption {
    text-align: left;
    padding-left: 8px;
    color: #454545;
	vertical-align:top;
}

table.detail-table tr td.time {
    font-weight: bold;
    padding-right: 0px;
    width: 67px;
    text-align: left;
    padding-left: 5px;
    font-size: 14px; 
    color: #454545;
}

div.time-until {
    font-weight: normal;
    font-size: 11px;
    text-align: right;
    padding-right: 5px;
}

div.detail-supplement{
	width: 100px;
	height: 18px;
	text-indent: 7px;
	background-position: right;
	background-image: url(../imgs/open_details-red.png);
	background-repeat: no-repeat;
	color: #FAF9EC;
	font-weight: bold;
	display: none;
}

div.detail-supplement-close{
	width: 100px;
	height: 18px;
	text-indent: 7px;
	background-position: right;
	background-image: url(../imgs/close_details-red.png);
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	display: none;
}

div.detail-supplement:HOVER{
	cursor: pointer;
}

div.detail-supplement-close:HOVER{
	cursor: pointer;
}

div.detail-table-container {
	background-color: #E3E3E3;
}

/* Tabs */
div.tabs {
	margin-top: 20px;
}

div.tab,div.tab-active,div.tab-filler {
	float: left;
	padding: 6px 8px;
	background-image: url(../imgs/heading-gray-bg.png);
	background-repeat: repeat-x;
	font-size: 12px;
	border-left: 1px solid #FFF;
	color: #454545;
}

div.tab-filler {
	background: none;
	float: none;
	border-right: none;
}

div.tab-active {
	background-color: #E2291A;
	background-image: url(../imgs/info-bg-yellow.png);
	background-repeat: repeat-x;
    color: #000000;
	border-left: none;
}

div.tab:HOVER{
	cursor: pointer;	
}

div.tabinfo {
	background-color: #FCDD3B;
    color: #523b05;
}

/* Infoboxes */
div.info {
	background-image: url(../imgs/heading-gray-bg.png);
	background-repeat: repeat-x;
	background-color: #EEE;
	padding: 10px;
	margin-top: 6px;
}

div.info h4 {
    background: none;
    font-size: 14px;
    color: #666;
    padding: 0px;
    margin-bottom: 10px;
}

div.info-detail-column-1 {
	float: left;
	width: 255px;
	border-right: 1px solid #DDD;
	padding-right: 10px;
}

div.info-detail-column-2 {
	float: left;
	width: 120px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #DDD;
	padding-left: 10px;
}

div.info-detail-column-3 {
	float: left;
	width: 60px;
	border-left: 1px solid #FFF;
	padding-left: 10px;
}

div.near-station {
	margin-bottom: 1px;
	padding: 5px 6px;
	background-color: #DDD;
}

div.near-station span {
	color: #666;
}

div.near-station a, div.weather-station-info a {
	color: #000;
	text-decoration: none;
}

div.near-station a:hover, div.weather-station-info a:hover {
	text-decoration: underline;
}

div.detail-sunrise-label,div.detail-moon-label {
	padding: 0px 0px 2px 0px;
	color: #999;
}

div.detail-sunset-label {
	padding: 2px 0px;
	color: #999;
	margin-top: 5px;
}

div.detail-sunrise,div.detail-sunset {
	font-size: 24px;
	color: #999;
	font-weight: bold;
}

div.detail-moon {
	font-size: 18px;
	color: #999;
	font-weight: bold;
	white-space: nowrap;
}

div.detail-moon-image {
	//background-image: url(moon.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	height: 50px;
}

div.weather-station-info {
	color: #999;
	padding: 5px;
	font-size: 11px;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 0px;
}

.mpointer{
	cursor: pointer;
}

.mpointer:HOVER {
	cursor: pointer;	
}

p.mlegend{
 padding-left: 33px;
}

.mlegend-red{
	background-image: url(../imgs/legend_red.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 11px;
	padding-left: 14px;
}

.mlegend-green{
	background-image: url(../imgs/legend_green.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 11px;
	padding-left: 14px;
}

.mlegend-red-dot{
	background-image: url(../imgs/legend_red_dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 11px;
	padding-left: 14px;
}

.mlegend-blue-dot{
	background-image: url(../imgs/legend_blue_dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 11px;
	padding-left: 14px;
}

.mlegend-violet{
	background-image: url(../imgs/legend_purple.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 11px;
	padding-left: 14px;
}

.mlegend-brown{
	background-image: url(../imgs/legend_brown.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 11px;
	padding-left: 14px;
}

.mlegend-yellow-bar{
	background-image: url(../imgs/legend_yellow_bar.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 11px;
	padding-left: 14px;
}

.mlegend-blue-bar{
	background-image: url(../imgs/legend_blue_bar.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 11px;
	padding-left: 14px;
}

.mlegend-winddir{
	background-image: url(../imgs/winddir_legend.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 11px;
	padding-left: 14px;
}

/* Infoboxes */
div.info-home {
	background-image: url(../imgs/heading-gray-bg.png);
	background-repeat: repeat-x;
	background-color: #EEE;
	padding: 10px;
	margin-top: 20px;
}

div.info-home h4 {
	background: none;
	font-size: 14px;
	color: #666;
	padding: 0px;
	margin-bottom: 10px;
}

div.info-home-left {
	float: left;
	width: 255px;
	border-right: 1px solid #DDD;
	padding-right: 10px;
	cursor:pointer;
}

div.info-home-right {
	float: left;
	width: 255px;
	border-left: 1px solid #FFF;
	padding-left: 10px;
	cursor:pointer;
}

div.info-home p{
  float:left;
  width:120px;
  font-size:11px;
}

div.info-home img {
    width: 125px;
    border: 1px solid #DDD;
    margin-left: 5px;
}

a.nowarn {
color: #999999;
text-decoration:none;
}

#mm_detail_body {
  padding: 0;
}
#site {
  width: 720px;
}