#marqueecontainer{
position: relative;
width: 250px; /*marquee width */
height: 140px; /*marquee height */
margin-left: 10px;
margin-top: 7px;
background-color: #F0F0F0;
overflow: hidden;
border: 1px solid #95AAFF;
padding-top: 10px;
padding-left: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align: left;
}
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/

.qmmc .qmdivider{
  display: block;
  font-size: 1px;
  border-width: 0px;
  border-style: solid;
  position: relative;
  z-index: 1;
}

.qmmc .qmdividery{
  float: left;
  width: 0px;
}

.qmmc .qmtitle{
  display: block;
  cursor: crosshair;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.qmclear {
  font-size: 1px;
  height: 0px;
  width: 0px;
  clear: left;
  line-height: 0px;
  display: block;
  float:none !important;
}

.qmmc {
  position: relative;
  zoom: 1;
  z-index: 10;
}

.qmmc a, .qmmc li {
  float: left;
  display: block;
  white-space: normal;
  position: relative;
  z-index: 1;
}

.qmmc div a, .qmmc ul a, .qmmc ul li,.qmmc li a {
  float: none;
}

.qmsh div a {
  float: left;
}

.qmmc div{
  visibility: hidden;
  position: absolute;
}

.qmmc li {
  z-index: auto;
}

.qmmc ul {
  left: -10000px;
  position: absolute;
  z-index: 10;
}

.qmmc, .qmmc ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.qmmc li:hover > ul{
  left: auto;
}

#qm0 ul {
  top: 100%;
}

#qm0 ul li:hover > ul{
  top: 0px;
  left: 100%;
}
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/
/* QuickMenu 0 */
/*"""""""" (MAIN) Container""""""""*/

#qm0 {
  width: 100%;
  background-color: #FFFFFF;
  background-image: url(qmimages/gradient_0.gif);
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #000000;
  padding-left: 0px;
}
/*"""""""" (MAIN) Items""""""""*/

#qm0 a {
  padding: 5px 20px 5px 10px;
  background-color: transparent;
  color: #FFFFFF;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  border-color: #000000;
}
/*"""""""" (MAIN) Hover State""""""""*/

#qm0 a:hover, #qm0 li:hover > a, body #qm0 .qmactive, body #qm0 .qmactive:hover {
  background-color: #EFF4FA;
  color: #000000;
  text-decoration: none;
}
/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/

#qm0 div, #qm0 ul {
  padding: 5px;
  margin: 0px 0px 0px -1px;
  background-color: #D6DCE2;
  border-width: 1px;
  border-style: solid;
  border-color: #333333;
}
/*"""""""" (SUB) Items""""""""*/

#qm0 div a, #qm0 ul a {
  padding: 2px 40px 2px 5px;
  background-color: transparent;
  color: #333333;
  font-size: 10px;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #D6DCE2;
  text-align: left;
}
/*"""""""" (SUB) Hover State""""""""*/

#qm0 div a:hover, #qm0 ul li:hover > a {
  background-color: #EFF4FA;
  color: #000000;
  text-decoration: none;
  border-color: #666666;
}
/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/

body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
  background-color: #EFF4FA;
  color: #000000;
  text-decoration: underline;
  border-color: #666666;
}
/*"""""""" Individual Titles""""""""*/

#qm0 .qmtitle {
  margin: 2px 5px 5px 5px;
  color: #112747;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}
/*"""""""" Individual Horizontal Dividers""""""""*/

#qm0 .qmdividerx {
  border-top-width: 2px;
  margin: 4px 5px 4px 5px;
  border-color: #A2A1AD;
}
/*"""""""" (main) Rounded Items""""""""*/

#qm0 .qmritem span, #qm0 div .qmritem span {
  border-color: #666666;
  background-color: #EEEEEE;
}
/*"""""""" (main) Rounded Items Content""""""""*/

#qm0 .qmritemcontent, #qm0 div .qmritemcontent {
  padding: 0px 0px 0px 4px;
}
/*"""""""" (sub) Rounded Items""""""""*/

ul#qm0 ul li:hover > a.qmparent {
  background-image: url(qmimages/arrow_0.gif);
  text-decoration: underline;
}
/*"""""""" Custom Rule""""""""*/

ul#qm0 ul li .qmparent {
  background-image: url(qmimages/arrow_0.gif);
  background-repeat: no-repeat;
  background-position: 92% 50%;
}
/*"""""""" Custom Rule""""""""*/

ul#qm0 li:hover > a.qmparent {
  background-image: url(qmimages/arrow_2.gif);
  text-decoration: underline;
}
/*"""""""" Custom Rule""""""""*/

ul#qm0 li .qmparent {
  background-image: url(qmimages/arrow_3.gif);
  background-repeat: no-repeat;
  background-position: 92% 50%;
}

a:link, a:visited, a:active {
  color: #1C72BB;
  text-decoration: underline;
}

a:hover {
  color: #1C72BB;
  text-decoration: none;
}

pre {
  white-space: pre;/* CSS2 */
  white-space: -moz-pre-wrap;/* Mozilla */
  white-space: -hp-pre-wrap;/* HP printers */
  white-space: -o-pre-wrap;/* Opera 7 */
  white-space: -pre-wrap;/* Opera 4-6 */
  white-space: pre-wrap;/* CSS 2.1 */
  white-space: pre-line;/* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;/* IE */
  width: 100px;
}

.mainText {
  font-size: 12px;
  font-family: Verdana;
  text-align: justify;
  color: #003159;
}

.cssbutton{
  background-color: #1F4666;
  border: 0px;
  color: white;
  text-decoration: none;
  font: 9px Verdana, Helvetica, sans-serif;
}

.cssbutton:visited, .cssbutton:active{
  color: white;
}

.tabelNews {
  font: bold 11px Verdana, Helvetica, sans-serif;
}

.dataNews {
  color: #FFFFFF;
  font: 11px Verdana, Helvetica, sans-serif;
}

.test1 {
  z-index: 3;
  width: 900px;
  background-color: yellow;
}

.test2 {
  position: absolute;
  font-size: 145px;
  z-index: 1;
  left: 300px;
  top: 300px;
}


div.stiri
{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	width: 250px;
	background-color: #F0F0F0;
	border: 1px solid #95AAFF;
	margin-top: 10px;
   	margin-bottom: 10px;
   	margin-left: 7px;
	padding-top: 5px;
	padding-right: 5px;
    padding-bottom: 5px;
	/* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
	/* height: 280px; */
	vertical-align:middle;

}
div.background
{
	background-image:url(images/sigla_lmh.png);
	background-repeat:no-repeat;
	background-position:center;
	width: 270px;
}
div.stiri p
{
  	font-weight: bold;
  	color: #000000;
	text-align:justify;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
	
}
#poza_spital {
	text-align: center;
	padding-left: 5px;
	width: auto;
	height: auto;
	margin-top: 0px;
}
#medlife_head {
	letter-spacing: 2px;
	font-family: Verdana;
	font-weight: 100;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	color: #00CCFF;
	background-color: #F0F0F0;
}
