
@import "category_colors.css"; 


hr.clearer{
	clear:both;
	border:0;
	color: transparent;
	background-color: transparent;
	visibility: hidden;
	height: 0.2em;
}


/* ------width vor all news boxes---------------------------- */
/* color will be overlayed by the news-items */
div.news-list-container,
div.news-latest-container{
	float: left;
	background-color: transparent;
	width: 100%; /* need this! */
}


/* ------news single view----------------------------- */
.news-single-backlink{
	clear:both;
	float:none;
	padding-bottom: 2em;
}

.news-single-timedata{
	padding-top: 2em;
}


/* ---------Accessibility Icons--------------------------------------------------------- */
/* da, wo die bilder (accessibility icons) nicht dynamisch ueber htmlarea reingerendert werden, muss ich die pfade f�r die bilder doch noch mal explizit setzen:
habe dazu default bilder 
aus:  typo3_src-4.2.6/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img
nach: fileadmin/template/main/images/acc_icons 
kopiert */

dl.news-single-links a.external-link{
	background-image: url(../../../main/images/acc_icons/external_link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.4em;
}

dl.news-single-links a.external-link-new-window{
	background-image: url(../../../main/images/acc_icons/external_link_new_window.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.4em;
}

dl.news-single-links a.internal-link-new-window{
	background-image: url(../../../main/images/acc_icons/internal_link_new_window.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.4em;
}

dl.news-single-links a.internal-link{
	background-image: url(../../../main/images/acc_icons/internal_link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.4em;
}

dl.news-single-links a.download{
	background-image: url(../../../main/images/acc_icons/download.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.4em;
}



/*---------------------- Bilder in SingleView ---------------------------------------------*/
/* ---------typoscriptified------------------------ */
.news-single-img{
	xborder: solid green 2px; /* zum debuggen */
	float:left;
}

.news-list-img,
.news-img-item{
	float: left;
	margin-right: 1em;
}

/*------------ singleview additional ------------------------------------------------------*/
/*------------ singleview additional infos ------------------------------------------------*/
div.news-single-additional-info{
	xborder: solid lime 2px; /* zum debuggen */
}
						  

/*------------ singleview additional infos related news ------------------------*/
div.news-single-additional-info dl.news-single-related dt{
	margin-top: 2em;
	font-weight: 600;
	padding-bottom: 0.5em;
}

div.news-single-additional-info dl.news-single-related dd{
	font-weight: 500;
	padding-bottom: 0.5em;
}


/*------------ singleview additional infos files ------------------------*/
div.news-single-additional-info dl.news-single-files dt{
	margin-top: 2em;
	font-weight: 600;
	padding-bottom: 0.5em;
}

div.news-single-additional-info dl.news-single-files dd{
	font-weight: 500;
	padding-bottom: 0.5em;
}


/*------------ singleview additional infos links ------------------------*/
div.news-single-additional-info dl.news-single-links dt{
	margin-top: 2em;
	font-weight: 600;
	xpadding-bottom: 0.5em;
}

div.news-single-additional-info dl.news-single-links dd{
	font-weight: 500;
	padding-bottom: 0.5em;
}

/*------------ singleview related news -------------------------------------*/

dl.news-single-related{
	padding-bottom: 1em;
}

dl.news-single-related dt{
	padding-bottom: 1em;
}


/*-------------------- amenu rechte Seite--------------------------------------------------------------------*/

div#rightAmenu div.news-amenu-container{
	border: solid silver 1px;
	width: 214px; /*fester wert wegen skalieren */
	background-color: lightgrey;
	margin-bottom: 2em;
	margin-top: 2em;
}

div#rightAmenu div.news-amenu-container h2{
	padding-top:0;
}

div#rightAmenu div.news-amenu-container div.nix{
	margin-bottom: 2em;
	font-size: 0.8em;
}

div#rightAmenu div.news-amenu-container ul{
	margin-bottom: 2em;
}


/* ---------archive link ----------------------------*/
div.news-latest-gotoarchive{
	clear:both;
	float:none;
	padding-top:1em;
	xborder: solid lime 2px; /* zum debuggen */
}


/*-------------------- amenu generell--------------------------------------------------------------------*/

div.news-amenu-container{
	margin-bottom: 2em;
	xborder: solid red 2px !important; /* debugging */
}

div.news-amenu-container h2{
	padding-left: 1em;
}

.news-amenu-container ul li{
	list-style: none;
	width: 24em;
	xborder: solid red 2px; /* debugging */
	margin-bottom: 1em;
}




/*----------------------------------------------------------------------*/
/* Catmenu */
/*----------------------------------------------------------------------*/

div.news-catmenu{
	float: left;
	width:130%;
}
	
div.news-catmenu img{
	border:0;
}	
	
div.news-catmenu ul.tree{ 	
	float: left;
	display:block;
	margin-bottom: 2em;
}

div.news-catmenu ul.tree li{
	background-image: url();	
	list-style: none;
	width: 11.6em;
	margin-right:1.5em;
	padding-left:0.5em;
	float: left;
	margin-bottom: 1em;
}


div.news-catmenu ul.tree li.active{
	font-weight:bold;			/* !!! */
	border:solid red 1px;		/* !!! */
}


/* no html-template for catmenu, so cannot put clearer after catmenu */
/* therefore manipulate next content-element which is likely to come after */
div#content h1,p{
	clear:both;
	xfloat:left;
}



/* nur der A-Track - neue Zeile! */
/* siehe category_colors.css */




/* no html-template for catmenu, so cannot put clearer after catmenu */
/* therefore manipulate next content-element which is likely to come after */
div#content h1,p{
	clear:both;
}




/* ---------custom stuff----------------------------*/


div.newsCustomBacklink{
	padding-bottom: 2em;
}




.unsichtbar {
	position: absolute;
	left: -1000em;
	top: -1000em;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

