
.ui-accordion-header {
  position:relative;
  background: url("/out/img/verlauf_tab_head.svg") repeat scroll 0 0 transparent;
  border: 1px solid #E4E1DD;
  padding:5px;
  font-size: 11px;
}
.ui-accordion-header.ui-state-active {
  background: url("/out/img/verlauf_menu_off.svg") repeat scroll 0 0 transparent;
}
/*
.ui-accordion-header:hover {
  background: url("/out/img/verlauf_menu_off.svg") repeat scroll 0 0 transparent;
}
*/
.ui-accordion-header span {
  background: url("/out/img/h3_off.png") no-repeat scroll center center transparent;
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.ui-accordion-header.ui-state-hover span {
  background: url("/out/img/h3_on.png") no-repeat scroll center center transparent;
}
.ui-accordion-header.ui-state-active span {
  background: url("/out/img/h3_on.png") no-repeat scroll center center transparent;
}
.accordion_disabled span {
  background: none;
}





div.ui-accordion-content {
  padding:5px;
}

div.ui-accordion-content p {
  margin-top: 5px;
  margin-bottom: 5px;
}

div.ui-accordion-content select {
/*
  border-color: #848484 #C5C5C4 #C5C5C4 #848484;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  padding: 1px;
  width: 180px;
  */
}

.ui-accordion-content h4 {
  height: auto !important;
  margin: 15px 0 5px;
  border-bottom: 1px dashed #999;
}
.ui-accordion-content label {
  _display: inline-block;
  line-height: 20px;
  _width: 49%;
}

#accordion_content_AUFSTELLUNGSART label { cursor:pointer; }
#accordion_content_KASTENTYP label { cursor:pointer; }

select#grundraster { width:280px; }


/* -------------------------------------------------------- */

table.auswahl {
  width: 100%;
}

/* -------------------------------------------------------- */


div.Piktogramm {
  display: inline-block;
  width:52px;
  height:52px;
  border-color: #C5C5C4 #848484 #848484 #C5C5C4;
  border-style: solid;
  border-width: 1px;
  margin-top: 3px;
  margin-right: 3px;
}

div.Piktogramm img {
  width: 20px;
  height: 20px;
  margin-top: 16px;
  margin-left: 16px;
}
div.Piktogramm img:hover {
  background: #00ff00;
}


/* -------------------------------------------------------- */




#SVGBOX { }

#Ansichten { }
#AnsichtFront { } 
#AnsichtSeite { }
#AnsichtHinten { }

.BlockAnsicht {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 50px;
}


#GridInfo {
  background: #ff0000 none repeat scroll 0 0;
  box-shadow: 5px 5px 10px #333;
  color: #fff;
  left: 20px;
  padding: 25px;
  position: fixed;
  top: 20px;
  z-index: 999;
  display: none;
}


/* -------------------------------------------------------- */

div.optio741 { margin-bottom:5px; }

