@media print {

#topnav, #keyvisual, #nav, 
#clearfooter, #actions, 
#footer ul, #footer img,
#listnavi, #listnavi_2,
ul.alphabet {
	display: none;
}
dl.glossary {
	display: none !important;
}

#logo {text-align: right;padding-bottom: 0.75em;}
#print_actions {text-align: right;padding-bottom: 3em;}
#print_actions span {cursor: pointer;padding-right: 1em;}
#logo img {display: inline;}
#col3 {border-top: 1px solid #c7c7c7;}
#footer {text-align: right;border-top: 1px solid #c7c7c7;padding-top: 0.5em;}

/* einfache Textformatierung */

body { 
	color: #000;
	font-size: 75%; /* 12px */
	font-family: Arial, Helvetica, sans-serif;
}
body * {
	cursor: auto;
}
h1 {font-size: 120%;font-weight: normal;margin-bottom:0;}
h2 {font-size: 130%;margin-top: 0;}
h3 {font-size: 110%;font-style: italic;margin-bottom: 0.25em;}
h4,h5,h6 {font-size: 100%;}

.teaser h3 {
	border-bottom: 1px solid #c7c7c7;
}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
ul li {
	list-style-type: square;
}
p {
	margin-bottom: 1.5em;
}

a, a:focus, a:hover {
	color: #000;
	text-decoration: none;
	cursor: text;
}
a.more_link {
	cursor: text;
}
.glossary_article a:before {
	content: '> ';
}

img {
	display: block;
	border: 0;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img, p img, li img, dt img {
	display: inline;
}
	
/* Ausgabe von Title-Attributen bei Abkürzungen (nur in modernen Browsern) */
abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }

.box {
	border: 1px solid #C7C7C7;
	padding: 0.5em;
}
	
} /* @media print */

