/************ Print.css ************/

/* ==================================================

   Allgemeine Definitionen

   ================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size:11pt;
	margin: 6pt 0pt 18pt 0pt;
}

h2 {
	font-size:10pt;
	margin: 6pt 0pt 12pt 0pt;
}

h3 {
	font-size: 8pt;
}

/* ==================================================

   Printlayout

   ================================================*/
   
#top_container, #jumpermenu, #banner, #navi_container, #subnavi_container, #column_left, #column_right, #footer_container, .column_middle_top, .column_middle_bottom, .content_box_footer{
	display:none;
}

#wrapper.home #column_right {display: none;}

#wrapper{
	width:100%;
	left: 0;
	margin-left: 0;
	border-top: hidden;
	margin: 0;
	text-align: left;
}
#logo {
	background-color: #F7F7F7;
	width: 100%;
	text-align: left;
}


.column_middle_middle {
	margin: 0 0 0 -20mm;
	padding: 0 0 0 -20mm;
	left: 0;
	background: 0;
}

#column_right {
	margin:0;
	padding:0;
}


#box-background-middle {
	background: #FFF none;
}

#box-background-bottom {
	display: none;
}

#box-background-top {
	display: none;
}

#box1 li.active {
	background: #FFF none;
}

#box1 {
	position: absolute;
	width: 30mm;
	top: 45mm;
	left:0;
	width:50px;
}

#box1 li,
#box1 li.active {
	width:120px;
}

#box2 {
	position: absolute;
	width: 20mm;
	left: 40mm;
	top: 45mm;
}

#box3 {
	position: absolute;
	width: 65mm;
	left: 95mm;
	top: 45mm;
	overflow: hidden;
}

.box3_content {
	height: 150mm;
}

.box3_footer {
	display: none;
}

