/* CSS Styles fuer Extentions */



/* editPanel */

form .typo3-editPanel {
   border-left: 2px solid #f7f7f7;
   border-top: 2px solid #f7f7f7;
   border-right: 2px solid #666666;
   border-bottom: 2px solid #666666;
}

.typo3-editPanel td {
   background: #ddd; 
   border: 0;
}

.typo3-editPanel a {
   float: left;
   margin: 2px 0;
   width: 20px;
   text-align: center; 
}

.typo3-editPanel img {
   float: left;
   margin: 0;
   padding: 0;
}


/* tx-srfeuserregister-pi1*/

.tx-srfeuserregister-pi1 p {
   margin: 0;
   padding: 0 15px;
   width: 100%; 
}

.tx-srfeuserregister-pi1 form {
   margin: 0;
   padding: 0;
}

.tx-srfeuserregister-pi1 dt { 
    padding: 5px 0 0 45px; 
}

.tx-srfeuserregister-pi1-delete-icon { 
   margin-left: 25px; 
}

.tx-srfeuserregister-pi1-file-view { 
   margin-left: 10px; 
}


/* tx-newloginbox */

.tx-newloginbox-pi1 table {
   margin: 0 15px;
   font-size: 10px; 
   text-align: left;
   border-collapse: collapse;
   border: 1px solid #ddd;
   width: 220px; 
}

.tx-newloginbox-pi1 th { 
   padding: 0 5px;
   background: #F7F7F7;
   white-space: nowrap; 
   width: 50px; 
}

.tx-newloginbox-pi1 td {
   padding: 3px 0;
   background: #F7F7F7;
}

.csc-loginform {
  font: 400 1em; 
}


/* Mailformular */

.csc-mailform {
  margin; 0;
  padding: 0; 
}

.csc-mailform-field {
  float: left;
  padding: 0 15px; 
}

.csc-mailform-label {
  float: left;
  width: 500px;
  margin: 20px 0 0 0;
  color: #ff3333;
}


/* Plugin tx_indexedsearch */

.tx-indexedsearch {
    margin: 0;
    padding: 0 15px;
    line-height: 110%;
}
.tx-indexedsearch .tx-indexedsearch-browsebox LI {
    display: inline; 
    margin: 2px;
    font-size: 10px; 
}
.tx-indexedsearch .tx-indexedsearch-searchbox td { 
    font-size: 12px; 
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
     width: 60px; 
     margin: 2px 0 0 5px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
    width: 300px; 
    margin-left: 5px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword { 
    float: left;
}
.tx-indexedsearch .tx-indexedsearch-whatis { 
    margin-top: 10px; 
    margin-bottom: 5px; 
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { 
    font-weight: bold;  
    font-style: italic;
}
.tx-indexedsearch .tx-indexedsearch-noresults { 
    text-align: center;  
    font-weight: bold; 
}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { 
    font-style: italic; 
    font-size: 12px; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { 
    font-size: 12px; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent { 
    font-size: 12px; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { 
    color: #a55505;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 
    background: #FFFFC4; 
    font-size: 10px; 
    line-height: 110%;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { 
    margin-top: 20px; 
    margin-bottom: 5px; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { 
    margin-top: 0px; 
    margin-bottom: 0px; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { 
    background: #cccccc; 
    vertical-align: middle; 
}
.tx-indexedsearch .tx-indexedsearch-res .noResume { 
    color: #666666; 
}
.tx-indexedsearch .tx-indexedsearch-category { 
    background: #cccccc; 
    font-weight: bold; 
}


