/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.KLassenBox {
	padding-bottom: 10px
}

.LinkWeiss {
	color: rgb(255,255,255);
 	text-decoration: underline
}

.Link_weiss {
	font-size: 14px;
 	color: rgb(255,255,255)
}

.FormularBeschriftung {
	font-size: 12px
}

.LinkOben {
	font-size: 12px;
 	color: rgb(151,151,195)
}

.AbstandLinks {
	padding-left: 28px
}

.LinkFett {
	color: rgb(18,38,86);
 	font-weight: bold;
 	text-decoration: none 
}

.PreisboxFett {
	font-weight: bold;
 	padding-bottom: 10px
}

.Eizug5px {
	padding-left: 5px
}

.TextWeiss {
	color: rgb(255,255,255)
}

.LinkOben:hover {
	text-decoration: underline
}

.LinkWeiss:hover {
	text-decoration: none 
}

.LinkFett:hover {
	text-decoration: underline
}