@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * (de) Druck-Stylesheet
 */

/* Der ehemalige dritte Baustein, die print_base.css ist [lt. Yaml Webseite] in der base.css aufgegangen.*/

/* import print base styles | Basisformatierung für Drucklayout einbinden */
/* @import url(../yaml/core/print_base.css); */

/* Deshalb wurde ein neuer Ordner print erstellt, inem sich diese Datei nun befindet */
@import url(print/print_base.css);

@media print
{
	
	#col1,
	.ym-col1 { 
		width: 29%; 
		float: left; 
		margin: 0; 
		padding: 0; 
		border: 0; 
	} 
	#col2,
	.ym-col3 .ym-col2 { 
		width: 49%; 
		float: right; 
		margin: 0; 
		padding: 0 0 0 3pt; 
		border-left: 1pt solid gray; 
	}
	#col3,
	.ym-col3 .ym-col3 {
		clear: both;
		width: 100%; 
		margin:0; 
		padding: 0; 
		border:0; 
	}


	.ContainerSubmenu,
	.ym-hlist,	
	.Goodies,	
	#ContainerSubmenu,
	#LayerMenu,	
	#Goodies,
	.abseits,
	.noprint,
	.news-single-backlink,
	.news-list-container HR.clearer, 
	.news-single-item HR.clearer, 
	.news-latest-container HR.clearer,
	.prevnext,
	.tx-cronmmaddress-pi1 #abcbar,
	.tx-cronmmaddress-pi1 .address_searchoptions,
	.tx-cronmmaddress-pi1 .address-header,
	.tx-cronmmaddress-pi1 .address-footer,
	.tx-cronmmaddress-pi1 .groupList,
	.tx-cronmmaddress-pi1 .pagebrowser,
	.tx-cronmmaddress-pi1 .invisible,	
	.tx-civserv-pi1 #abcbar,
	.tx-civserv-pi2 #abcbar,
	.tx-civserv-pi1 #right,
	.tx-civserv-pi1 .topofpage,
	.tx-civserv-pi1 .tx-civserv-pi1-browsebox,
	.tx-civserv-pi2 .tx-civserv-pi2-browsebox,	
	.tx-civserv-pi2 #or_choice,
	.tx-civserv-pi2 #empossearch,
	.tx-civserv-pi2 span.em_pic,
	.tx-edfundbuero-pi1 div.edfb-search,
	.tx-edfundbuero-pi1 div.edfb-cat-select,
	.tx-edfundbuero-pi1 .tx-edfundbuero-pi1-browsebox,
	.tx-indexedsearch form,
	.tx-indexedsearch-browsebox { 
		display: none; 
	}
	
	a {
		color: black;
		text-decoration: none;
	}
	/*
	a[href]:after {
		content: " <URL:"attr(href)">"; 
	}
	a[href^="#"]:after,
	a[href^="mailto:"]:after,
	a[href^="typo3temp"]:after,
	a[href^="uploads/pics"]:after,
	a[class^="linkInt"][href^="#"]:after,
	.news-single-img a[href^="uploads"]:after,
	.news-single-related a[href]:after,	
	.tx-civserv-pi1 a[onclick^="openPic"]:after,
	.tx-civserv-pi2 a[onclick^="openPic"]:after,
	.tx-civserv-pi1 a[class^="assigned_services"]:after,
	.tx-edfundbuero-pi1 a[href]:after {
		content: "";
	} 
	a[class^="linkInt"]:after,
	a[href^="fileadmin"]:after,
	a[href^="uploads/media"]:after {
		content: " <URL:http://www.memmingen.de/"attr(href)">";
	}
	.news-single-author a[href^="mailto:"]:after {
		content: attr(href);
	}
	*/
	.csc-textpic-caption,
	.news-single-imgcaption {
		font-size: 0.8em;
		color: #666;
		padding: 1pt 3pt;
		font-family:"Courier New", Courier, mono;
	}
	.news-single-imgcaption{
		width: 244px;
	}
	.news-single-img,
	.tx-cronmmaddress-pi1 .address_image {
		float: right;
	}
	.tx-cronmmaddress-pi1 dt.vcard,
	.tx-civserv-pi2 dt.employee {
		border-top: 1pt solid gray;	
	}

	h1,h2,h3,h4,h5,h6 { 
		font-weight: bold; 
		color: red;
	}
		
	#ContentLeft DL.csc-textpic-image,
	#ContentBorder DL.csc-textpic-image,
	#ContentRight DL.csc-textpic-image {
		margin: 0; 
		border: none;
		padding: 0.5em 0;	
	}

	dl.csc-textpic-image {
		margin: 0; 
		padding: 0;
		border: 1pt solid gray; 
	}
	
	table { 
		width: auto; 
		border-collapse: collapse; 
		margin-bottom: 0.5em; 
	}
	td {
		border: 1pt solid #ddd;
		vertical-align: top;
	}
	
	abbr, 
	acronym,
	span[lang="en"],
	span.fachbegriff {
		border-bottom: none;
	}		

}