/* CSS Document */

.intro#frame  { background: transparent url(../images/fxcol_intro.gif) 0 0 repeat-y; }




.intro h3 {
	font-size: 14px;
	font-weight: bold;
	color: #f47928;
	
	padding: 0 0 13px 0;
	margin: 0;
}

.intro p {
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	color: #aeb0b2;
	
	padding: 0 0 0px 0;
	margin: 0;
	text-indent: 17px;
}

.intro p .head { color: #f47928; } /* Inline-Headline in orange */
.intro p .headwhite { color: #fff; } /* Inline-Headline in weiss */
.intro p.accent { color: #fff;text-indent: 0em; } /* Erster Absatz in weiss */
.intro p.first {text-indent: 0em; } 

