/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Version:   0.5 (28/8/2007)
   * Website:   http://code.google.com/p/blueprintcss/
   
   This file creates CSS styles for printing documents. 
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
   Some additions you'll want to make, 
   customized to your markup:
   
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

.no_print { display:none; }

body {
  line-height: 1.5;
  color:#000;
  background: none;
  font-size: 11pt;
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%; 
  height:2px; 
  margin:2em 0; 
  padding:0; 
  border:none; 
}

blockquote { 
  margin:1.5em 0; 
  padding:1em; 
  border:0.2em solid #ccc; 
  font-style:italic; 
  font-size:0.9em; 
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide             { display:none; }

a:link, a:visited {
  background: transparent;
  font-weight: bold;
  text-decoration: none;
  color: #0000FF;
}


a.linkInt, a.linkExt, a.linkFile, a.linkMail { text-decoration: none; }

.linkInt img, .linkExt img, .linkFile img, .linkMail img { background: #0000FF; }

.csc-frame-frame1 { margin-left: -10px; padding-top: 20px; width: 275px; height: 245px; background: url(img/post-it_gelb.gif) no-repeat; }
.csc-frame-frame2 { margin-left: -10px; padding-top: 20px; width: 275px; height: 245px; background: url(img/post-it_gruen.gif) no-repeat; }
.csc-frame-frame3 { margin-left: -10px; padding-top: 20px; width: 275px; height: 245px; background: url(img/post-it_pink.gif) no-repeat; }
.csc-frame-frame4 { margin-left: -10px; padding-top: 20px; width: 275px; height: 245px; background: url(img/post-it_blau.gif) no-repeat; }
.csc-frame h1, .csc-frame p, .csc-frame-frame4 h1, .csc-frame-frame4 p { margin-left: 20px; margin-right: 25px; }
.csc-frame .csc-textpic, .csc-frame-frame4 .csc-textpic { margin-left: 20px; }
.csc-frame .csc-textpic-text p { margin-left: 0; }

