

.s_zero{
  border: none;
  padding: 0px;
  margin: 0px; 
}

.s_closebutton{
  width: 14px;
  height: 12px;
  background-color: #efeef0;
  background-image: url(img/close.gif);
  border-top: solid 1px #ffffff;
  border-right: solid 1px #716f64;
  border-bottom: solid 1px #716f64;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 0px;
  margin: 2px 2px 2px 2px
}

.s_window{
	background-color: #f4f4e4;
  font: 9px Arial, Sans-Serif, Tahoma, Verdana;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: black;
	border-top: 1px solid #fafafa;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #6c6c6c;
	border-bottom: 1px solid #6c6c6c;
}

.map_menu{
  width: 150px;
  margin-left: 10px;
}

.map_menu1{
  padding-left: 15px;
  width: 140px;
}

.map_menu_item{
  margin: 4px;
  font: 11px Arial, Sans-Serif, Tahoma, Verdana;
  color: rgb(102,102,102);
  border: solid 1px rgb(237,237,237);
  width: 192px;
  border-bottom: solid 1px #d3cbc2
}

.map_menu_index{
  width: 20px;
}

.map_menu_icon{
  background-image: url(img/rightarrow.png );
  width: 16px;
  height: 16px;

}

.map_menu_parent_active{
  background-image: url(img/downarrow.png );
  width: 16px;
  height: 16px;
}

.map_menu_icon_active{
  background-image: url(img/rightarrow_active.png );
  width: 16px;
  height: 16px;
  
}

.map_menu_item1{
  margin: 4px;
  font: 11px Arial, Sans-Serif, Tahoma, Verdana;
  color: rgb(102,102,102);
  border: solid 1px #ffffff;
  background-color: #ffffff;
  width: 175px;
  margin-right: 0px;
  /*border-bottom: solid 1px #ffffff*/
}

.map_menu_icon1{
  background-image: url(img/rightarrow1.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  
  position: absolute; 
  right: 11px
}

.map_menu_icon1_active{
  background-image: url(img/rightarrow1_active.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  
  position: absolute; 
  right: 11px
}

.map_menu_active{
  border: solid 1px #ff0000;
}

.map_menu_all{
  color: rgb(41,113,167);
  border-top: solid 1px rgb(41,113,167);
  text-align: right;
  width: 90%;
  margin: 10px;
  background-image: url(img/bluerightarrow.png);
  background-position: right 5px;
  background-repeat: no-repeat;
  padding-top: 2px;
  cursor: pointer;
}

.s_themen{
  background-image: url(img/themen.png);
  background-repeat: repeat-x;
  background-position: bottom;
  width: 964px;
  height: 119px;
  border: solid 1px #d3cbc2;
}

.p_button{
  background-image: url(img/button.png);
  width: 182px;
  height: 34px;
  color: rgb(241,240,116);
  border: none;
  font-weight: bolder;
}
