body {
	color:#000; background-color:#fff; font-family: Arial, Verdana, Helvetica; margin:0; padding:0; } 

h2 {
	margin:0px; padding: 0px; padding-top:0.2em; padding-bottom:0.2em; font-size:1.2em; color:#c00; }

a {	
	font-weight:bold; color:#c00; }
a:hover {	
	background: #f00; color: #fff;}

table,th,tr,td { border:solid thin #666; }
tr { vertical-align:top; }
th { text-align: left; padding:0.2em; background: #ccc;}
td { padding:0.2em; font-size:1em; }

tr:nth-child(odd) {
  background-color: #ccc;
}

#Kopf { text-align:center; background-color:#ccc; }
#Inhalt { padding:0.3em; }
#Lesebereich {
	border:dashed medium #c00; margin-left:auto; margin-right:auto; width:47em; background-image:url(../bg.gif);}
#Fuss { text-align:center; background-color:#ccc; padding:0.3em; }	
#Fuss a {
	margin:0.3em; padding:0.1em; text-decoration:none; color:#c00; border:solid thin #c00;  border-radius:0.2em; } 
#Fuss a:hover {
	color:#fff; background-color:#f00; border:solid thin #c00; border-radius:0.2em; }

#tab-gag-style {
	border-collapse: collapse; }
	
.abstandunten05 { margin-bottom:0.5em; }
.bggrau { background: #ccc; }
.bildlinks { float:left; margin-right:1em; }
.bildrechts { float:right; margin-left:1em; }	
.blocksatz { text-align: justify; }
.doppeltunterstrichen { text-decoration: underline; text-decoration-style:double; }	
.endeumbruch { clear: both; }
.nobr {white-space: nowrap; }
.rahmen { border:solid medium #c99; }
.rahmeninline { border:solid thin #000; display: inline-block; margin:0.5em; padding:1em; }
.rechts { text-align: right; }	
.schriftComic { font-family:'Comic Sans MS'; }	  
.schriftfett { font-weight:bold; }
.schriftgross { font-size:1.2em; }
.schriftgroesser { font-size:2em; }
.schriftSehrGross {font-size:3em; }
.schriftriesig {font-size:5em; }
.schriftklein { font-size:0.9em; }
.schriftkleiner { font-size:0.5em; }
.schriftkursiv { font-style:italic; }
.schriftunterstrichen {text-decoration: underline; }
.tabbreite { width:80%; }
.tabbreite70 { width:70%; }
.tabbreite50 { width:50%; }
.tipp { font-size:0.8em; font-style:italic; text-align:right; background-color:#ccc; }
.zentrieren { display:flex; align-items:center; justify-content: center; }
.zentriert { text-align:center; }


@media only screen and (max-width: 47em) {

	h2 { font-size:0.9em; }
	#Lesebereich { width:95%; } 
	.bildklein { width:50%; height:50%; } 
	.rahmeninline { border: none; margin:0.2em; padding:0.5em; }
    .schriftklein { font-size:0.7em; }
	.schriftSehrGross {font-size:2em; }
	.tabbreite {width:95%; }
	.tabbreite70 {width:80%; }

	}