/* NAP Layout */
body {
  padding: 0px;
  margin: 0px;
  background-color: silver;
}
#box {
  width: 800px;
  margin: 0px auto 0px auto;
  text-align: left;
  background-color: navy;
}
#header {
  position: relative;
  width: 100%;
  margin: 0px 0px 0px 0px;
}

#center {
  position: relative;
  width: 100%;
  margin: 0px 0px 0px 0px;
}

#logo {
    width: 180px;
    height: 101px;
    margin: 0px 15px 0px 15px;
    background-color: white;
}
#menue_bar {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 575px;
    height: 101px;
    margin: 0px 0px 0px 0px;
    background-color: white;
}
#nap_bar_top {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: gray;
}
#nap_bar_bottom {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: gray;
}

#menue_column {
    width: 180px;
    margin: 0px 15px 0px 15px;

    background-color: white;
}
#content {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 575px;
    margin: 0px 0px 0px 0px;
    background-color: #F0F0F0;
}
#clear {
clear: both;
}
.head_image 
{ width: 575px;
}
.nap_column {
  background-color: navy;
  width: 15px;
  table-layout:fixed;
}
.nap_row {
  background-color: gray;
  height: 10px;
}
.nap_MenueFrame {
  background-color: white;
  width: 5px;
  height: 5px;
  table-layout:fixed;
}
.nap_hMenueSeparator {
   height: 1px;
   background-color: silver;
}
.nap_vMenueSeparator {
   width:            1px;
   background-color: silver;
}
.nap_MenueBar {
   text-align:          left;
   padding-top:         1px;
   padding-right:       2px;
   padding-right:       2px
} 

