/* Abstände korrigieren */
.mceContentBody * > :first-child,
.majorCol * > :first-child { 
	margin-top: 0;
}
.mceContentBody * > :last-child,
.majorCol * > :last-child { 
	margin-bottom: 0;
}
/* Pseudo-Tabstop, auf erstes Element anwenden */
.tabstop-40px { 
	min-width: 40px;
	display: inline-block;
}
.tabstop-45px { 
	min-width: 45px;
	display: inline-block;
}
.tabstop-50px { 
	min-width: 50px;
	display: inline-block;
}
.tabstop-55px { 
	min-width: 55px;
	display: inline-block;
}
.tabstop-60px { 
	min-width: 60px;
	display: inline-block;
}
.tabstop-65px { 
	min-width: 65px;
	display: inline-block;
}
.tabstop-70px { 
	min-width: 70px;
	display: inline-block;
}
.tabstop-75px { 
	min-width: 75px;
	display: inline-block;
}
/* Allgemein */
pre {
	font-family: Courier, "Courier New", monospace;
	font-size: 100%;
}
ul {
    list-style: outside none;
}
ol {
    list-style: outside decimal;
}
ul, ol {
	padding: 0;
	margin: 0;
}
b, strong {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 100;
	margin: 0;
}
/* Spezifische Formatierungen */
.ce_text p,
.mceContentBody p {
	text-align: justify;
}
.mceContentBody h1,
.majorCol h1 {
    font-size: 190%;    
    margin: 0 0 1em 0;
	color: #848484;
}
.mceContentBody h2,
.majorCol h2 {
	font-size: 150%;	
	margin: 1.2em 0 .5em 0;
	color: #09542e;
}
.mceContentBody h3,
.majorCol h3 {
    font-size: 110%;
    margin: 1.1em 0 .6em 0;	    
	font-weight: bold;
	color: #5c5c5c;	
}
.mceContentBody h4,
.majorCol h4 {
	font-size: 110%;
	margin: .3em 0 .2em 0;
	font-weight: bold;
    color: #77b238;	
}
.mceContentBody h5,
.majorCol h5 {
	font-size: 100%;
	margin: .3em 0 .2em 0;
	font-weight: bold;
    color: #424242;	
}
.mceContentBody h6,
.majorCol h6 {
	font-size: 100%;
	margin: .3em 0 .2em 0;
	font-weight: bold;
    color: #e56702;	
}
.mceContentBody * > :first-child,
.majorCol * > :first-child { 
	margin-top: 0;
}
.mceContentBody * > :last-child,
.majorCol * > :last-child { 
	margin-bottom: 0;
}
pre,
ol,
dl,
p {
	margin-bottom: .7em;
}
.ce_text ul,
.mceContentBody ul {
	margin: .6em 0 .9em 1.6em;
	clear: left;
}
.ce_text li,
.mceContentBody li {
    margin: .15em 0 .15em 0;
    padding-left: 10px;
    background: url(../img/typography/li.png) no-repeat left .5em;    	
}
a {
	text-decoration: none;
	color: #58952f;		
	/* color: inherit; */
    text-decoration: none;
	transition: color .2s ease-out; 
	-webkit-transition: color .2s ease-out; 
	-moz-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;      		
	transition: border .2s ease-out; 
	-webkit-transition: border .2s ease-out; 
	-moz-transition: border .2s ease-out;
	-o-transition: border .2s ease-out;      				
}
a:hover {
	text-decoration: underline;	
}
/* Auswählbare Formate im Editor */
.externer-link {
	padding-right: 14px;
 	background: url(../img/typography/extLink.png) no-repeat right center;
	height: 10px;
	width: 10px;
}
.externer-link:hover {
	background-image: url(../img/typography/extLink-hover.png);
}
.pdf { 
	background: url(../img/typography/pdf.png) no-repeat left center;
	padding: 1px 0 0 20px;
	width: 16px;
	height: 16px;
}
.doc {
	background: url(../img/typography/doc.png) no-repeat left center;
	padding: 1px 0 0 20px;
	width: 16px;
	height: 16px;
}
.definition { 
	background-color: #d5e7c3; 
	padding: .3em .7em;
}
.wichtig { 
	background-color: #fae2af; 
	padding: .3em .7em;
}
.kleingedrucktes { 
	font-size: 90%; 
	padding: .3em .7em;
	background-color: #efefef;
}