@charset "UTF-8";

/*
Projektname:   BWRmedia Relaunch 2011
Erstellt am:   23.12.2011 von AL
Bearbeitet am: 02.01.2012 von AL
QS am:		   02.01.2012 von KD
*/

body {
font-size: 100%;
}

/* neue Seite (vor Element) erzwingen */
.page-break {
page-break-before: always;
}

/* Alle Elemente und Inhaltsbereiche der Seite, die nicht ausgedruckt werden sollen */
.search,
#main-nav,
#meta,
#breadcrumb,
#navigation-vertical,
#adwrapper-horizontal,
#adwrapper-vertical,
#context,
#footer,
.adwrapper-content-full,
.social-liste,
.sprungmarke,
.button,
button,
.pfeilicon,
.paginierung,
.socialliste,
.head a,
.news-sortieren,
.kommentare,
.abschnitt {
display: none !important;
}

/* weitere Bereiche der Seite fuer die Druckausgabe formatieren */
#wrapper {
width: auto;
}

#innerwrapper {
width: auto;
}

#header {
height: auto;
min-height: 100px;
}

#content,
#context {
float: none;
clear: both;
overflow: visible;
min-height: 10px;
width: auto !important;
height: auto !important;
border: 0;
}

/* Links */
a {
text-decoration: none !important;
color: #3c3c3c !important;
}

a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}

abbr[title]:after {
content: " [" attr(title) "]";
font-size: 100%;
color: #666;
}

img {
max-width: 100% !important;
}

