/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * default screen stylesheet - PAGE-layout type layout
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0.2
 * @revision        $Revision: 743 $
 * @lastmodified    $Date: 2012-10-23 23:01:14 +0200 (Di, 23 Okt 2012) $
 */

@media screen {

	
}

/* reset fallback values in modern browsers */
@media screen and ( min-width: 0px ) {
	.ym-wrapper {
		min-width: 0px;
	}
}

@media screen and ( max-width: 1024px ) {

#camera-container {
    background: none repeat scroll 0 0 #000000;
    height: 550px;
    margin: auto;
    width: 1024px;
    overflow:hidden;
   
} 


	
    #camera1 {
    	background-position: center center;
        width: 1024px;
        overflow:hidden;
    }
    
#sitemap-menu2 {
    margin-top: 16px;
    width: 80px;
    float: left;
}

#adress {
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    height: 130px;
    margin-top: 15px;
    text-align: right;
    width: 200px;
}
	
}

@media screen and ( max-width: 770px) {
 
 	header{
 		width: 980px;
 	}
 	footer{
 		width: 980px;
 	}
 	#sitemap{
 		width: 980px;
 	}
 	
 	#adress {
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    height: 130px;
    margin-top: 15px;
    text-align: right;
    width: 200px;
}
     
     #camera-container {
    background: none repeat scroll 0 0 #000000;
    height: 550px;
    margin: auto;
    width: 980px;
}
     
     #camera1 {
    	background-position: center center;
        width: 980px;
    }
    
#sitemap-menu2 {
    margin-top: 16px;
    width: 80px;
    float: left;
}
}