@media print
	{
	    
	    /* START - Home Page print*/
	    div.scrollable div.items div
	    {
			float:left;
		}
		div.scrollable div.items img
	    {
			margin-right:60px;
		}
		
		/* END - Home Page print*/
		
		
		#hpAdvertisement,
	    #CntNavigation,
	    #CntBody #FlashPresentation,
	    #CntBannerAdSkyScrapperRight,
	    #CntFooter #CntFooterContents
	        {
	            display:none;
	        }
	    #CntHeader
	        {
	            border-bottom: solid 1px #B59D79;  
	            height:180px;	            
	        }
        #CntFooter
            {
               border-top: solid 1px #B59D79; 
               clear:both; 
               font-size:9pt;  
            }
		
		#CntFooter a:link,
		#CntFooter a:hover,
		#CntFooter a:active,
		#CntFooter a:visited
		    {
		        text-decoration:none;  
		    }
		    
	     #CntBody ul.ImageThumbs 
            {
                clear:both;
                margin:0;
                padding:0;                
            }
        #CntBody ul.ImageThumbs li
            {
                border: solid 1px #B59D79;
                float:left;
		        list-style-type:none;
		        margin-right:3px;
		        margin-top:3px;
		        
            }
       #CntBody ul.ImageThumbs li img
            {
              display:block;
              margin:0;
              padding:0;              
		        
            }
       #CntBody h2
			{
				clear:both;
			}
       
			
	   
		
	}	
@media screen
	{
	    

        #CntHeader
            {
                background-image:url(../IMG/Global/CntHeaderBG.png);
			    background-position:top center;
			    background-repeat:no-repeat;
			    height:249px;		    
            }
        #CntHeader .PrintLogo
            {
                display:none;		    
            }
        #CntHeader .ScreenLogo
            {
                background-image:url(../IMG/English/CntHeaderLogoScreen.png);
			    background-position:top center;
			    background-repeat:no-repeat; 
			    height:249px; 
			    
            }
        #CntHeader div.ScreenLogo a
            {
              
			    height:249px; 
			    width:758px;
			    display:block;
			    margin-left:12px;
            }
            
        /* START - Navigation*/
        #CntNavigation
            {
                background-image:url(../IMG/Global/CntBodyBG.png);
			    background-position:top center;
			    background-repeat:repeat-y;
                
            }
        #CntNavigationContent
            {
                background-image:url(../IMG/Global/CntMenuBG.png);
			    background-position:top center;
			    background-repeat:repeat-x;
			    margin-left:auto;
			    margin-right:auto;
                width:758px;
            }
        /*START - Menu*/
        #CntMenu 
            {
               
                border-bottom: solid 1px #B59D79;
                border-top: solid 1px #B59D79;
                font-weight:bold;
                height:25px;
                list-style-type: none;
                margin:0 auto 0 auto;
                padding:0 0 0 30px;               
                text-transform:capitalize;

            }	  
         #CntMenu .First
            {
                border-top:solid 1px #B59D79;               
            }
         #CntMenu .Last
            {
                border-right:0;               
            }
         #CntMenu ul 
	        {
	            list-style-type: none;
	            margin:0;
	            padding:0;
	        }
         #CntMenu a,
         #CntMenu a:visited 
            {
                color:#1D2845;
                display:block;
                font-size:8pt;                 
                line-height:25px;                
                padding-left:6px;
                padding-right:6px;
                text-decoration:none; 
                text-transform:uppercase;                            
                width:auto;
            }
         #CntMenu a span
            {
              font-size:10pt;
            }

            
         #CntMenu li 
            {
                border-right:solid 1px #B59D79;
                float:left;
                z-index:12;                  
            }        
         #CntMenu ul li 
            {
                background-image: url("../IMG/Global/CntMenuDDBG.png");
		        background-repeat: repeat;
		        border-bottom: solid 1px #B59D79;
		        border-left:solid 1px #B59D79;
		        margin-right:0;
		        padding-right:0;		             
		        text-align:left;		        
		        width:185px;
            }
         #CntMenu ul li a,
         #CntMenu ul li a:visited 
            {
                color:#fff;
                height:auto;
                line-height:25px; 
            }    
         #CntMenu li:hover 
            {
                position:relative;                          
            }
         #CntMenu li:hover > a
            {
                background-color:#1D2845;

                color:#fff;                
                line-height:25px;
            }
         #CntMenu ul > li:hover > a
            {                
                background-color:transparent;
                background-image: url("../IMG/Global/CntMenuDDBGhover.png");
		        background-repeat: repeat;

		        color:#fff;
                text-decoration:underline;
                line-height:25px;
            }
         #CntMenu li ul 
            {
                display: none;         
            }      
         #CntMenu li:hover > ul 
            {
                display:block;                
                left:186px;
                padding-top:0;
                position:absolute;
                top:0; 
            
            }
         #CntMenu > li:hover > ul 
            {
                left:0;
                top:25px;
            }               
 	    /*END - Menu*/     
            
        /* START - Flags*/
        #CntNavigation #LangFlagDeutsch
            {
                float:right;  
                height:25px; 
                margin-right:5px; 
                margin-top:1px;                
            }
        #CntNavigation #LangFlagAust
            {
                float:right;  
                height:25px;
                margin-right:5px; 
                margin-top:1px;
            }
        /* END - Flags*/
            
        /*END - Navigation*/
        /*START - CntBody*/
        #CntBody
            {
                background-image: url("../IMG/Global/CntBodyBG.png");
		        background-repeat: repeat-y;
		        padding:1px 12px 1px 12px;
		        min-height:1%; /*IE7 Peek-a-boo bug*/
		        
            }
        #CntBody ul.ImageThumbs 
            {
                margin:0;
                padding:0;  
            }
        #CntBody ul.ImageThumbs li
            {
                border: solid 1px #B59D79;
                float:left;
		        list-style-type:none;
		        margin-right:3px;
		        margin-top:3px;
		        
            }
       #CntBody ul.ImageThumbs li img
            {
              margin:0;
              padding:0;
              display:block;
		        
            }
        /*END - CntBody*/
        /*START - Flash*/
        #CntBody #FlashPresentation 
            {
                border-bottom: solid 1px #B59D79;
                height:226px;
                margin:0;
                padding:0;
            }
        /*END - Flash*/
        
        
        /* START CntTwoColumnRightAdvert*/
        #CntTwoColumnRightAdvert
            {
                margin-top:10px;
            }
        #CntTwoColumnRightAdvert .LeftColumn
            {
                float:left;
                width:570px;
                 
            }
        /* START - Content Container*/
        #CntBody #CntContentContainer
            {
                margin-left:auto;
                margin-right:auto;
                width:553px;    
            }
        #CntBody #CntContentContainer .Header        
            {
                background-image: url("../IMG/Global/CntBodyContentContainerHeader.png");
		        background-repeat: no-repeat;
                height:14px;
            }   
        #CntBody #CntContentContainer .Body
            {
                background-image: url("../IMG/Global/CntBodyContentContainerBody.png");
		        background-repeat: repeat-y;
		        color:#1D2845;
		        padding: 1px 10px 1px 10px;
		      
            }
        #CntBody #CntContentContainer .Body h1
            {
                margin:0;
                margin-top:5px;
                padding:0;
		      
            }
        #CntBody #CntContentContainer .Body h2
            {
                margin:0;
                margin-top:5px;
                padding:0;
		      
            }
        #CntBody #CntContentContainer .OneColumn h1
            {
                border-bottom:solid 1px #B59D79; 
                padding-bottom:20px;
                margin-bottom:5px;
		      
            } 
        #CntBody #CntContentContainer .Body p
            {
                margin:5px;
                padding:0;
		      
            }
        #CntBody #CntContentContainer .Body ul li
            {
                margin-bottom:10px;      
            }
        #CntBody #CntContentContainer .Body img.FloatLeft
            {
               float:left;
            }
        #CntBody #CntContentContainer .Body img.FloatRight
            {
               float:right;
            }
        #CntBody #CntContentContainer .Body .ImgCenter
            {
               text-align:center;               
               width:100%;

            }
        #CntBody #CntContentContainer .TwoColumn
            {
               border-top: solid 1px #B59D79;
               
            }
        #CntBody #CntContentContainer ul.ulPDF
			{
				list-style-type: none;
				margin-left: 0;
				padding-left: 0;				
			}
        #CntBody #CntContentContainer ul.ulPDF li 
			{
				
				background-image: url("../../../IMG/Global/PDFicon_small.gif");
				background-position: left center;
				background-repeat: no-repeat;
				list-style-image: none;				
				min-height: 17px;			
				padding-left : 24px;				
			}
        
	 
         
        #CntBody #CntContentContainer .LeftColumn
            {
               border-right: solid 1px #B59D79;
               float:left;
               padding:5px;
               padding-right:8px;
               width:255px;
            }
            
            
         #CntBody #CntContentContainer .RightColumn
            {
               float:Right;
               padding:5px;
               width:253px;
               
            }    
          #CntBody #CntContentContainer .ClearBoth
            {
               clear:both;
            }   
        
         #CntBody #CntContentContainer .Footer
            {
                background-image: url("../IMG/Global/CntBodyContentContainerFooter.png");
		        background-repeat: no-repeat;
		        height:15px;
            }    
        /* END - Content Container*/    
        #CntTwoColumnRightAdvert .RightColumn
            {               
                float:right;                                
                width:180px;  
            }
        #CntBannerAdSkyScrapperRight
            {
                 color:#fff;
                 font-size:10pt;
                 margin: 0 10px 0 10px;
            }
        #CntTwoColumnRightAdvert .ClearBoth
            {
                clear:both;
                margin-bottom:20px;
            }
        /* END - CntTwoColumnRightAdvert*/
        
        
        /*START- CntFooter*/    
		#CntFooter
			{
				height:auto;	
			}
         
        #CntFooter #CntFooterHeader
            {
                background-image: url("../IMG/Global/CntFooterHeaderBG.png");
		        background-repeat: no-repeat;
		        height:48px;
            }
        #CntFooter #CntFooterBody
            {
                background-image: url("../IMG/Global/CntFooterBodyBG.png");
		        background-repeat: repeat-y;
		        color:#003333;
		        font-size:10pt;
		        height:84px;
		        padding:1px 12px 1px 12px;
		        text-align:center;
		        
            }
        #CntFooter #CntFooterFooter
            {
                background-image: url("../IMG/Global/CntFooterFooterBG.png");
		        background-repeat: no-repeat;
		        height:16px;
            }
        #CntFooter #CntFooterScreenAndPrint
            {
		       
		        padding-top:8px;
		        padding-right:8px;
            }           
        #CntFooter a
            {
                color:#000099;
            }    
            
        /*END- CntFooter*/
        /*START - No Script*/    
        
        #NoScriptContainer
            {
                background-color:#ff0000;
                border-bottom: solid 1px #000;
                font-weight:bold;
                height:120px;
                left:0;
                position:absolute;
                text-align:center;                
                top:0;
                width:100%;
            }
        #NoScriptContainer p
            {
                margin-bottom:5px;
                margin-top:5px;          
            }
        /*END - No Script*/
        
		a:link 		
			{
				color: #81653C; 
				text-decoration: underline;
			}
		a:active 
			{
				color: #81653C; 
				text-decoration: underline;
			}
		a:hover
			{
				color: #81653C; 
				text-decoration: underline;
			}
		a:visited
			{
				color: #81653C; 
				text-decoration: underline;
			}
	    #aspnetForm
            {
                margin-left:auto;
                margin-right:auto;
                width:782px;    
            }
		.PrintOnly
		    {
		        display:none;
		    }
		object img
			{
				border: solid 1px #000;
			}
		body 
			{
			    background-color: #000;
			    background-image:url(../IMG/Global/bodyBG.jpg);
			    background-position:top center;
			    background-repeat:no-repeat;
			    background-attachment:fixed;			
				font-family: "Times New Roman", Times, serif;
				font-size: 10pt;
				font-style: normal;
				font-weight: normal;
				color: #000;
				margin: 0px;
				padding:0px;
			}
	   
/*START - Google Maps*/
		#CntGoogleMap
 	        {
 	            border: solid 1px #999;
 	            color:#000;
 	            height:300px ;
 	            margin-left:auto;
 	            margin-right:auto;
 	            width:500px;	            
 	        } 
/*END - Google Maps*/
	        
/*START - Lightbox*/	        
        #lightbox
            {   
                left: 0; 
                line-height: 0;
                position: absolute;	
                text-align: center; 
                width: 100%; 
                z-index: 100; 
            }
        #lightbox img
            {
                height: auto;
                width: auto;
            }
        #lightbox a img
            {
                border: none;
            }

        #outerImageContainer
            {
                background-color: #fff;
                border-left: solid 1px #B59D79;
                border-right: solid 1px #B59D79;
                border-top: solid 1px #B59D79;
                height: 250px;
                margin: 0 auto;
                position: relative;
                width: 250px;
            }
        #imageContainer
            {
                padding: 10px;
            }

        #loading
            {
                height: 25%;
                left: 0%;
                line-height: 0;
                position: absolute;
                text-align: center;
                top: 40%;                
                width: 100%;
            }
        #hoverNav
            {
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: 10;
            }
        #imageContainer>#hoverNav
            {
                left: 0;
            }
        #hoverNav a
            {
                outline: none;
            }

        #prevLink, #nextLink
            {
                width: 49%;
                height: 100%;
                /*background-image: url(data:image/gif;base64,AAAA);*/
                /* Trick IE into showing hover */
                display: block;
            }
        #prevLink
            { 
                float:left;
                left: 0;
            }
        #nextLink 
            {
                float: right;
                right: 0;
            }
        #prevLink:hover, #prevLink:visited:hover
            {
                background: url(../../../IMG/Global/Lightbox/prevlabel.gif) left 15% no-repeat;
            }
        #nextLink:hover, #nextLink:visited:hover 
            {
                background: url(../../../IMG/Global/Lightbox/nextlabel.gif) right 15% no-repeat;
            }
        #imageDataContainer
            {
                background-color: #fff;
                border-bottom: solid 1px #B59D79;
                border-left: solid 1px #B59D79;
                border-right: solid 1px #B59D79;
                font: 10px Verdana, Helvetica, sans-serif;
                line-height: 1.4em;
                margin: 0 auto;                
                overflow: auto;
                width: 100%;
            }

        #imageData
            {
                color: #666;
                padding:0 10px;
            }
        #imageData #imageDetails
            {
                float: left;
                text-align: left;
                width: 70%; 
            }	
        #imageData #caption
            {
                color:#1D2845;
                font-weight: bold;
                
            }
        #imageData #numberDisplay
            {
                color:#1D2845;
                clear: left;
                display: block;                
                padding-bottom: 1.0em;
            }			
        #imageData #bottomNavClose
            {
                float: right;
                outline: none;
                padding-bottom: 0.7em;
                width: 66px;    
            }	 	
        #overlay
            {
                background-color: #000;
                height: 500px;                 
                left: 0;
                position: absolute;
                top: 0; 
                width: 100%; 
                z-index: 90; 
            }

/* END - Lightbox*/
	     

	}
@media all
	{
		
		body a img
			{
				border: 0;	
			}

	}
	
