@charset "ISO-8859-1";
/**
* Print Stylesheet for CSAT
**/

/* Body (page) layout */
body {
background:#fff;
color:#000;
font-family: "Times New Roman", Times, serif;
font-size:14px;
line-height:1.3;
}

div#wrapper {
background:none;
width:90%;
}

/* Globale Links */
a,a:link,a:visited,a:active {
color:blue;
text-decoration:underline;
}

a:focus,a:hover {
text-decoration:none;
}

/* Globale Headlines */
h2 {
font-size:16px;
font-weight:bold;
}

strong {
font-weight:700;
}

.small-row, #footer, #metanav, #nav-container, #lupe, #content-top {
  display:none;
}