body { 
  background-color: #000000;
  font-family: "Bitstream Vera Sans Mono", Arial, sans-serif;  
  font-size: 16px;
  color:#ffffff;
}

img { border:none }

a:link { color:#bbddff; text-decoration:none; }
a:visited { color:#bbddff; text-decoration:none; }
a:focus { color:#bbddff; text-decoration:underline; }
a:hover { color:#bbddff; text-decoration:underline; }
a:active { color:#bbddff; text-decoration:underline; }

#root {
  position: absolute;
  margin: 0 auto 0 ;
  padding: 0;
  background-color:#100c39;
}

#navbox {
  background-color:#000000;
  background:url(img/nav_box.png);
  width:225px;
  height:500px;
  float:left;
}

#main {
  top:0px;
  margin-top:0px;
  margin-left: 235px;
  width: 600px;
}

.navimg {
  margin-left:16px;
  margin-top:16px;
}

.ssimg {
  float:left;
  margin-left:10px;
  margin-right:20px;
}

.ssimg2 {
  margin:10px;
}


h1 {
  font-size:24px;
  text-align:center;
}

h3 {
  font-size:16px;
  text-align:center;
}


p.txt {
  margin-top:16px;
  margin-right:10px;
  text-align:justify;
}

table.nav {
  margin-left:16px;
  margin-top:16px;
  width:192px;
  height:224px;
  padding:0px;
  border-style:none;
  empty-cells:show;
  border-collapse: collapse;
  border-spacing:0px;
  border:0px;
  font-family: "Bitstream Vera Sans Mono", Arial, sans-serif;
  font-size: 16px;
  color:#ffffff;

}

td.sel_sm {
  width:32px;
  height:32px;
  background:url(img/sel_small.png);  
}

td.sel_lg {
  width:160px;
  height:32px;
  background:url(img/sel_large.png);
  padding-left:5px;
}

td.unsel_sm {
  width:32px;
  height:32px;
  background:url(img/unsel_small.png);  
}

td.unsel_lg {
  width:160px;
  height:32px;
  background:url(img/unsel_large.png); 
  padding-left:5px; 
}


/*nachher weg*/
.leiste { width:20%;color:#333333;text-align:center;font-size:10px;font-family:sans-serif; }
a.lk:link { text-decoration:none;color:#333333; }
a.lk:visited { text-decoration:none;color:#333333; }
a.lk:active { text-decoration:underline;color:#000000; }
a.lk:hover { text-decoration:underline;color:#000000; }

