.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    visibility: hidden;
	display: block
}

.invisible {
	position: absolute;
	left: -999em;
}

.hidden {
	display: none;
}

.versal {
	text-transform: uppercase;
}

.fett {
	font-weight: bold;
}

.keintext {
	text-indent: -999em;
}

.error {
	color: #9F0000;
}

a.pfeil_link {
	display: block;
	width: 23px;
	height: 23px;
	background-image: url(../img/pfeil_link_bg.png);
}

span.pfeil_unten {
	background-image: url(../img/pfeil_unten.png);
	background-repeat: no-repeat;
	
}

input.warenkorblink {
	background-image:url(../img/warenkorblink_bg.png);
	border: 0;
	width: 151px;
	height: 24px;
	text-align: left;
	color: #fff;	
}
/**
 * allgemeine Anpassungen der Contentelemente
 */
p.bodytext {
	margin: 0.75em 0;
}

#inhalt h1 {
	font-size: 1.3em;
	margin: 1em 0 0.4em 0;
}
#inhalt h2 {
	font-size: 1.25em;
	margin: 1em 0 0.4em 0;
}
#inhalt h3 {
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}

#inhalt ul {
	list-style: disc outside none;
	margin: 5px 0 5px 20px;
}

#inhalt table {
	width: 100%;
}

/**
 * Blaetterlinks
 */
.next_link,
.prev_link {
	background-image: url(../img/next_prev.png);
	display:block;
	left:50%;
	position:absolute;
	top:300px;
	height: 71px;
	width: 36px;
}

.next_link {
	margin-left:452px;
	background-position: -36px 0;
}
.prev_link {
	margin-left:-267px;
}

.csc-default {
	float: none;
	clear: both;
}

