@charset "UTF-8";
/*
 *      Author: Guido De Gobbis <guido [dot] degobbis [at] kunze-verlag [dot] de>
 */

.clear { clear: both; }
span.clear { display: block; height: 0; }

.clear-after { visibility: visible; }

.clear-after:after 
{
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.oh { overflow: hidden; }
.fleft { float: left; }
.fright { float: right; }
		
.caption { visibility: visible; }

.icon-disk,
.icon-document,
.icon-email,
.icon-fax,
.icon-info,
.icon-mobile,
.icon-pdf,
.icon-print,
.icon-rss,
.icon-tel,
.icon-weblink { padding-left: 20px; }

.icon-disk { background: transparent url(../../images/icons/disk.png) 0% 50% no-repeat; }
.icon-document { background: transparent url(../../images/icons/document.png) 0% 50% no-repeat; }
.icon-email { background: transparent url(../../images/icons/email.png) 0% 50% no-repeat; }
.icon-fax { background: transparent url(../../images/icons/fax.png) 0% 50% no-repeat; }
.icon-info { background: transparent url(../../images/icons/info.png) 0% 50% no-repeat; }
.icon-mobile { background: transparent url(../../images/icons/mobile.png) 0% 50% no-repeat; }
.icon-pdf { background: transparent url(../../images/icons/pdf.png) 0% 50% no-repeat; }
.icon-print { background: transparent url(../../images/icons/print.png) 0% 50% no-repeat; }
.icon-rss { background: transparent url(../../images/icons/rss.png) 0% 50% no-repeat; }
.icon-tel { background: transparent url(../../images/icons/tel.png) 0% 50% no-repeat; }
.icon-weblink { background: transparent url(../../images/icons/weblink.png) 0% 50% no-repeat; }

.print,.out
{
	position: absolute;
	top:-999em;
	left:-999em;
	height: 0;
	width: 0;
}

.toAnchor, .noresize { background: transparent; }

