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


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

/* Titelleiste */
.frameMid1Plastic { 
	/* background-color:#FFCCFF; */
	background-image:url(../../../im/system/frame/plastic/frameAT.gif);
       	margin-left: 0; 
	border: 0;
	float:left;
	width:117px;  /* wirkliche Weite abzüglich der restlichen Weiten (padding beachten) */
	height:25px;
	color:#FFFFFF;
	font-size:12px;
	padding-top:0px;
}
/* Bereich für Symbole: Kreuz */
.frameMid2Plastic { 
	/* background-color:#FFCCFF; */
	background-image:url(../../../im/system/frame/plastic/frameATcross.png);
  	margin-left: 0; 
	border: 0;
	float:left;
	width:18px;
	height:25px;
}
/* Bereich für Symbole: Window minimieren*/
.frameMid3Plastic { 
	/* background-color:#FFCCFF; */
	background-image:url(../../../im/system/frame/plastic/frameATminwindow.png);
  	margin-left: 0; 
	border: 0;
	float:left;
	width:18px;
	height:25px;
}
/* Bereich für Symbole: Window öffnen*/
.frameMid4Plastic { 
	/* background-color:#FFCCFF; */
	background-image:url(../../../im/system/frame/plastic/frameATwindow2.png);
  	margin-left: 0; 
	border: 0;
	float:left;
	width:19px;
	height:25px;
}
/* Bereich für Symbole: Vollbild*/
.frameMid5Plastic { 
	/* background-color:#FFCCFF; */
	background-image:url(../../../im/system/frame/plastic/frameATwindow.png);
  	margin-left: 0; 
	border: 0;
	float:left;
	width:19px;
	height:25px;
}
/* linker Bogen */
.frameLeftPlastic { 
	/* background-color:#FFFFCC; */
	background-image:url(../../../im/system/frame/plastic/frameATL.gif);
       	margin-left: 0; 
	border: 0;
	width:5px;
	height:25px;
	float:left;
}
/* rechter Bogen */
.frameRightPlastic { 
	/* background-color:#CCFFFF; */
	background-image:url(../../../im/system/frame/plastic/frameATR.gif); 
       	margin-left: 0; 
	border: 0;
	width:4px;
	height:25px;
	float:left;
}

/* Textbereich */
.frameTextPlastic { 
	/* background-color:#F6F6F6; */
	background-image:url(../../../im/system/frame/plastic/frameTextBorder.png); 
     	margin: 0; 
	padding:0;
	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;
}


.frameTextPlasticInner{
	background-color:#F6F6F6;
	margin:2px;
	padding:2px;
}

