/* print.css */

/* Formatierungen für die Druckversion */

html,body{
  margin:10px;
  padding:0;
  border:0;
}

body{
  background: #ffffff;
  width:700px;
  text-align:left;
	font: normal 100.1%/130% verdana, arial, helvetica, sans-serif;
	color:#000000;
}

#topmenu ul,#menu, #topmenu, #imprint {
display: none;
}

.csc-header h1, .csc-header h1 a {
color:#000000;
font-size:12pt;
}