/********************************************************************************************************
 *  Komponente: com_school_ehemalige
 *  (C) 2009 - Hendrik Achilles http://www.schooljoomla.de 
 *  Bitte verändern Sie diese css-Datei um Sie an Ihre Bedürfnisse anzupassen.
 *  Ggf. ist es sinnvoll, die benötigten Attribute einfach in Ihrer template.css zu überschreiben.  
 ********************************************************************************************************
 *******************************************************************************************************/  
table.ehemaligen_general_table a {
  color: #333333;
}
table.ehemaligen_general_table a:hover {
  color: #111111;
  font-weight:bold;
}
 /* ALLE JAHRGÄNGE ************************************************************/
 /*****************************************************************************/
  table.ehemaligen_jahrgaenge {
    width:100%;
  }
  
  td.ehemalige_jahrgaenge_startcontent {
    padding: 13px;
    text-align: justify;
  }
    
  td.ehemalige_jahrgaenge_buttons{
    width:     160px;
    height:    65px;
    margin-top:19px;
    text-align:center;
  }

  div.ehemalige_startcontent, div.ehemalige_jahrgangcontent{
    margin:13px;
    width: 483px;
    float: left;
    text-align:justify;
  }
  
  a.ehemalige_eintragen_button, a.ehemalige_einladen_button{
    width:153px;
    height: 23px;
    float: left;
    text-align:center;
    padding-top:2px;
    margin-bottom:5px;
    font-size:14px;
    text-decoration:none;
    background: url(../../../components/com_school_ehemalige/images/bt_ehemalige_task.jpg) top center repeat-y;
    color:#333333;
  }

  a.ehemalige_jahrganglink {
    width:           180px;
    height:          26px;
    float:           left;
    margin:          10px;
    text-align:      center;
    padding-top:     4px;
    font-size:       14px;
    text-decoration: none;
    color:           #333333;
    background:      url(../../../components/com_school_ehemalige/images/bt_weblinks.jpg) top center repeat-y;
  }

  a.ehemalige_eintragen_button:hover, a.ehemalige_einladen_button:hover, a.ehemalige_jahrganglink:hover{
  	text-decoration: none;
  	font-weight: bold;
    font-size:14px;
  	color: #5b4848;
    cursor:pointer;
  }
  
  div.ehemalige_jahrgaengeheader, div.ehemalige_jahrgangheader{
  	font-weight: bold;
    font-size:16px;
  	color: #5b4848;
  	margin:13px 0px 13px 13px;
  }
  
 /*****************************************************************************/

 /* EIN JAHRGANG **************************************************************/
 /*****************************************************************************/
  table.ehemalige_jahrgang_header{
    width:100%;
    border: 2px solid #ffffff;
    font-size:115%;
  }

  table.ehemalige_jahrgang_header th {
    border:1px solid #ffffff;
    border-bottom:5px solid #ffffff;
    padding:3px;
    background-color:#EEEEEE;
  }
    
  a.ehemalige_back_button, a.ehemalige_jahrgang_webpage_button{
    width:          118px;
    height:          23px;
    margin:           0px;
    float:           right;
    margin-top:      15px;
    margin-bottom:    5px;
    margin-right:    10px;
    text-align:      center;
    padding-top:      2px;
    font-size:       14px;
    text-decoration: none;
    color:           #333333;
    background:      url(../../../components/com_school_ehemalige/images/bt_weblinks_back.jpg) top center repeat-y;
  } 
  
  a.ehemalige_back_button:hover, a.ehemalige_jahrgang_webpage_button:hover{
  	text-decoration: none;
  	font-weight: bold;
    font-size:14px;
  	color: #5b4848;
    cursor:pointer;
  }

  table.ehemalige_jahrgang_header td {
    border:2px solid #ffffff;
  }
  
  a.ehemaligen_list_image {
    margin:0px;
    padding:0px;
    height: 80px;
    width: 60px;
    display: block;
  }
  
  a.ehemaligen_list_link, td.ehemaligen_list_email a {
    font-size:       14px;
    text-decoration: none;
    color:           #333333;
  }
  
  a.ehemaligen_list_link:hover, td.ehemaligen_list_email a:hover {
  	text-decoration: none;
  	font-weight: bold;
    font-size:14px;
  	color: #5b4848;
    cursor:pointer;
  }
  

 /*****************************************************************************/

 /* Ehemalige einfügen bzw. bearbeiten ****************************************/
 /*****************************************************************************/
 
  div.ehemalige_bearbeiten_data{
    float:left;
    width:660px;
    overflow:hidden;
  }

  table.ehemaligen_einfuegen_table{
    margin-left:25px;
    margin-top:10px
  	font-family: Trebuchet, Arial, sans-serif;
  	color: #333;
    font-weight:bold;
    width:500px;
    overflow:hidden;
  }
  
  td.ehemalige_bearbeite_subheader{
    height:50px;
    font-size:150%;
    text-decoration:underline;
    font-variant:small-caps;
  }

  div.ehemalige_daten_description, td.ehemalige_daten_description{   
    color:#666;
    text-align:justify; 
  }
  
  div.ehemalige_daten_description {
    padding-top:5px;
    padding-bottom:5px;
  }
  
  div.ehemalige_bearbeite_buttonbox {
    float:right; margin-right:145px;
  }

  fieldset.ehemalige_allgemein, fieldset.ehemalige_kontakt, 
  fieldset.ehemalige_sonstige, fieldset.ehemalige_optional {
    clear:both; 
    border:2px dotted #dddddd; 
    margin:5px; 
    padding:5px; 
  }
  
  fieldset.ehemalige_allgemein legend, fieldset.ehemalige_kontakt legend, 
  fieldset.ehemalige_sonstige legend, fieldset.ehemalige_optional legend {
    font-weight:bold; 
    font-size:1.3em; 
    font-variant:small-caps;
    margin-top:10px;  
  }
  
  div.ehemalige_allgemein, div.ehemalige_optional, div.ehemalige_lasttext{
    text-align:justify; 
    padding-top:5px;
    padding-bottom:10px;
  }
  
  div.ehemalige_lasttext {
    padding:15px; 
    color:#ec0e2d;
    font-weight:bold;
  }
  
 /*****************************************************************************/

 /* Einen Ehemealigen anzeigen ************************************************/
 /*****************************************************************************/
  div.ehemaligen_general, div.ehemaligen_kontakt, div.ehemaligen_kommentar{
    font-size:13px;
    margin:5px;
    margin-left:0px;
    margin-top:20px;
  	font-family: Trebuchet, Arial, sans-serif;
    padding:5px;
    clear:both;
  }

  div.ehemaligen_general{
    margin-top:15px;
  }
  
  div.ehemaligen_general_image{
    float:right;
    width:180px;
  }

  div.ehemaligen_general_text{
    font-family: Trebuchet, Arial, sans-serif;
    width:464px;
  }
  
  div.ehemaligen_textheader, div.ehemaligen_textheader_bearbeiten{
  	font-family: Trebuchet, Arial, sans-serif;
    font-weight:bold;
    text-decoration:underline;
    font-size:15px;
    margin-bottom:3px;
  }
  
  div.ehemaligen_textheader_bearbeiten {
    margin-top:35px;
  }
  
  table.ehemaligen_general_table {
    margin-left:5px;
  }
  
  td.ehemaligen_kontakt_table_header{
    width:90px;
  	font-family: Trebuchet, Arial, sans-serif;
  	color: #333;
    font-weight:bold;
  }

  table.ehemaligen_general_table tr {
    height:25px;
  }
  
  td.ehemaligen_kontakt_table_data {
    width:250px;
  }
  
  div.ehemaligen_kontaktbox, ehemaligen_kommentarbox {
    margin-left:5px;
  }
  
  img.ehemaligen_skype_image{
    border: none;
  }
  
  div.ehemaligen_kommentar_headline{
    font-family: Trebuchet, Arial, sans-serif;
    font-weight:bold;
    text-decoration:underline;
  }
  
  div.ehemaligen_bearbeiten, div.ehemaligen_melden{
    clear:both;
    border:1px solid #444;
    margin:5px;
    margin-left:10px;
    margin-top:10px;
    text-align: justify;
    padding:5px;
  }
  
  a.ehemaligen_bearbeiten_button{
    width:         118px;
    height:         22px;
    float:          right;
    margin:          0px;
    margin-left:     5px;
    text-align:     center;
    padding-top:     3px;
    font-size:      11px;
    font-weight:    bold;
    text-decoration:none;
    color:          #333333;
    background:     url(../../../components/com_school_ehemalige/images/bt_weblinks_back.jpg) top center repeat-y;
  }
  
  a.ehemaligen_bearbeiten_button:hover{
    cursor:pointer;
    color: #000000;
    text-decoration:none;
  } 
  
  div.ehemaligen_lastchange{
    margin-left:15px;
  } 
  
/*****************************************************************************/

 /* Sonstiges *****************************************************************/
 /*****************************************************************************/
  a.ehemalige_jahrgang_webpage_button{
    float:left;
  }
  
  div.ehemalige_jahrgang_text_headline{
    color:#444;
    font-weight:bold;
    font-size:14px;
    text-decoration:underline;
  } 
  
  div.ehemalige_jahrgang_text{
    clear:both;
    margin:5px 25px 15px 25px;
    padding-top:10px;
    font-size:13px;
    color:#666;
    text-align:justify;
    font-family: Trebuchet, Arial, sans-serif;
  }
  
  
  div.ehemalige_image_header{
    font-weight:bold;
  	color: #333;
    margin-top:34px;
    font-size:15px;
    text-decoration:underline;
  }
  
  div.ehemalige_bearbeiten_image{
    float:left;
    width:310px;
    overflow:hidden;
  }
  
  div.ehemalige_jahrgangheader{
    float:left;
    width:490px;
    margin-top:25px;
  }
  
  div.ehemalige_startcontent, div.ehemalige_jahrgangcontent{
    margin:13px;
    width: 555px;
    float: left;
    text-align:justify;
  }
  
  
 /*****************************************************************************/







