@media screen,handheld,projection {
    * {
      margin:                 0;
      padding:                0;    
      }
    
    /*html, body,*/  
    div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        border:               0;
        outline:              0;
        font-weight:          inherit;
        font-style:           inherit;
        font-family:          inherit;
        vertical-align:       baseline;
    }
    

    :focus {
        outline:              0;
    }

    
    body {
        line-height:          1em;
    }

    p {
        line-height:          1.4em;
    }
        
    ol, ul {
        list-style:           none;
    }

    
    a,
    a:visited,
    a:link {
      text-decoration:        none;
    }
     
}@media print {
}

@media screen,handheld,projection {      
    body,
    html {
		  height:			            100%;      
		  font-family:		        sans-serif;      
    }

  
    div[id="bereichsNavigation"] {
   	  display:                none;
    }
   

/** Hauptcontainer
 */
    div[id="main"] {
		  position:		            relative;
      margin:                 auto;
    }

            
/** Slogan und Name der Webseite
 */
    div[id="firmaUndSlogan"] {
      position:               absolute;
      top:                    21.5em;
      left:                   50%;
      
      margin-left:            8em;      
    }
    
                    
/* Inhaltscontainer */
    div[id="inhalte"] {
      position:               absolute;
      top:                    11.5em;
      right:                  50%;
      z-index:                5;
    }
    
    div[class="fliesstext"] {
    }

    
/* Karte */
    div[id="deutschlandKarte"] {
      position:               absolute;
      top:                    10em;
      left:                   50%;
    }
    
    
/* Flagge */
    div[id="flagge"] {
      position:               absolute;
      top:                    21.5em;
      left:                   50%;

      margin-left:            6.5em;
    }
    

/* Copyrightinformationen */
    div[id="copyright"] {
      position:               fixed;
      right:                  0em;
      left:                   0em;
      bottom:                 1em;
    }
    
                       
/** unsichtbare Elemente
 */
    .geheim {
      display:                none;
    }
}@media screen,handheld,projection,print {
	div[id="aktuellePosition"] {
		display:		none;
	}     
}@media screen,handheld,projection,print {
	div[id="externeNavigation"] > ul[id="thematisch"] {
		display:		              none;
	}

	div[id="externeNavigation"] > ul[id="unterstuetzend"] {
		position:		              fixed;
    top:                      1em;
    left:                     1em;
	}
}@media screen,handheld,projection {      
    div[id="kurzimpressum"] {
   	  display:                none;
    }
}@media print {
    div[id="schnellnavigation"] {
   	  display:                none;
    }
}

@media screen,handheld,projection {      
    div[id="schnellnavigation"] {
      position:               absolute;
      top:                    25em;
      left:                   50%;
      
      margin-left:            8em; 
    }
}
