@import url("layout.css");
@import url("elements.css");
@import url("datechooser.css");

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
 
.ok { color: Green; }
.ko { color: Red; }
.auto { margin-left: auto !important; margin-right: auto !important; }
.center { text-align: center !important; }
.right { text-align: right !important; }
.floatleft { float: left !important; }
.floatright { float: right !important; }
.accessibility { display: none !important; }
.bold { font-weight: bold !important; }
.clear { clear: both !important; }
.visibleblock { display: block !important; visibility: visible !important; }
.autowidth { width: auto !important; }
.nowrap { white-space: nowrap !important; }
.uppercase { text-transform: uppercase; }

a[href$='pdf']  {
/*
	padding-left: 22px;
	background: transparent url(../grafiken/icons/icon_pdf.gif) no-repeat center left;
*/
	font-weight: bold;

}