* {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
	color: #000;
	background: transparent;
}
div#menu, div#right, div#topnav  {
	display: none;
}
ul.flagnav {
	display: none;
}
#footer {
	border-top: 1px solid #000;
}
hr, h1, .noprint {
	display: none;
}
h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	margin: 1.5em 0 .5em 0;
	page-break-after: avoid;
}
p, ul, dl {
	margin: 0 0 1em 0;
}
a.teaser-wide-bottom {
	display: none;
}
a, a:visited, a:hover, a:visited:hover {
	color: #04667e;
	background: transparent;
	text-decoration: none;
}
#footer a {
	color: #000;
}
img { /* alle bilder ausblenden */
	display: none;
}
.showprintpreview { /* Bilder die trotzdem in der Druckvorschau angezeigt werden sollen */
    display: inline;
}
img#knauflogo { /* knauf-logo als einziges bild einblenden */
	display: inline;
}

table {
	border: 1px solid #000;
	margin: 0 0 1em 0;
	width: 100%;
}
table caption {
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
td {
	border-top: 1px solid #000;
}

dt {
	font-weight: bold;
	text-decoration: underline;
}
dd dt {
	text-decoration: none
}
textarea {
    width:100%;
}
.ausschreibungstext {
    padding:5px;
    border:1px solid #000;
}
