body {
  padding: 0;
  margin: 0;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff url('../images/body_bg.gif') repeat-x;
}

* {
  outline: none;
}

a {
  color: #c35e89;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.imgCls {
  border: 7px solid #c35e89;  
  padding: 1px;
}

input.but {
  font-weight: bold;
  color: #c35e89;
  font-size: 100%;
  border-width: 0;
  background-color: transparent;
  float: right;
  cursor: pointer;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

.text_box, textarea {
  padding: 5px;
  border: 1px solid #9999ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}

h1,h2,h3,h4,h5,h6,form,ul {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
  color: #c35e89;
}

h2.header2 {
  color: #cdd566;
  font-weight: bold;
  font-size: 130%;
  float: left;
}

#langs {
  width: 924px;
  padding: 0 10px;
  text-align: right; 
  font-size: 70%;
  padding: 5px 0;
  color: #608fe9;
  cursor: default;
  position: absolute;
  right: 10px;
  top: 0;
}

.wrapper {
  width: 970px;
  position: relative;
  margin: auto;
}

#logo {
  position: absolute;
  top: 14px;
  left: 10px;
}

#logo img {
  color: #608fe9;
  font-weight: bold;
  font-size: 120%;
}

#content {
  width: 970px;
  padding-top: 130px;
  float: left;
}

#content #leftimg {
  float: left;
  position: relative;
  top: 0;
  color: #608fe9;
  margin-top: -20px;
}

#content #rightbox {
  float: right;
  width: 595px;
  background: #e37cab url('../images/big_box_bg.gif') no-repeat;
  margin-top: -60px;
}

#menu_box {
  background: #e995bc url('../images/top_menu_bg.gif') no-repeat;
  padding-top: 7px;
  width: 584px;
  float: right;
  position: relative;
  left: -6px;
  top: -60px;
}

#content #rightbox a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  float: right;
}

#content #rightbox a:hover {
  text-decoration: none;
}

#content #rightbox #bottom_bg {
  background: transparent url('../images/box_bottom_bg.gif') no-repeat left bottom;
  float: left;
  width: 100%;
  padding: 10px 0;
}

div.cols {
  float: left;
  width: 177px;
  padding: 3px 10px;
  background: transparent url('../images/space.gif') no-repeat right top;
  color: #fff;
  font-size: 80%;
}

.cols img {
  float: left;
  padding-bottom: 10px;
}

.cols h2 { 
  clear: both; 
  overflow: hidden;
}

#lastcol { background-image: none;  }

.cols h2 {
  font-weight: bold;
  color: #fff;
  font-size: 130%;
}

#content #menu_box ul#ul_l {
  margin-top: 25px;
}

#content #menu_box ul#ul_ll {
  position: absolute;
  left: 0;
  top: 7px;
}

#content #menu_box ul {
  list-style: none;
  float: left;
  padding-left: 8px;
}

#content #menu_box ul li {
  float: left;
}

#content #menu_box ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  float: left;
  width: 284px;
  font-weight: bold;
}

#content #menu_box ul li a:hover, #content #menu_box ul li.moreOptions:hover ul li a:hover {
  background-color: #efa2c6;
}

#content #menu_box ul li.moreOptions {
  position: relative;
}

#content #menu_box ul li.moreOptions ul {
  float: left;
  display: none;
  position: absolute;
  left: 0;
  top: 25px;
  padding: 0;
  width: 284px;
  z-index: 1000;
  overflow: hidden;
}

#content #menu_box ul li.moreOptions:hover ul li { width: 284px; }

#content #menu_box ul li.moreOptions:hover ul li a {
  background-color: #e995bc;
  color: #fff;
  padding: 5px 7px 5px 14px;
  width: 100%;
  font-size: 70%;
  border-bottom: 1px solid #d787ac;
  font-weight: normal;
  display: block;
  float: left;
}

#content #menu_box ul li.moreOptions:hover ul {
  display: block;
}


#content #right_col {
  float: right;
  clear: both;
  width: 306px;
  position: relative;
  left: -30px;
  font-size: 80%;
  color: #fff;
}

#content #right_col a {
  color: #000;
}

#content #right_col div#newsletter a, #content #right_col div#programare a {
  color: #fff;
}

#content #right_col div {
  float: left;
}

#content #right_col div#newsletter {
  width: 306px;
  background: #fdb0d2 url('../images/newsletter_bg.gif') no-repeat;
  padding: 0;
}

#content #right_col div .header2 { 
  color: #fff; 
  padding: 0;
  margin: 0;
}

#content #right_col div#newsletter form {
  padding: 0 10px 10px 10px;
  float: left;
  width: 286px;
  background: transparent url('../images/right_col_space.gif') no-repeat center bottom;
}

#content #right_col div p {
  margin: 0;
  padding-bottom: 10px;
  clear: both;
}

#content #right_col div#newsletter p { width: 130px; }

#content #right_col div#newsletter input {
  clear: both;
}

#content #right_col div#newsletter input.text_box, #content #right_col div#newsletter input.but {
  float: left;
  clear: none;
}

#content #right_col div#newsletter input.but {
  color: #fff;
  padding: 5px;
}

#content #right_col div#newsletter input.text_box {
  background: #fff url('../images/newsletter_icon.gif') no-repeat left center;
  padding: 5px 5px 5px 40px;
  width: 150px;
  color: #5683d4;
}


/* ========= programare ======*/

#content #right_col #programare {
  background: #fdb0d2 url('../images/programare_bg.jpg') no-repeat left bottom;
  padding: 0 10px 50px 10px;
  width: 286px;
  position: relative;
}

#content #right_col div#programare p { 
  width: 170px; 
  padding: 5px 0 20px 0;
}

#content #right_col #programare #programeaza_ma {
  position: absolute;
  bottom: 25px;
  right: 53px;
  float: left;
}

#content #right_col #programare #programeaza_ma img {
  float: left;
}

#content #big_box_content {
  padding: 30px 20px;
  width: 594px;
  font-size: 80%;
  float: left;
  position: relative;
  left: 0;
  top: 0;
  display: block;
}


strong.header_img {
  color: #c35e89;
  font-size: 130%;
}


#content #big_box_content h2 {
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:22px;
  font-weight:normal;
  margin:10px 0;
}




#langmenu {
  position: absolute;
  right: 0;
  top: 10px;
}
#langmenu ul {
  list-style: none;
}
#langmenu ul, #langmenu ul li, #langmenu ul li a {
  float: left;
  color: #000;
  font-weight: bold;
  font-size: 100%;
}
#langmenu img {
  border:0;
  margin:0 5px;
}


#navmenu {
  position: absolute;
  right: 0;
  top: 33px;
}

#navmenu ul {
  list-style: none;
}

#navmenu ul, #navmenu ul li, #navmenu ul li a {
  float: left;
  color: #000;
  font-weight: bold;
  font-size: 100%;
}

#navmenu ul li a { color: #608fe9; }

#navmenu ul li a:hover { color: #92b3f2; }

#footer {
  font-size: 70%;
  min-width: 970px;
  background: #fff url('../images/footer_bg.gif') no-repeat center top;
  float: left;
  margin: auto;
  padding: 20px 0;
  width: 970px;
  text-align: right;
}

#footer #links_f {
  float: left;
  width: 940px;
  padding: 0 0 20px 30px;
}

#footer #links_f div {
  width: 295px;
  display: block;
  float: left;
  padding: 4px 7px;
  margin: 1px;
  color: #555;
  line-height: 170%;
}

#footer #links_f h3 {
  font-weight: bold;
  display: block;
  padding: 5px 0 10px 0;
  clear: both;
  font-size: 130%;
  color: #c35e89;
}

#footer #links_f img {
  float: left;
  padding: 1px;
  margin: 0 5px;
}

#footer #links_f a {
  margin-right: 10px;
  font-weight: bold;
  margin-top: 10px;
}

#footer #links_f .clear, .clear {
  overflow: hidden;
  height: 0px;
  clear: both;
  display: block;
  width: 900px;
  border-width: 0;
  float: none;
  padding: 0;
}

.acreditare {
  float: left;
  width: 197px;
  padding-bottom: 25px;
}

.acreditare img {
  margin-bottom: -20px;
  padding-right: 7px;
}

.acr {
  font-size: 120%;
  clear: both;
  display: block;
  padding: 13px;
  border-top: 1px solid #ddd;
}

.sub_tel {
  float: left;
  width: 306px;
  color: #000;
}
#footer-links ul {
	list-style:none;
	text-align:center;	
}
#footer-links ul li {
	display:inline;
}
#footer-links ul li a {
	color:#aaa;
	text-decoration:none;
	font-size:12px;
	margin:10px;
}
#footer-links ul li a:hover {
	color:#555;
}
