


/* spaltenaufbau ---------------------------------------------------- */
#spalte1, #spalte2, #spalte3 { 
	min-height:660px; 
	float:left; 
	width:210px; 
	border:1px solid #ccc; 
	}
#spalte1, #spalte2 { margin-right:22px; }
#spalte1 h2, #spalte2 h2, #spalte3 h2 { 
	padding:2px 5px; 
	margin:0; 
	background:#b1b1b1; 
	color:#fff; 
	width:200px; 
	}
#spalte1 p, #spalte2 p, #spalte3 p { 
	padding:0 5px; 
	width:200px; 
	}
	
	
/* link darstellung ------------------------------------------------- */
a { 
	background: transparent; 
	color: #000; 
	text-decoration: none; 
	}
a:hover { border-bottom:1px solid #DB261F; } 
a:focus { outline: none; }

	
/* javascript-hinweis ----------------------------------------------- */
.jsonly { display:none; }
.nojsm { 
	margin:20px 0;
	padding:10px;
	background:#b1b1b1;
	color:#ff3300;
	font-size: 20px;
	}
	
	
/* city daily photo ------------------------------------------------- */
#cdp { margin:0 5px 10px 5px; } 
#cdp ul { 
	list-style: none; 
	padding:0; 
	margin:0; 
	} 
#cdp ul li { 
	height:20px; 
	width:180px; 
	padding-left:10px; 
	overflow:hidden; 
	} 
	
	
/* mister wong tagcloud --------------------------------------------- */
.mw_tag0 {
	font-size: 10px;
	color: #999999;
}
.mw_tag1 {
	font-size: 12px;
	color: #666666;
}
.mw_tag2 {
	font-size: 16px;
	color: #333333;
}
.mw_tag3 {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
#mw_tagcloud {
	text-align: justify;
}
