/* Style Sheet */

	  #alles {
	    clear: left;
	    position: relative;
	    margin: 0 auto;
	    width: 800px;
	    height: 600px;
	    background: #003366;
      }
	  #top {
	    float: left;
	    width: 1px; height: 0%;
	    margin-bottom: -12em;
      }
	  #kopf {
	  position:relative; left:0px; top:0px; width:800px; height:200px; z-index:1; background-color:#000000;
      }
	  #intro {
        position:relative; left:0px; top:50px; width:800px; height:150px; z-index:0; 
      }
	  .thema { position:relative; background-color:#003366; padding:5px;
	           font-family:sans-serif; font-size:14px; color:#FFFFFF; line-height: 120%
      }
	  .titel { background-color:#336699; padding:5px; font-weight:bold }
	  .text  { background-color:#6699CC; padding:5px; font-size:14px; line-height: 120% }
	  html { height: 100% }
      body { background-color:#003366; height: 100%; margin: 0; padding: 0 }
	  table { border: 0px; }
      #map_canvas { position:relative; padding:5px; }
	  .box img {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	-ms-transition: -ms-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	z-index: 1;
      }
	  .box img:hover {
	-webkit-transform: scale(2.0);
	-moz-transform: scale(2.0);
	-o-transform: scale(2.0);
	-ms-transform: scale(2.0);
	transform: scale(2.0);
      }
