@charset "UTF-8";

/**

 * "Yet Another Multicolumn Layout" for Drupal

 *

 * (en) Hartmut Dumke specific screen layout for YAML examples

 * (de)  Hartmut Dumke spezifisches Bildschirmlayout für YAML-Beispiele



 * @lastmodified    2008-06-21

 */



@media screen, projection

{



/* zB 

*/



/* Link Auszeichnungen im Content Bereich */

#col3 div.content a,

#col3 div.content a:visited { 

	text-decoration: underline;

}

#col3 div.content a:hover,

#col3 div.content a:active,

#col3 div.content a:focus { 

	text-decoration: none;

}



/* für Tabellen im Admin Bereich innerhalb eines Aufklappbereiches */

#col3 fieldset table { 

margin: 0;   

}



/* für Tabellen im normalen Content */

#col3 div.content table {

width: 99%; 

margin: 0.5em;   

}

#col3 div.content table td {

border-collapse: collapse;

	border: none;

	border-top: 1px solid #eee;
	vertical-align:top;

  }

/* 'Someone's Blog' Elimination */
ul.links li.blog_usernames_blog {
display: none;
  }










}

