/* print.css */

/* Formatierungen für die Druckversion */

html,body{
	margin:10px;
	padding:0;
	border:0;
}

body{
	background: #ffffff;
	width:600px;
	text-align:left;
	font: normal 100.1%/130% verdana, arial, helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
}

a {
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

strong, b {
	font-weight: bold;
}

hr {
	color: #ccc; /* für ie */
	background-color: #ccc; /* for andere Browser */
	height: 1px;
	margin: 10px 0 10px 0;
}

#site {
		font: bold 100%/150% Verdana, Arial, Helvetica, sans-serif;
}

#titel,
#url,
#host,
#copyright {
		font: normal 90%/130% Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 10pt;
}

#content-inner {
	text-align: justify;	
}

#keyvisual,
#sub-menu,
#breadcrumb,
#service-box,
#logo,
#navigation,
.meta.bottom {
	display: none;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 15pt !important;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 10pt;
}
