/* CSS Document */
/* Sortiment-Styles - nur für Startseite und Unterstartseiten ?  */
div.sortiment {width:90%;margin:1em 1em; border:1px;border-style:double}
.sortiment h2 {
	text-align:center;
	color:black;
	line-height:125%;
	height:1.8em;
	font-size: 1.15em !important;
	font-weight:600;
}
.sortiment p {padding:.5em}
/*green*/
#sortimentgreen  {border-color:#bcd047}
#sortimentgreen h2 {border-bottom-color:#bcd047;background-color:#bcd047;margin:.5em 0;}
div#sortimentgreen {background-color:#ffffe2}
/*red*/
#sortimentred  {border-color:  #CF1218}
#sortimentred h2 {border-bottom-color: #CF1218;background-color: #CF1218;}
div#sortimentred {background-color:#DB4A4F}
/*orange*/
#sortimentorange  {border-color:#CC6600}
#sortimentorange h2 {border-bottom-color:#CC6600;background-color:#CC6600;}
div#sortimentorange {background-color:#fff}
/*yellow*/
#sortimentyellow  {border-color:#fc0}
#sortimentyellow h2 {border-bottom-color:#ffcc00;background-color:#ffcc00;}
div#sortimentyellow {
	background-color: #FFFF66;
}
/*blue*/
#sortimentblue  {border-color: #0066CC;background-color:#0066CC;}
#sortimentblue h2 {color:#0FF;border-bottom-color:#000099;background-color:#0066CC;}
div#sortimentblue {background-color: #00FFFF}

