@media screen {

	* {
	margin: 0;
	padding: 0;
	word-spacing:0;
}

body {
	background-color: #2e2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
   color: white;

}

.print {
        display: none;
}

.foot,
.unsichtbar {
	position: absolute;
	top: 0;
	left: -2000px;
	height: 0;
	width: 0;
}

p {
   margin-bottom:1em;	
}

img {
	border: 0;
}

/* Links allgemein */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a:focus {
	color: #FFFFFF;
	border-bottom: 2px solid red;
	}	

a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid red;
	}
	
a:active {
	color: #FFFFFF;
	border-bottom: 2px solid red;
	}
/* Links allgemein Ende */

/* Links Hilfsnavi Anfang */


li.unsichtbar a:focus, /* macht die Uebersprunglinks beim Tabben sichtbar */
li.unsichtbar a:active {
         background: #fff;
	 color: #000;
        position: absolute;
        left: 2350px;
        top: 30px;
        white-space: nowrap;
}


/* Links Hilfsnavi Ende */

/* Layout Start */
#content a:link,
#content a:visited {
	color: #ffffff;
	border-bottom: 1px solid #FFF;
}

#content a:focus,
#content a:hover,
#content a:active {
	color: #ffffff;
	border-bottom: 1px solid red;
}

#content a:link.ohneBorder,
#content a:visited.ohneBorder {
	color: #ffffff;
	border: 0;
}

#content a:focus.ohneBorder,
#content a:hover.ohneBorder,
#content a:active.ohneBorder {
	color: #ffffff;
	border: 0;
}


#content a:link img.podcastIcon,
#content a:visited img.podcastIcon {
	color: #ffffff;
	border: 1px solid #2D2D2D;
}

#content a:focus img.podcastIcon,
#content a:hover img.podcastIcon,
#content a:active img.podcastIcon {
	color: #ffffff;
	border: 1px solid red;
}

#content ul {
	list-style-position: inside;
	list-style-type: square;
}


h3 {
	font-size: 115%;
	font-weight: normal;
	color: #fff;
                     border-bottom: none;
                     text-align: left;

}

h3.h3content {
	font-size: 125%;
	font-weight: normal;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 0.3em;
                     text-align: left;
}

h3.h3content a:link {
	border-bottom: 1px solid #fff;
}

h3.h3content a:visited,
h3.h3content a:hover,
h3.h3content a:focus,
h3.h3content a:active {
	border-bottom: 1px solid red;
}

.h3boxOhneUL {
                     margin-bottom: 0.5em;
                     text-align: left;
}


h4 {
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	margin: 1.5em 0 0.8em 0;
                     border-bottom: 1px solid #fff;
                     text-align: left;
}


h4.termin {
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0.8em 0;
                     border-bottom: 1px solid #fff !important;
                     text-align: left;
}


/* START: Episodenliste: Ueberschriften Episode */
h4.h4content {
	font-size: 110%;
	font-weight: normal;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 0.3em;
        border-bottom: none !important;
        
}

h4.h4content a:link {
	border-bottom: 1px solid #fff;
}

h4.h4content a:visited,
h4.h4content a:hover,
h4.h4content a:focus,
h4.h4content a:active {
	border-bottom: 1px solid red;
}
/* ENDE: Episodenliste: Ueberschriften Episode */


h5 {
	font-size: 105%;
	font-weight: bold;
	color: #fff;
	margin: 1.5em 0 0.8em 0;
                     border-bottom: 1px solid #fff;
                     text-align: left;
}


h6 {
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	margin: 1.5em 0 0.8em 0;
                     border-bottom: 1px solid #fff;
                     text-align: left;
}


.abstand {
	margin-bottom: 0.6em;
}

.abstand2 {
	margin-bottom: 1.5em;
}

.ohneAbstand {
                   margin-bottom: 0 !important;
}


/*  Container Box */
#container {
	position: relative;
	height: 100%;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#context-links {	
	position: absolute;
	top: 280px;
	left: 0;
	width: 157px;
}

#context-rechts {
	float: right;
	width: 193px;
	margin-top: 1em; 
	/* padding-left: 20px; */
}

#content {
	padding-left: 180px;
	padding-right: 200px;
	margin-bottom: 50px;
}


/* Layout Ende */

/* Kopfbereich Anfang: mit Logo, Menü und Bild */

/* Kopfnavigation als Liste */

#menue ul li {
	list-style-type: none;
	display: inline;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
}

/* Logo JM */
.logo-jm {
	position: relative;
	float: right;
	margin-top: 10px;
	clear: right;
	width: 165px;
}

/* Logo Podknast */
.logo-podknast {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	border: 0;
}

/* Links fur Logo Podknast Anfang */
#logos a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#logos a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#logos a:focus {
	color: #FFFFFF;
	border-bottom: 0;
	}	

#logos a:hover {
	color: #FFFFFF;
	border-bottom: 0;
	}
	
#logos a:active {
	color: #FFFFFF;
	border-bottom: 0;
	}
/* Links Logo Podknast Ende */


/* Kopfbild */
.kopf-bild {
	margin-top: 10px;
}

/* Kopfbereich Ende */

/* Context links Anfang */

/* Boxen an der linken Seite Anfang */
.box-links {
	width: 150px;
	background: url(../img/hintergrund-box-links.jpg) repeat-y;
	padding: 1em 1em 1em 1.5em !important;
	margin-bottom: 1.5em;
}

/* Listen in den linken Boxen */
.box-links ul {
	padding-top: 0.35em;
        list-style-position: inside !important;
       	list-style-type: square;
}

.box-links ul li {
	color: #fff;
	font-size: 0.8em;
	padding-bottom: 0.2em;
}

/* Boxen an der linken Seite Ende */
/* Context links Ende */

/* Content Box Inhalt Anfang */


/* Subtitel Startseite zu Episoden-Links Anfang */

.subtitel {
    color: #fff;
    font-size: 0.8em;
}

.subtitel a:link,
.subtitel a:visited {
	color: #fff;
	border-bottom: 1px solid #FFF;
}

.subtitel a:focus,
.subtitel a:hover,
.subtitel a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid red;
	}	
	
/* Subtitel Startseite zu Episoden-Links Ende */

/* Sub-Headline im Content */
.subtitelContent {
        color: #fff;
        font-size: 0.8em;
        font-weight: bold;
        margin-bottom: 0.6em;
}
/* /Sub-Headline im Content */

/* Inhalt Podcast */

.inhalt {
	margin-top: 1em;
	margin-bottom: 3em;
	color: #fff;
	margin-right:1em;
}

.inhaltTermin {
	margin-top: 1em;
	margin-bottom: 0;
        padding-bottom: 0;
	color: #fff;
	margin-right:1em;
}

.teaserZuBild {
	margin-top:1px;
   font-size:80%;
}

.standardtext {
	color: #fff;
	font-size: 0.8em;
   text-align: justify;
}

div.textRight {
	float: right;
	width: 240px;
	margin-top: 25px;
	text-align: justify;
}

.podcast {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	width: 286px;
	height: 234px;
}

.button-box {
	background: url(../img/feedback.jpg) no-repeat;
	margin-top: 2em;
	width: 136px;
	height: 34px;
}

a:link .button-box,
a:visited .button-box {
	background: url(../img/feedback.jpg) no-repeat;
	width: 136px;
	height: 34px;
	border-bottom: 0px;	
}

a:focus .button-box,
a:hover .button-box,
a:active .button-box {
	background: url(../img/feedback-rot.jpg) no-repeat;
	width: 136px;
	height: 34px;
	border-bottom: 0px;
}


.formular {
      margin-top: 15px;
}

.inhalt ul {
       margin-bottom: 1em;
}

.inhalt ul li {
     list-style-position: inside;
     list-style-type: square;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

/* Content Box Inhalt Ende */

/* Context rechts Anfang */

/* Boxen auf der rechten Seite */

.box-rechts1 {
	padding: 1em 0em 1em 1.5em;
	background: url(../img/hintergrund-box-rechts.jpg) repeat-y;
	margin-bottom: 1.5em;
	width: 193px;
}

.box-rechts2 {
	padding: 1em 0em 1.4em 1.5em;
	background: url(../img/hintergrund-box-rechts.jpg) repeat-y;
	width: 193px;
	text-align: left;
}

.box-rechts3 {
	padding: 1em 0em 1.4em 1.5em;
	background: url(../img/hintergrund-box-rechts.jpg) repeat-y;
	width: 193px; 
	text-align: left;
}

.box-rechts2 ul {
        padding-top: 0.35em;
	width: 160px; 
}

.box-rechts3 ul {
        padding-top: 0.35em;
	width: 155px; 
}

.box-rechts3 ul {
        padding-bottom: 0.35em;
}

/* Schrift in den Boxen auf der rechten Seite */
.box-rechts2 ul li, .box-rechts3 ul li  {
	color: #fff;
	font-size: 0.8em;
	list-style: none;
}

.tag-cloud ul li { 
	display: inline;
	vertical-align: middle;  
       padding-right: 0.5em;
       zoom: 1;
       padding-bottom: 0.15em;
}
/* Context rechts Ende */

.seitenanfang {
	margin-top: 50px;
        text-align: right;
	color: #fff;
	font-size: 0.8em;
}

.seitenanfang a:link, .seitenanfang a:visited {
	border-bottom: 1px solid #fff;
}

.seitenanfang a:focus, .seitenanfang a:hover, .seitenanfang a:active {
	border-bottom: 1px solid red;
}

.mehr a:link,
.mehr a:visited {
	border-bottom: 2px solid #FFF;
}

.mehr a:focus,
.mehr a:hover,
.mehr a:active {
	border-bottom: 2px solid red;
}

.red {
  color: red;
}

.unterstrich, mitUnterstrich {
  border-bottom: 1px solid #FFF !important;
}



/* Anfang: Knastalltag Tag-Cloud */

.knast-1 a:link, 
.knast-2 a:link, 
.knast-3 a:link, 
.knast-4 a:link,
.knast-5 a:link, 
.knast-6 a:link,
.knast-7 a:link, 
.knast-8 a:link, 
.knast-9 a:link, 
.knast-10 a:link,
.knast-1 a:visited, 
.knast-2 a:visited, 
.knast-3 a:visited, 
.knast-4 a:visited,
.knast-5 a:visited, 
.knast-6 a:visited,
.knast-7 a:visited, 
.knast-8 a:visited, 
.knast-9 a:visited, 
.knast-10 a:visited {
	text-decoration: none;
}

.knast-1 a:focus, 
.knast-2 a:focus,
.knast-3 a:focus, 
.knast-4 a:focus,
.knast-5 a:focus, 
.knast-6 a:focus,
.knast-7 a:focus, 
.knast-8 a:focus, 
.knast-9 a:focus, 
.knast-10 a:focus,
.knast-1 a:hover, 
.knast-2 a:hover,
.knast-3 a:hover, 
.knast-4 a:hover,
.knast-5 a:hover, 
.knast-6 a:hover,
.knast-7 a:hover, 
.knast-8 a:hover, 
.knast-9 a:hover, 
.knast-10 a:hover,
.knast-1 a:active, 
.knast-2 a:active,
.knast-3 a:active, 
.knast-4 a:active,
.knast-5 a:active, 
.knast-6 a:active,
.knast-7 a:active, 
.knast-8 a:active, 
.knast-9 a:active, 
.knast-10 a:active {
	border-bottom: 2px solid red !important;
}


.knast-1 {
	font-size: 1.9em;
color: red;
}

.knast-2 {
	font-size: 1.8em;
}

.knast-3 {
	font-size: 1.6em;
}

.knast-4 {
	font-size: 1.5em;
}

.knast-5 {
	font-size: 1.4em;
}

.knast-6 {
	font-size: 1.3em;
}

.knast-7 {
	font-size: 1.2em;
}

.knast-8 {
	font-size: 1.1em;
}

.knast-9 {
	font-size: 1.0em;
}

.knast-10 {
	font-size: 0.9em;
}


/* Tag Cloud Positionierung Anfang */

.mehr-cloud a:link,
.mehr-cloud a:visited {
	font-size: 0.8em;
	border-bottom: 2px solid #fff;
}

.mehr-cloud a:focus,
.mehr-cloud a:hover,
.mehr-cloud a:active {
	font-size: 0.8em;
	border-bottom: 2px solid red;
}
/* Tag Cloud Positionierung Ende */

/* Ende: Knastalltag Tag-Cloud */

/* Anfang: Glossar */
 
.inhalt dl {
 margin-bottom: 1em;
}
 
.inhalt dt {
 margin: 1em 0 0 1em;
}
 
.inhalt dd {
 margin-left: 2em;
}

/* Ende: Glossar */

/* Suchergebnis Anfang */

.suche dl,
.suche dt,
.suche dd,
.suche li {
	font-size: 0.9em;
}

/* Suchergebnis Ende */

 /* Start: fuer Termine */
ul.termin-uebersicht {
	font-size: 0.8em;
	list-style-position: outside;
	list-style-type: square;
	margin-top: 10px;
	margin-bottom: 10px;
}

.termin-uebersicht li {
	margin-top: 20px;
	margin-bottom: 20px;
}

.termin-uebersicht a:link,
.termin-uebersicht a:visited {
	color: #fff;
	border-bottom: 1px solid #FFF;
}

.termin-uebersicht a:focus,
.termin-uebersicht a:hover,
.termin-uebersicht a:active {
	color: #fff;
	border-bottom: 1px solid red;
}

.termindetail {
	width: 4em; 
	float: left;
}

/* Ende: fuer schreibeLink_beh */
.suppressOutput {
	display:none;
}

.ohneTeaser {
	padding-bottom: 0.3em;
}

.Linkfarbe {
	color: #fff;
}

.teaser {
   color: #fff;
   padding-top: 0.1em;
   padding-bottom: 0.15em;
}

.teaserAktuelles {
	color: #fff;
   padding-top: 0.1em;
   padding-bottom: 0.3em;
   margin-left:0em;
}

/* Ende: fuer schreibeLink_beh */

/* Anfang: fuer linkIcon_beh */

.icon {
	vertical-align:middle;
}

.kleinereSchriftDateityp {
	font-size: 75%;
	color: #fff;
	border: 1px solid #fff;
	padding: 0 0 0 2px;
	margin-left: 5px;
	margin-right: 5px;
}

.kleinereSchrift {
	font-size: 70%;
	color: #fff;
}

.ohneUnterstrich {
        border-bottom: none !important;
}

	 
/* Ende: fuer linkIcon_beh */

/* Ende: fuer Termine */
.code {
    padding-left: 3em;
    margin-bottom: 1em;
    font-family: Andale Mono,fixed,monospace;
  }

/* RSS-Logo */
.rssLogo  {
   vertical-align: middle;
}

.rssLogo img  {
   border: 0;
}

.rssLogo a:link, 
.rssLogo a:visited, 
.rssLogo a:focus, 
.rssLogo a:hover, 
.rssLogo a:active {
   border: 0 !important;
   text-decoration: none !important;
}
/* /RSS-Logo */

.dummyDrehorteClassStart,
.dummyDrehorteClassEnde,
.dummyArchivClassStart,
.dummyArchivClassEnde,
.dummyFeedbackClassStart,
.dummyFeedbackClassEnde {
 /* fuer Suchergebnisseite erforderlich! */
}

}
