@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
}

#headerPrint{
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid black;
	padding-bottom: 20px;
	font-size: 12px;
	line-height:normal;

}

#headerPrint div {
	float: left;
}

#headerPrint div.logoprint {
	width: 32%;
}

#headerPrint div.headerprint-middle{
	width: 38%;
}

#headerPrint div.headerprint-right {
	float: right;
	text-align: right;
	width: 22%;
}

#page{
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	overflow: visible;
}

#main{ 
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	overflow: visible;
	position: relative;
}

#content{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: visible;
	position: absolute;
	top:120px;
	left:0;
}

/* Auszublendende Elemente */
#sprachwahl {
	display: none;
}

#header{
display: none;
}
#footer{
display: none;
}

#col-left,
#col-right{
display:none;
}
