/**
 * Mobole CSS for Tierklinikennet
 *
 * @author		UPA-Webdesign
 * @version		0.1.0
 */

/**
 * iPad Portrai Modus
 */
@media (max-width: 1024px) {
	.container { width: 989px; min-width: 989px; }
	#header .innercontainer { background: url("images/header-1024.jpg") no-repeat scroll 0 0 #f1ffe7; }
	
	
	#postsearch input { width: 244px; }
	
	.rassenlist dt { width: 83px; }
	.rassenlist dd { width: 300px; }
}

/**
 * iPad Landscape Modus
 */
@media (max-width: 768px) {
	.container { width: 751px; min-width: 751px; }
	#header .innercontainer { background: url("images/header-768.jpg") no-repeat scroll 0 0 #f1ffe7; }
	
	.menu-header {
		z-index: 1;
		height: 76px;
	}
	
	#content, .single-format-standard #content, .page-template-default #content { width: 100%!important; }
	#sidebar { display: none!important; }
	#postsearch input { width: 180px; }
}