/**** media=print ****/

#fullbannerbox,
#fullbanner,
#logonavigation,
#metanavigation,
#columnright,
#articlefunctions,
#reg-modul04,
#commentslogin,
.tx-comments-pi1,
#navigationutilities3 ul,
#navigationutilities4,
#fontsizeselector, #leftbanner, #logo div, #logo .head_button, #mainnavigation {
	display: none;
}

#logo {
	border-bottom: none !important;
}

#frameall, #framemain {
	width: 738px !important;
}

#footer {
	overflow: hidden;
}

#content,
#columnleft,
#framemain,
body {
	float:none; /*ie6*/
	width: auto;
}

body {
margin: 0 10px 0 10px;
}
#print-panel {
	display: block;
	clear: both;
	margin: 30px 0 0 0;
	padding: 15px 0;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	border-top: 1px solid #000;
	background-color: #eee;
}
#print-panel  a {
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
}
#print-abo-text {
	margin: 50px 0 50px 0;
	clear: both;
}
#print-abo-text p {
	font-size: 1.4em;
	font-weight: normal;
	padding: 5px 0 5px 0;
}
#print-abo-text ul {
	list-style-type: disc;
	font-size: 1.4em;
	font-weight: normal;
	padding: 5px 20px;
}
@media print {
	#print-panel {
		display: none;
	}
}


