
             body {
                  font-family:Verdana, Arial, Helvetica;
             }
             a:link {
                  text-decoration:none; 
                  font-weight:bold; 
                  color:#66AFF8; 
             }
             a:visited { 
                  text-decoration:none; 
                  font-weight:bold; 
                  color:#334466; 
             }
             .olControlPermalink a:link {
                  text-decoration:none; 
                  font-weight:normal; 
                  color:#0000ff;
             }
             .olControlPermalink a:hover {
                  text-decoration:underline; 
                  font-weight:normal; 
                  color:#0000ff;
             }
             
             
             #headTable{
               min-width:570px;
               min-height:70px;
             }
             #map {
                  border: 1px solid black;

                  top:-10px;
                  height:650px;
                  width:98%;
                  min-width:690px;
                  float: left;
             }
             td { 
                  padding:0;
             }
             .linkerrand {
                  border-left-width:thin;  
                  border-left-style: solid;  
                  border-left-color: #BBBBBB; 
                  padding-left:5px;
             }

             #header{
                  width: 690px;
                  z-index:50;
             }
             #links{
                  position:absolute;
                  left: 150px;
                  top: 50px;
                  width: 600px;
             }

             #nodelist{
               float: left;
               margin:20px 2px 2px 2px;
             }

             #button{
               float: right;
               margin:2px 2px 2px 2px;
             }
              #wrapper2 {

                  left:10px;
                  width: 98%;
                  min-width:690px;
                  margin:-35px 2px 2px 2px;
             }
             #wrapper {
                  left:10px;
                  width: 98%;
                  min-width:690px;
             }
             #scale {
               float: left;
                  width: 40%;
                  left:10px;

             }
             
             #keyboardtxt {
             	border-width: 0.2em;
              border-style: solid;
              border-color: rgb(221, 221, 221);
              background: rgb(238, 238, 238);
              text-align: justify;
              font-size:0.8em;
              color:grey;
           }
           
           #perma_ie {
             border:thin solid gray; 
             background-color:#E2E7FF; 
             text-align: center; 
             vertical-align:middle; 
             position:absolute; 
             top:60px; right:-150px; 
             min-height:40px; 
             max-height:50px; 
             min-width:400px; 
             max-width:450px; 
             z-index:1010;
           }
           
           #perma_other {
             display:none; 
             border:thin solid gray; 
             background-color:#E2E7FF; 
             text-align:center; 
             vertical-align:middle; 
             position:absolute; 
             top:60px; right:-150px; 
             min-height:40px; 
             max-height:50px; 
             min-width:400px; 
             max-width:450px; 
             font-size:1.1em; 
             z-index:1010;
           }
             	
             	
             #Text {
               float: left;
               min-width:690px;
             }
             #output {
                float: left;

             }
             #scalebar {
                  left:40px;

             }
             #location {
                  float: right;

             }

             .aussenabstand {margin:2px 2px 2px 2px;}
             /* Styles used by featureInfo output */
             table.featureInfo, table.featureInfo td, table.featureInfo th {
                  border: 1px solid #eee;
                  border-collapse: collapse;
                  margin: 0;
                  padding: 0;
                  font-size: 0.8em;
                  padding: 0.2em 0.6em;
             }
             table.featureInfo th {
                  padding: .2em .2em;
                  text-transform: uppercase;
                  font-weight: bold;
                  background: #76AFF8;
                  color:#ffffff;
             }
             table.featureInfo td {
                  background: #fff;
             }
             table.featureInfo tr.odd td {
                  background: #eee;
             }
             table.featureInfo caption {
                  text-align: left;
                  font-size: 75%;
                  font-weight: bold;
                  text-transform: uppercase;
                  padding: .2em .2em;
                  color:#444444;
             }
             
             