.atab {
	tab-size:30;
	-moz-tab-size:30;
	-ms-tab-size:30;
}

.signet {
	float: right;
}
.schrift {
	font-family: 'Condiment', cursive;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #537325;
}
.rahmen {
	border: thin solid #a10048;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-radius: 4px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.rotelinie {
	background-color:#a10048;
	color:#a10048;
	border:#a10048;
	height:1px;
}
.fetthell {
	font-weight: bold;
	color: #606060;
	white-space: pre;
}
.bggelb {
	background-color: #F9E074;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.rot {
    color: rgba(184,4,7,1.00);
    font-weight: bold;
}
.rotfett {
    font-weight: bold !important;
    color: #731F20 !important;
}
.aktionen {
	font-size: 1.5em !important;
    font-weight: bold;
    color: #872123;
    text-decoration: none;
}
.aktionen a {
    font-weight: bold;
    color: #872123 !important;
    text-decoration: none;
    font-size: 1.5em;
}
.aktionen a:hover {
    font-weight: bold;
    color: #a1282b;
    text-decoration: underline;
}

.listelinks {
    padding-left: 0px !important;
}
.listelinks  {
    padding-left: 15px !important;
}

@media only screen and (min-width: 0px) and (max-width: 599px) {
	.signet {
	float: right;
	display: none;
}	

}
