.weatherform{
	display:block;
	font-size:11px;
	position:relative;
}

#weather_result{
  float:left;
  width:720px;
  overflow:auto;
  height:210px;
}

#weather_result .block-center span{
  font-size:12px;
}

#weatherbox{
  width:250px;
  height:60px;
}

.weatherform a{
	font-size:11px;
	color:#000000;
}

.weatherform #weather_now h3{
	font-size:25px;
  padding-left:10px;
}

.weatherform input{
	width:205px;
}

.weatherform .block{
	float:left;
	width:237px;
  height:200px;
  padding-top:5px;
  border-right:1px solid #cccccc;
}

.weatherform .block-center{
	clear:left;
	width:100%;
	font-size:20px;
  text-align:center;
}
#weatherbox #show_more .block-center img{
  float:none;
}

.weatherform .block-right{
	float:left;
	width:45px;
	font-size:11px;
	height:40px;
  border-bottom:1px solid #cccccc;
}
.weatherform #result{
  width:100%;
}
.weatherform .sub_block{
	clear:both;
	padding-top:5px;
	display:block;
}

.weatherform .block_header{
	clear:left;
  padding-left:10px;
}

.weatherform .sub_block_header{
	clear:left;
	height:25px;
	padding-top:6px;
	background:#eaeaea;
	border:1px solid #cccccc;
}

.weatherform .label{
	float:left;
	width:200px;
	padding-top:5px
}

.weatherform .input{
	float:left;
	width:120px;
}

.weatherform .validationerror{
	background-color:#f98080;
}

#weathericon{
  cursor:pointer;
}

#p_p_id_wetterportlet_WAR_wetterportlet_ .portlet-borderless-container{
padding-bottom:5px;
}

.weatherform #weather_loader{
	position:absolute;
	width:200px;
	height:100px;
	top:170px;
  left:435px;
	text-align:center;
  z-index:200;	
}
.weatherform .loader{
  background:#ffffff;
	filter: alpha(opacity=20);
	opacity: .2; 
}

#show_weatherbox{
  position:relative;
  display:none;
  z-index:200;
  min-height:25px;
}

#weatherbox #show_more{
  width:960px;
  height:210px; 
  box-shadow:0 4px 7px rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0);
  background:#F2F4F4;
  top: 22px;
  border-top:1px solid #ccc;
  left:-15px;
  position:relative;
}

.weather_result{
  width: 465px;
  padding:10px;
  float: left;
  height: 155px;
  column-count: 2;
  column-gap: 2em;
  -moz-column-count: 2;    
  -moz-column-gap: 2em;
  -webkit-column-count: 2; 
  -webkit-column-gap: 2em;
}