@charset "UTF-8";
@media all
{
  table.admin { border: 1px solid #000; border-collapse: collapse }
  table.admin caption { padding: .2em .1em; font-weight: bold; text-align: left }
  table.admin tr { border: 1px solid #000 }
  table.admin td {padding: 3px 2em 3px 2px; }
  table.admin thead th {    
    font-weight: bold;     
    background: #ddd; 
    border-bottom: 2px solid #000; 
  }
  
  /** Zebratabelle **/
  table.admin tr.odd { background: #eee }
  
  /** Menü **/
  #sp_menu { margin: 1em 0; }
  #sp_menu ul { list-style: none }
  #sp_menu ul li { display: inline; margin: 0; }
  
  /** Formulare **/
  .sp_form { margin: 1em 0; font-size: 120%; }
  .sp_form p { margin-bottom: 1em; overflow: hidden }
  .sp_form ul { list-style: none; margin: 0; padding: 0 }
  .sp_form ul li { margin: 0; padding: 0´; overflow: hidden }
  .sp_form label { width: 8em; text-align: right; float: left; padding-right: 5px } 
  .sp_form fieldset { margin: 1em 0; }
  .sp_form legend { font-weight: bold }
  
  * html .sp_form ul li ul input { clear: both }
  
  .form_long label { width: 14.5em }
  
  .sp_form input { width: 16em }
  .sp_form textarea { width: 19.7em }
  .sp_form input:focus, .sp_form textarea:focus { background: #eee }
  .sp_form input[type=checkbox] { width: 1em; margin-top: .32em }
  
  .inhalt img.form_help { cursor: pointer; margin: 0 }
  .form_hint { font-size: .8em; color: #333333 }
  
  .warning {
    font-size: .9em;
  	margin: 1em;
  	padding: 0.9em 1em 1em 48px;
  	color: #000; 
  	background: #fdd url(/grafiken/icons/error.gif) no-repeat top left;
  	border: 1px #dbb dotted;
  	border-left: 0;
  	border-right: 0;	
  }
  .warning ul { list-style: none; margin: 0; padding: 0 }
  .warning ul li { margin: 0; padding: 0 }
  
  .notice {
    margin: 0 1em 1em 1em;
    padding: 0.9em 1em 1em 48px;
    color: #000;
    background: #dfd  url(/grafiken/icons/success.gif) no-repeat 5px top;
    border: 1px #bdb dotted;
    border-left: 0;
    border-right: 0; 
  }
  .sp_tipps li { list-style: none }
  .sp_tipps li a { color: #333; text-decoration: none }
  
  /*** Rubrikenauswahl ***/
  #rubriken { margin: 0; padding: 0 .5em 0 0; border-bottom: 1px solid #666; text-align: right; }
  #rubriken li { display: inline; list-style: none; border-left: 1px solid #666; padding-left: .5em; margin: 0 }
  #rubriken a { color: #000; font-weight: bold } 
    
  /*** Gruppendarstellung ***/
  .senioren_gruppen { padding: .5em 1em }
  .float_right { float: right; padding: 5px; }
  
  .senioren_gruppen_detail { font-size: .8em }
  .senioren_gruppen_detail h3 { 
    background:#eee url(/grafiken/pfeil_rechts.gif) no-repeat left center;
    color:#000000;
    font-size:1em;
    font-weight:normal;
    margin:0 0 2px;
    padding:1px 1px 1px 14px;
  }
  
  .senioren_gruppen_detail h3 { margin-top: 1em }
  .senioren_gruppen_detail p { margin-top: 1em }
  .subcolumns { margin-top: 2em }
  
  .margin-top { margin-top: 1em }
  
  .sp_zurueck { margin-top: 1.5em }
  
  .sp_tipps { border: 1px solid #666; font-size: .8em; }
    
  .sp_tipps a:focus,
  .sp_tipps a:hover,
  .sp_tipps a:active { text-decoration: none; background: #ccc; color: #000 }
  
}

