body {
   background: white;
   font-size: 12pt;
   }

/* Wird nicht angezeigt */
#headerContainer, #mainNavigation, .cntRight, #breadNavigation, #footerContainer {   display: none; visibility:hidden;  }


/* Wrapper und Content auf automatische Breite und kein Float */
#wrapper, #content, .cntLeft, .bluebox, .innerContent {
   width: auto !important;
   margin: 0 !important;
   padding: 0 !important;
   border: 0 !important;
   float: none !important;
   color: black !important;
   background: transparent none !important;
   }
   
   
/* mehr */
.innerContent .cnt {  padding: 0 !important;  }


/* Tabellen in voller Breite */
table, table.seminare {	width: auto; page-break-inside:avoid}
	thead { display:table-header-group;	}
	tbody {  display:table-row-group;	}
		th {
			font-family:Arial;
			color:black;
			background-color:lightgrey;
		}
		tr {page-break-inside:avoid}
		td {border-bottom: 1px solid #999; 	} 
	
	
/* Link farbe */
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

/* Links URLs werden ausgeschrieben hinter dem Link 
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   } */
