@media print {


* {
	margin: 0;
	padding: 0;
	word-spacing:0;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000;
}

.unsichtbar,
img,
h1,
#hilfsnavi,
#menue,
.kopf-bild,
#context-links,
#context-rechts,
.button-box,
.podcast,
.seitenanfang,
.screen, 
.teaserZuBild,
.dummyDrehorteClassStart,
.dummyDrehorteClassEnde,
.dummyArchivClassStart,
.dummyArchivClassEnde,
.dummyFeedbackClassStart,
.dummyFeedbackClassEnde {
	display: none;
}

p {
   margin-bottom: 1em;	
}

/* Links allgemein */
a:link {
	color: #000;
	/* text-decoration: none; */
}

a:visited {
	color: #000;
	/* text-decoration: none; */
	}

a:focus {
	color: #000;
	border-bottom: 2px solid #000;
	}	

a:hover {
	color: #000;
	border-bottom: 2px solid #000;
	}
	
a:active {
	color: #000;
	border-bottom: 2px solid #000;
	}
/* Links allgemein Ende */

/* Layout Start */

#content ul{
	list-style-position: inside;
	list-style-type: square;
}

.standardtext {
	color: #000;
	font-size: 0.8em;
        text-align: justify;
}

h3.h3content {
	margin-bottom: 5px;
	font-size: 125%;
	font-weight: normal;
	color: #000;
}

h3.h3content a:link {
	border-bottom: 1px solid #000;
}

h3.h3content a:visited,
h3.h3content a:hover,
h3.h3content a:focus,
h3.h3content a:active {
	border-bottom: 1px solid #000;
}



h4 {
	font-size: 110%;
	font-weight: normal;
	color: #000;
	margin: 1.5em 0 0.8em 0;
	border-bottom:1px solid #000;
}

h4.termin {
	font-size: 110%;
	font-weight: bold;
	color: #000;
	margin: 0 0 0.8em 0;
	border-bottom: 1px solid #000 !important;
   text-align: left;
}


h4.h4content a:link {
	border-bottom: 1px solid #000;
}

h4.h4content a:visited,
h4.h4content a:hover,
h4.h4content a:focus,
h4.h4content a:active {
	border-bottom: 1px solid #000;
}


h5 {
	font-size: 100%;
	font-weight: normal;
	color: #000;
	margin: 1.5em 0 0.8em 0;
        border-bottom: 1px solid #000;
}

h6 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin: 1.5em 0 0.8em 0;
 	border-bottom: 1px solid #000;
        text-align: left;
}



.inhalt {
	color: #000;
	margin-right: 1em;
	background-color: #fff;
	color: #000;
	margin-top: 1em;
	margin-bottom: 3em;
}

/* Startseite: Episoden */

.subtitel {
	margin-top: 5px;
	color: #000;
	font-size: 0.8em;
}

/* Subtitel Startseite zu Episoden-Links Anfang */

.subtitel {
    color: #000;
    font-size: 0.8em;
}

.subtitel a:link {
	color: #000;
	border-bottom: 1px solid #000;
}
	
/* Subtitel Startseite zu Episoden-Links Ende */

/* Sub-Headline im Content */
.subtitelContent {
    color: #000;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 0.6em;
}
/* /Sub-Headline im Content */

div.textRight {
	text-align: justify;
}

.inhalt ul li {
     list-style-position: inside;
	  list-style-type: square;
}

.inhalt dl {
     margin-bottom: 1em;
}
 
.inhalt dt {
     margin: 1em 0 0 1em;
}
 
.inhalt dd {
     margin-left: 2em;
}


ul {
     margin-bottom: 1em;
}

ul.termin-uebersicht {
	margin-top: 10px;
	margin-bottom: 10px;
}

.termin-uebersicht li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.foot {
     text-align: center;
     vertical-align: bottom;
     font-size: 0.8em;
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     font-weight: normal;
     margin-top: 10px;
}

.unterstrich, mitUnterstrich {
     border-bottom: 1px solid #FFF !important;
}

.linkZielDruck {
	font-size: 90%;
	color: #000;
}

.abstand {
	margin-bottom: 0.6em;
}

.abstand2 {
	margin-bottom: 1.5em;
}

.ohneAbstand {
     margin-bottom: 0 !important;
}

.ohneUnterstrich {
        border-bottom: none !important;
}


.code {
     padding-left: 3em;
     margin-bottom: 1em;
     font-family: Andale Mono,fixed,monospace;
  }
  
.kleinereSchriftDateityp {
	font-size: 75%;
	color: #000;
	border: 1px solid #000;
	padding: 0 0 0 2px;
	margin-left: 5px;
	margin-right: 5px;
}

.kleinereSchrift {
	font-size: 70%;
	color: #000;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

}
