@charset "UTF-8";
/*==============================================================================
	"Yet Another Multicolumn Layout" (c) by Dirk Jesse (http://www.yaml.de)
*******************************************************************************/
@media print{
/* Basis-Layout-Vorgaben
..............................................................................*/
body,#page_margins,#page,#main {
	border:0;
	margin:0;
	padding:0
}

#page_margins,#page {
	max-width:none;
	min-width:inherit;
	width:100% !important
}

.c25l,.c33l,.c38l,.c50l,.c62l,.c66l,.c75l,.c25r,.c33r,.c38r,.c50r,.c62r,.c66r,.c75r{
	display:table;
	float:none;
	margin:0;
	overflow:visible;
	width:100%
}

.subc,.subcl,.subcr {
	margin:0;
	padding:0
}

body * {
	font-family: Verdana,Helvetica,Arial,sans-serif
}

code,pre{
	font-family:"Courier New",Courier,mono
}

body {
	font-size:12px

}

h1,h2,h3,h4,h5,h6 {
	page-break-after:avoid
}

abbr[title]:after,acronym[title]:after{
	content:'(' attr(title) ')'
}

#page a[href^="http:"],#page a[href^="https:"]{
	background-image:none;
	padding-left:0
}

a[href]:after{
	background:inherit;
	color:#444444;
	content:" <URL:"attr(href)">";
	font-style:italic
}

#col1_content:before,#col2_content:before,#col3_content:before {
	background:inherit;
	color:#888888;
	content:"";
	
	display:block;
	font-size:1.5em;
	font-weight:700
}

.floatbox,.subcolumns,.subcolums_oldgecko{
	display:table;
	overflow:visible
}
/* Formatierung des Inhaltsbereichs
..............................................................................*/

h2 {
	font-size:13px;
	background-color:#CDDAE5;
	padding:0.1em 0.5em;
}

#col3_content ul {
	list-style-type:disc;
}

ul, ol {
	margin:0 1.5em 1.5em;
}

}

