@media all
{
	body {
		font-size: 100.00%;
	}
	#globalbox { 
		max-width: 800px; 
		min-width: 480px;
		width: auto;
	}
	
	.c25r , .c25l, .c75r , .c75l{
		width: 100%;
	}
	
	#header .c25l {
		width: 251px;
		float: left;
		height: 127px;
	}
	#header .c75r {
		position: absolute;
		left: 300px;
		overflow: hidden;
		width: 615px;
	}	
	.teaser {
		display: inline-block;
		width: 271px;
		vertical-align: top;
	}
	
	.search {
		width: 100%;
	}
	
	#nav, #main, #header, #footer, #index {
		min-width: 100%;
	}	
	/*maps */
	#maps-city-list{
		width: 100% !important;
		clear: both !important;
		height: 120px !important;
		margin-bottom: 10px;
	}
	#maps-city-list li {
		width: 170px !important;
		float: left !important;
		margin-right: 20px !important;
	}
	#maps-places-list-text {
		width: 100% !important;
		clear: both !important;
		height: 360px !important;
	}
	
	input#search {
		max-width: 100%;
	}	
	
}
