﻿* {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	font: 11pt Arial, Helvetica, sans-serif;
	color: #000;
	background: transparent;
}
/*
#main {
    background-image: none;
    background-repeat: no-repeat; 
}
*/
div#menu,
div#right,
div#topnav,
div#bigvisual  {
	display: none;
}
ul.flagnav {
	display: none;
}
#footer {
	border-top: 1px solid #000;
}
hr,
h1,
.noprint {
	display: none;
}
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: 1.5em 0 .5em 0;
	page-break-after: avoid;
	/* background-repeat: no-repeat;
	background-image: none; */
}
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;
}
td img {
    display: inline;
}
.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
}
p.faqquestion { /* FAQ */
    font-weight: bold;
}
textarea {
    width: 100%;
}
.ausschreibungstext {
    padding: 5px;
    border: 1px solid #000;
}