@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) draft for a central stylesheet
 * (de) Vorlage für ein zentrales Stylesheets
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
/* @import url(yaml/navigation/nav_shinybuttons.css); */
/* @import url(yaml/navigation/nav_vlist.css); */
@import url(base_css/screen/basemod.css);
@import url(base_css/screen/content.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(/css/print/print_003.css); */


/* tt_news */

/* listview */
	.news-list-date{ display: none; }
	.news-list-container{ background: none; border: none; background-color: none !important; width: 415px; }
	.news-list-item{ background-color: none !important; border: none; height: 195px; }
	.news-list-item h2{ width: 215px; margin-top: 9px; }
	.news-list-item .contentpic{ float:right; }
	.content-newslist-text{ width: 251px; }
	.news-list-container hr{ display: none; }
	.news-list-browse, .tx-ttnews-browsebox{ display: none !important; }

/* singleview*/
	.news-single-item{ width: 900px; }
	.news-single-item hr{ display: none; }
	.contentpic{ float: right; }
	.news-single-timedata{ display: none; }
	.news-single-item .bodytext{ margin: 1.8em 0 0; width: 600px; float: left; }
	.news-single-backlink{ display: none; }

	*:first-child+html .news-single-item div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol{ margin-left: 10px !important; }
	.news-single-item div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol{ margin-left: 10px !important; }

	.news-single-item div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img{ height: 250px; }

/* lightbox */
         .news-single-item .csc-textpic{ position: absolute; top: 315px; right: 180px; float: left; max-height:300px; overflow:hidden; width: 280px;  margin-left: 15px; }

/* login */
      #loginstatus{ position: absolute; top: 74px; }

/* language selector */
	#nav_language { float: right; margin: 0px 5px 0 5px; width: 75px; height: 30px; line-height: 30px; text-align:right; }
		#nav_language #langmenu { margin: 0.7em 0em 0em 0em; }
		#nav_language a img { margin: 0px 3px; border: 0}
		#nav_language a{
			text-decoration: none;
		}
		#nav_language span { display: none; }

		#nav_language { display: block; }

		a.langmenu{
			float: left
		}


/* lightbox */
#caption {
	font-weight:bold;
	margin-right:10px;
	text-transform: none !important;
}
