/* handheld.css
   3 Column Layout
*/

#leftColumn {
  position:static;
  width:100%;
  top: 0px;
  left: 0px;
  margin-left: 0px;
  padding: 0;
  border-right:1px solid #AABBCC;
  font-size: small;  /* muss hier stehen! Sonst Problem bei linke Spaltenbreite */

}

#centerColumn {
 position:static;
 margin-left: 0px;
 width:100%;
 border-right:1px solid #AABBCC;
}

#rightColumn {
  position:static;
  margin-left: 0px;
  font-size: small;  /* muss hier stehen! Sonst Problem bei der Spaltenbreite */
  width:100%;
  border-right:1px solid #AABBCC;
}


#boxLeftColumButton {
 	display : block;
}  

#picStartPage{
width:200px;
height:170px;
}

#picHeaderLogo{ display:none;}


.picGewerbegebiet{
width:90%;
}

#picHeaderLogo{ display:none;}

#pdaLink{ display:none;}
#PCLink{ display:block; }


.tab1{
border-collapse:collapse;}
.tab1 td{
background:transparent;
border:1px solid #999;
padding:10px 10px 10px 10px;
}

#skipNavigation{
display:block;
}
