@charset "utf-8";

#mainContent h1 {
	
color:#D41D1E;
font-family:comic sans ms,sans-serif;
font-size:1.5em;
line-height:1em;
margin-bottom:0.5em;

}

.Preisübersicht {
	margin-bottom: -10px;
	
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	text-indent: -2000px;

}

.introText {
	text-align: center;
}

.zwerg {
	background-image: url(../images/zwerg.jpg);
	background-repeat: no-repeat;
	height: 81px;
	background-position: center center;
	text-indent: -2000px;
}

.teststerntaler {
	text-align: center;
}

.sterntaler {
	background-image: url(../images/Sterntaler.jpg);
	background-repeat: no-repeat;
	height: 113px;
	background-position: center center;
	text-indent: -2000px;
	margin-top: -15px;
}

.listeklienten {
	list-style-type: square;
}

.klienterhealt {
	color: #FF0000;
}

.footer {
	color: #FF0000;
	background-color: #FFFF33;
	text-align: center;
}

