#main {
  width: 100%;
  margin: 0; 
  padding: 0;
}

#tab_ich {
  border: 0px;
  width: 100%;
  font-family: Comic Sans MS;
  color: white;
  cellspacing: 5px;
}

#tab_edv {
  border: 0px;
  width: 100%;
  font-family: Comic Sans MS;
  color: white;
  cellspacing: 5px;
}

#tab_links {
  border: 0; 
  cellspacing: 5; 
  width: 100%;
}

#img_links {
  border: 0;
  height: 60px;
  width: auto;
}

#foto {
  border: 0px;
  height: 250px;
  }

#pos_top {
	position: fixed;
	top:20px; 
  width: 100%;
  text-align: center;
 	border: 0px solid silver;
}
                               
#pos_menu {
	position: fixed;
	top: 120px; left: 40px; width: 200px;
	border: 1px solid silver;
	background-color: #000000;
}

#pos_info {
  position: absolute;
  top: 120px; left: 280px; right: 40px; bottom: 10px;
  border: 0px solid silver;
  overflow: auto;
}

#grundfarbe{
  /* background-color: rgb(0,0,153);
  bgcolor: rgb(0,0,153);*/
  }
  
#links-hinweis{
  color: #FF0000;
  text-align: center;
  font-size: 16;
  }