/* Add those content-stylesheets here, that also are used in the RTE in the TYPO3-Backend */

h1 {
	padding-top:		35px;
	text-transform:		uppercase;
    font-size:			14pt;
    line-height:		16pt;
    color:				#009936;
    clear:              both;
}

.news h1 {
	padding-top:		0px;
}

h2 {
	font-size:		10.5pt;
	line-height:	13pt;
}

h3 {
	font-size:		9pt;
}

a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration:	none;
    color:				#009936;
    outline:			none;
}

a.big {
	text-transform:		uppercase;
	font-weight:		bold;
}

a.arrow {
		padding-right:		15px;
		background:			url(../media/more.gif) no-repeat;
		background-position:right;
	}

a img {
    border:                 0px;
}

.beispielklasseabsatz {
	color: green;
	font-weight: bold;
}

.beispielklasseinline {
	color: red;
	font-weight: bold;
}
