/* ######################################################################################################
** # "YAML to Joomla Template" (c) by Reinhard Hiebl (www.to-joomla.de - www.hieblmedia.de) #############
** ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  Template Version: 2.6.2
**  YAML Version    : 2.5.2
**  Datum           : 01.11.06
**  Datei           : com_content.css
**  Funktion        : Stylesheet für com_content
**
*/

@media all {

	/* Content Elements */

	.blog table table.contentpaneopen td {
		 padding-left:inherit;
		 padding-right:inherit;
		 padding-top:0.5em;
		 padding-bottom:0.5em;
	}
	
	/* Pagebreak Navigation */
	.contenttoc {
		display:block;
		float:right;
		border:1px solid #ccc;
		margin:0 0 1em 1em;
		padding:0.5em;
		background:#f5f5f5;
		width:auto;
	}
}

