/**
 * Stylesheet Framework for Contao Open Source CMS
 * Copyright © 2011-2012 Dominik Raubuch
 *
 * CSS-Layout for Contao Open Source CMS.
 *
 * @copyright	Copyright © 2011-2012 Dominik Raubuch
 * @author		Dominik Raubuch <http://www.raubuch.net>
 * @package		styles
 * @version		1.1
 */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : landscape)  {
	#wrapper {
	}
	#wrapperinside {	
		width: 1250px;
		clear: both;
		margin: 0 auto;
	}
	#leftrand {
		width: 125px;
		height: 200px;
		float: left;
	}
	#rightrand {
		width: 125px;
		height: 200px;
		float: right;
	} 

}
@media screen, projection
{
	/**
	 * basic
	 */
	html {  }
	body { overflow-y: scroll; }

	 
	html {  }
	body { overflow-y: scroll; }

	.inside {  }

	#footer { width: 1000px; }
	
	#container {
		position: center;
		width: 1000px;
		height: 725px;
	}

	/**
	 * content
	 */
	#left {  }
	#left .inside {  }

	#right {  }
	#right .inside {  }

	#mainbox {
		width: 100%;
		height: 100%;
	}
	#main .inside {  }
}
