img {
    border: 0px;
  } 
  
  a {
    text-decoration: none;
    color: #260093;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  h1 {
    font-family: arial;
    font-size: 25px;
    color: #260093; 
    margin: 10px 0px 0px 0px;
  }
  
  h2 {
    font-family: arial;
    font-size: 20px;
    color: #260093;
  }
  
  p {
    margin: 10px 0px 10px 0px;
    padding: 0px;    
  }
  
  #container {
    
    position: absolute;    
    width: 800px;
    left: 50%;
    top: 50px;
    margin-left: -400px;
  }
  
  #main {
    
    border: solid 1px #dcdcdc;
    width: auto;
    padding-left: 10px;
    padding-bottom: 10px;
    font-family: arial;
    font-size: 15px;
    color: #260093;
  } 
  
  #main_table {
    width: auto;
    border: 0px;
    margin: 0px;
    padding: 0px;
  }
  
  #main_table td {
    padding: 0px;
    margin: 0px;
    vertical-align: top;
  }
  
  #left {
    width: 200px;
  }
  
  #center {
    width: 99%;
    vertical-align: top;
    margin-top: 0px;
    padding-top: 0px;
  }
  
  #center_container {
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 10px;
  }
  
  .puff_right {
    float: right;
    clear: right;  
    display: block;
    text-align: center;
    width: 200px;
    height: auto;
    margin: 10px 10px 5px 5px;
    overflow: hidden;
  }
  
  .puff_border {
    border: solid 2px #260093;
  }
  
  #top {
    position: relative;
    float: top right;
    width: 800px;
    height: 127px;
    background: #3300CC;
    background-image: url(../bilder/topbild.jpg);
    background-repeat: repeat-x;
  }
  
  #top_logo {
  
    position: relative;
    display: inline;
    float: right;
    background-repeat: no-repeat;
    width: 450px;
    height: 127px;
    
  }
  
  #nav {
    
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #f9f065;
    border-top: solid 2px #260093;
    border-bottom: solid 2px #260093;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }
  
  .nav_item {
     
    display: inline;
    padding: 15px 18px 15px 18px;
    width: auto;
    min-width: 70px;
    
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
  
  .narrow_nav_item {
  
    padding: 20px 10px 20px 10px;
  }

  #center_edit {
    position: absolute;
    padding-left:20px;
    padding-top: 10px;
    padding-bottom: 20px;
    top: 170px;
    left: 200px;
    width: 420px;
    font-family: arial;
    font-size: 13px;
    min-height: 500px;
    height: auto;
  }
  
  #bottom {
    position: relative;
    width: 800px;
    height: 50px;
    font-family: arial;
    font-size: 10px;
    color: #acacac;

  }
  
  #bottom p {
  
    margin: 0px;
    padding: 0px;   
    padding-top: 5px;
  }
  
  #footer {
    padding-top: 10px;
    position: relative;
    width: 800px;
    font-family: arial;
    font-size: 11px;
    color: #acacac;        

  }
  
  .footer img {
  
  }
  
  .puff {
  
    width: 80px;
    height: 40px;
    border: solid 1px #e2e2e2;
    margin-left: 10px;
    margin-top: 5px;
  
  }
  
  .pic {
    position: relative;
    display: block;
    overflow: hidden; 
  }
  
  .pic img {
    margin-top: 10px;
    border: solid 2px #260093;
  }
  
  .pic_edit {
    background-color: #fafafa;
    vertical-align:center;
    margin-left: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid 1px #260093;
    overflow: hidden; 
    position: relative;
  }
  
  .pic_edit_bar {
    position: relative;
    background-color: F9F065;
    width: 100%;
    height: 20px;
    
    vertical-align: center;
    text-align: center;
  }
  
  #pic_edit_col {
    position: relative;
    overflow: scroll;
    height: 600px;
    width: 230px;
    margin-left: -7px;
    
  }
  
  .pic img, .pic_edit img {
      opacity:0.95;
      filter:alpha(opacity=95);
  }
  
  .button_small {
    font-size: 12px;
    font-family: arial;
    height: 20px;
    line-height: 12px;
    
  }
 
 #status_table {
  width: 100%;
  font-family:arial;
  font-size: 12px;
  
 }
 
 #status_table td {
   text-align: center; 
   vertical-align: middle;
   height: 30px;
 }
 
 #status_table form {
  margin: 0px;
  padding: 0px;
 }
 
 tr .even {
   background-color: #ececec;
   border-top: solid 1px #acacac;
   border-bottom: solid 1px #acacac;
 }
 
 #status_div {
  height: 150px; 
  overflow: auto;
  border: solid 1px #acacac;
 }
 
 .form_table {
  
 }
 
 .form_table td {
  width: 100px;
 }
 
 .input_item {
  font-size: 12px;
  border: solid 1px #260093;
 }
 
 p.error_msg {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: red;
 }
 

 
#map_canvas {
  margin-top: 10px;
  float: left;
  border: solid 1px #ececec; 
  width:365px; 
  height: 400px;
} 

#panel {
  float: right;
  width: 365px;
  
}

.adp-directions {
  font-size: 13px;
}
