@charset "utf-8";

/*	Print-CSS fuer inter-actio.ru von Armin Briatta 2013
	abweichende Angaben im Vergleich zum screen-Design
________________________________________________________________________________ */


html {
	overflow-y: auto;
}
body {
	font-size: 10pt;
}

* {
	background-color: #fff !important;
	text-align: left !important;
	margin: 0;
	padding: 0;
	border: 0 none;
}

#schale {
	width: auto;
	margin: 0;
	padding: 1cm;
	border: 0 none;
}

header {
	margin: 0;
	padding: 0;
	border: 0 none;
	height: 100px;
}
header img {
	top: 0;
	right: 16px;
}

nav#languagenav {
	display: none;
}

nav#topnav {
	margin-bottom: 1cm;
}

.spalte1 {
	display: none;
}

.spalte2 {
	width: auto;
}

.spalte3 {
	position: relative;
	clear: none;
	border: 0 none;
	margin: 0;
}

.spalte3content {
	margin: 0;
}
footer {
	border: 0 none;
	margin-top: 1.5cm;
}

footer address {
	padding: 0;
	
}

a:link {
	text-decoration: none;
}

.onlymobile {
	display: none;
}


/*	floats
________________________________________________________________ */

.floatbox {
	overflow: visible;
}

img.floatright,
img.floatleft  {
	float: none;
}

/*	clearing
________________________________________________________________ */

.clearfix:after{
	display: none;
}

.ie_clearing {
	display: none;
}

a[href^="http://"]:after {
  content: " (" attr(href) ") ";
  color: #000;
  background: white;
  text-decoration: none;
  font-size: 1em;
  font-family: "Courier New", monotype; 
}



