/* Abstand nach oben, damit Text mittig ist ??? */
.frameFontPlasticS {
	font-family: Verdana, Arial;
	color: #FFFFFF;
	vertical-align:middle; /* funktioniert nicht */
}


/* gesamte Breite */
.frameFramePlasticS { 
	width:200px;	
}

/* Titelleiste */
.frameMid1PlasticS { 
	/* background-color:#FFCCFF; */
	background-image:url(../../../im/system/frame/plastic-small/frameAT.gif);
       	margin-left: 0; 
	border: 0;
	float:left;
	width:178px; /* wirkliche Weite abzüglich der restlichen Weiten (padding beachten) */
	height:18px;
	color:#FFFFFF;
	font-size:12px;
}
/* Bereich für Symbole: Kreuz */
.frameMid2PlasticS { 
	/* background-color:#FFCCFF; */
	background-image:url(../../../im/system/frame/plastic-small/frameATcross.png);
  	margin-left: 0; 
	border: 0;
	float:left;
	width:14px;
	height:18px;
}
/* linker Bogen */
.frameLeftPlasticS { 
	/* background-color:#FFFFCC; */
	background-image:url(../../../im/system/frame/plastic-small/frameATL.gif);
       	margin-left: 0; 
	border: 0;
	width:5px;
	height:18px;
	float:left;
}
/* rechter Bogen */
.frameRightPlasticS { 
	/* background-color:#CCFFFF; */
	background-image:url(../../../im/system/frame/plastic-small/frameATR.gif); 
       	margin-left: 0; 
	border: 0;
	width:3px;
	height:18px;
	float:left;
}

/* Rahmen des Textbereichs */
.frameTextPlasticS { 
	background-image:url(../../../im/system/frame/plastic-small/frameTextBorder.gif); 
	/* background-color:#F6F600; */
     	margin: 0; 
	padding:0px;
	width:200px; /* wirkliche Weite - 2x Border-weite */
	float:left;
	/* border: 3px groove #0000FF; */
	/* border: 3px inset #0000FF; */
	/* border: 3px outset #0000FF; */
	border: 0px ridge #0000FF; 
	border-top: 0;
}

/* innerer Textbereich */
.frameTextPlasticInnerS{
	background-color: #F6F6F6;
	margin: 2px;
	padding:2px;
}

