/*
 * Author : HDNET GmbH & Co.KG
 * Contact : www.hdnet.de
 * File Name : print.css
*/

* { font-family: Arial,Helvetica,sans-serif; font-size: 12px; background-image: none; }
h1 { font-size: 15px; font-weight: bold; }
h2 { font-size: 14px; font-weight: bold; }
h3 { font-size: 13px; font-weight: bold; }
h4, h5, h6 { font-size: 13px; font-weight: normal; }
h1 img { display: none; }
h1 span { font-size: 16px; font-weight: bold; text-decoration: underline; }

/*@import url("fileadmin/templates/css/style.css");*/

#content{ width:auto; margin:5px; padding:0px; float:none; text-align:left;}
#content_inside { margin:0px; padding:0px; }

/* Verstecken */
div#header, p.breadcrumb, div#left_sidebar, div#right_sidebar, div#footer, div#top_part {
	display: none;
	visibility:hidden;
}

#logo {
	display:block;
	visibility:visible;
	padding-bottom:30px;
}

h1.current {
	display: none;
	visibility:hidden;
}



/* ========== TECHNISCHE DATEN */
.bbox{
	background:#f7f7f7;
	margin-bottom:15px;
}

.bbox h4{
	background:#e3e3e3;
	color:#565757;
	font-weight:bold;
	font-size:10px;
	padding:7px;
	margin:25px 0 5px 0;
	clear:both;
}

.inr{
	padding:10px;
	font-size:9px;
	line-height:14px;
	color:#565757;
	clear:both;
}

.row{
	clear:both;
}

.dleft{
	width:120px;
	float:left;
}

.dright{
	width:120px;
	margin-left:20px;
	float:left;
}

.grid_layout_left {
	float:left;
	width:39% !important;
	text-align:left;
	padding-left:0 !important;
	margin-left:0 !important;
}

.grid_layout_right {
	float:left;
	width:59% !important;
}
