/* Caption */ 
.olcaption {
    background:#ffaaff url(../script/overlibmws/raised_green.gif) repeat-x bottom left;
	text-align:center;
}

/* Content */
.olcontent {
  background-color:#40a040; 
  text-align:center;
}

/* Content-Text */
.olcontenttxt {
 font-size:13px;
 color:#000000;
}

/* Caption Text */
.olcaptiontxt {
 font-size:90%;
 color:#FFFFFF;
}

/* Closing Link Text or Image */
.olclose {
  display:block;
  background:white url(../script/overlibmws/exit_metallic.gif);
  width:14px;
  height:15px;
  font-size:1px;
}

a.olclose:hover {
  background:white url(../script/overlibmws/exit_blue.gif);
}

input.olinput {
 background:white url(../script/overlibmws/inputText.gif) repeat-x bottom left;
 min-height:16px;
 color: #000000;}

/* hat nur auswirkungen auf den Caption-Rahmen */
table.olcaption {
  border-width:1px;
  border-style:solid;
  border-color:green;
}
