/* SCREEN */
.acc, #menu .acc {
  display: none;
}
#content .newsbox .arrow {
  display: none;
}
#content #frmMail legend {
  display: none;
}  
legend {
  display: none;
}
.hr hr {
  display: none;
}  


/* PROFILBEARBEITUNG */

#content div.pagenumber {
  position: relative;
  margin: 0 -30px 0 0;
}

#content div.edit-mode {
  position: absolute;
  top: 25px;
  right: 40px;
  line-height: 1.25em;
}

#content table.linklist {
  margin: 1em 0em 2em 0em;
  width: 462px;
}

#content table.linklist th {
  margin: 1px 0.75em 1px 1.25em;
  padding:0;
  font-weight: normal;
  text-align: left;
  width: 414px;
}

#content table.linklist tr {
  border-bottom: 1px solid #DAD8D0;
}

#content table.linklist button {
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  padding: 0px;
}

#content table.linklist button.btn_save {
  background: url(../img/icn_uebernehmen.png) no-repeat;
}

#content table.linklist button.btn_delete_active {
  background: url(../img/icn_loeschen.png) no-repeat;
}

#content table.linklist button.btn_delete_inactive {
  background: url(../img/icn_loeschen_inaktive.png) no-repeat;
}

#content table.linklist button.download_de {
  background: url(../img/icn_download_de.png) no-repeat;
  width: 34px;
}

#content table.linklist button.download_en {
  background: url(../img/icn_download_en.png) no-repeat;
  width: 34px;
}

#content table.linklist td {
  margin:0;
  padding: 1px 0.25em 1px 0.25em;
  padding-bottom: 2px;
  padding-top: 10px;
  text-align: right;
}

#content div.edit-mode input.radio {
  margin: 0 3px 2px 0;
  padding: 0;
}

#editorStepForm img.icon {
  margin: -4px -30px 0 0;
  float: right;
  display: none;
  visibility: hidden;
}

#editorStepForm img.flag {
  margin: 3px 3px 3px 1px;
  vertical-align: top;
  clear: both;
  float: left;
}

#editorStepForm input,
#editorStepForm textarea {
  width: 424px;
  margin: 2px 0 0.4em 0;
}

#editorStepForm input.zip {
  width: 50px;
}

#editorStepForm input.city {
  width: 331px;
}

#editorStepForm div.buttonContainer {
  position: relative;
  border: 1px solid #B3B1A8;
  padding: 1px;
  background: white;
  line-height: 100%;
  display: inline-block;
  float: left
  left: 34px;
}

*:first-child+html #editorStepForm div.buttonContainer {
  display: inline;
}

#editorStepForm input.button {
  position: relative;
  width: auto;
  margin: 0;
  border: 0;
  padding: 0;
  color: #697588;
  display: inline-block;
  background: #DADADA;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}

#editorStepForm .chars-left {
  margin: -0.4em 0 0.53em 34px;
  color: #949698;
  font-size: 90%;
}

#editorStepForm .box,
#editorStepForm .box-closed {
  width: 462px;
  display: inline-block;
}

#editorStepForm .box-hidden,
#editorStepForm .box-closed-hidden {
  display: none;
}

#editorStepForm .box h3 {
  height: 20px;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #243A51;
  padding: 5px 0 0 0;
  position: relative;
}

#editorStepForm .box-closed h3 {
  height: 20px;
  margin: 0 0 0 0;
  border-bottom: 1px solid #243A51;
  padding: 5px 0 0 0;
  position: relative;
}

#editorStepForm .box h3 a.button,
#editorStepForm .box-closed h3 a.button{
  display: none;
  position: absolute;
  top: 0px; right: 0px;
  width: 23px; height: 23px;
  margin: 0; padding: 0;
  text-indent: -9999px;
  overflow: hidden;
}

#editorStepForm .box h3 a.minimize {
  background: url(../img/box-minimize.png) no-repeat;
}

#editorStepForm .box-closed h3 a.maximize {
  background: url(../img/box-maximize.png) no-repeat;
}

