@charset "UTF-8";
/**
 * EDITH Module Vereine
 *
 * (en) YAML core stylesheet
 *
 * @copyright       Copyright 2008, Dirk Meinke
 * @package         edith
 * @version         1.0
 * @revision        -
 * @lastmodified    $Date: 2008-05-29 $
 */

@media all
{
 
 /**
  * @section Allgemeine Definitionen
  * 
  */
 	
  #ver_auswahl .seitenauswahl { margin: 1em 0;}
 
  
  /* Auswahlansicht */ 
  #ver_auswahl .ver_table {width:100%}
  .ver_table .ver_kopf th, #ver_auswahl .ver_table th{ background-color:#D2D2D2 !important;}
  .ver_table .ver_kopf th img{ background-color:#51545E; float:none; margin:0;} 
  #ver_alphabet a {margin-bottom:5px;}
  
  #ver_detail .ver_table img {float:right; margin: 0 0 5px 5px;}
  #ver_detail .ver_table .ver_kopf th img{ background-color:#51545E; float:none; margin:0;} 
  
  .navi_bottom a {margin-bottom:5px;}
  #ver_anmeldung .btn, #ver_login .btn {margin-bottom:5px;}
  .ver_error { color: #a94442; }
  
  /* Detailansicht */
  #ver_detail .navi_bottom { width:100%; overflow:hidden;}
  #ver_detail .navi_bottom img { background-color:#929292;}
  
}

