@media all {


	.articleRowColumn2 {
		float: none;
		width: auto;
		padding: 0px;
		margin: 20px 0;
	}


	.articleRowColumn1 {
		padding: 0px;
		margin: 20px 0;
	}

	.articleRow {
		margin: 0px 0px 0px 0px;
		border-bottom: 0px;
		background: none;
	}


	.articleRowCycle1 {
		background: none;
	}

	.articleRowCycle2 {
		background: none;
	}

	.contentBox {
		border-bottom: 0px;
		background: none;
		padding: 0px;
	}

	.optionsBox {
		background: none;
		padding: 0px;
	}

	#page_margins,
	#main {
		background: none;
	}


	#backlink {
		display:none;
	}
	
	#modPrintLogo {
		border-bottom: 1px solid  #a8a499;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: right;
	}
	body {
		background:#fff;
		font-family:Arial,sans-serif;
		font-size:90%; 
	}
	
	#modCallBackButton,
	#head,
	#col1,
	#col2,
	#footer,
	.modul  {
		display:none;
		}
	#col3 {
		width:95%;
		margin:0px 20px 0px 20px;
		border:0px;
	}
	#page, #page_margins {
		margin:0px;
		padding:0px;
		border:0px;
		
	}
	#printtop1 {
		top:0px;
		left:0px;
		position:absolute;
		font-size:90%;
	}
	#printtop1 img {
		width:4.5cm;
		margin-top:40px;
	}
	#printleft1 img {
		margin-top:60px;
		width:4.5cm;
		
	}
	#printlink {
		font-size:100%;
		margin-top:210px;
		text-align:right;
		
		
	}
	#mitte {
		padding-top:18px;
		margin-left:5.5cm;
		margin-right:40%;
	}
	h1, h2, h3, h4 {
		color:#000;
	}
	#mitte .url{
	margin-top:20px;
	margin-bottom:60px;
	font-size:110%;
	}
	#mitte img{
		float:left;
		margin-right:20px;
	}
	a
	{
		color:#333333;
		font-weight:400;
		
	}
	acronym {
		font-weight: bold;
		text-decoration: none;
	}

	acronym:after {
		content: " (Acronym: "attr(title)") ";
		font-weight: normal;
		text-decoration: none;
	}

	abbr {
		font-weight: bold;
		text-decoration: none;
	}

	abbr:after {
		content: " (Abkürzung für: "attr(title)") ";
		font-weight: normal;
		text-decoration: none;
	}

}

@media print {
	#mitte {
		margin:0px;
		width:11cm;
		margin-left:5.7cm;
		overflow:visible;
	}
	#printtop1 {
		display:block;
		top:0px;
		left:0px;
		position:absolute;
		overflow:visible;
		padding-right:10px;
	}
	.floatbox { overflow:visible; }
	#printtop1 img {
		
	}
	#printlink {
		margin-top:490px;
	}

}