/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * This CSS file is for customization purpose only
 */ 

div.module div.yoo-gallery {
	margin: 15px auto 5px auto;
	width: 600px;
}

/* ab hier vo MFR */

/*aus joomla.css */

h1,
h3,
h5 { color: #646464; }

a:link,
a:visited { color: #a94359; }

a:hover { color: #d55b66; }

/*aus joomla.css  größe neu*/

/*hinzugefügt für darstellung des news-feed auf position right*/
.moduletable_feed ul{margin: 0px; padding: 0px}

div.joomla h1.pagetitle { 
	margin-top: 0px;
	font-size:120%;
  font-weight: bold;
 }

div.joomla div.multicolumns h1.title {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0px;
}

div.joomla h1.title {
   float: left;
   font-size:120%;
   line-height:100%;
   font-weight: bold;
	 letter-spacing: 0px;
}



/*aus joomla.css - margin top von 0 auf -8 rückt die autor+datum info näher an den titel vorher */
/*wieder auf 0 zurück gesetzt, da nach line-hight (oben bei h1) einfügen, der abstand zu klein war*/ 

div.joomla p.articleinfo {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 150%;
}

/*geändert aus module.css um inhalt bei contenttop besser darzustellen 
original war 
div.mod-tab {
	padding: 15px 0px 0px 0px;
}

div.mod-tab div.box-1 {
	background: url(../images/module_tab_l.png) 0 0 repeat-y;
}

div.mod-tab div.box-2 {
	background: url(../images/module_tab_t.png) 0 0 repeat-x;
}

div.mod-tab div.box-3 {
	background: url(../images/module_tab_tr.png) 100% 0 no-repeat;
}
div.mod-tab div.box-4 {
	padding: 20px 15px 10px 15px;
	background: url(../images/module_tab_bl.png) 0 100% no-repeat;
}
*/

div.mod-tab {
	padding: 0px 0px 0px 0px;
}

div.mod-tab div.box-1 {
	background: none;
}

div.mod-tab div.box-2 {
	background: none;
}

div.mod-tab div.box-3 {
	background: none;
}

div.mod-tab div.box-4 {
	padding: 0px 0px 0px 0px;
	background:none;
	}
	
.div.box-1-dfbtv {
	 margin-left: -5px;
 }