/* CSS Document */
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(images/body-bg.jpg) repeat-x #64c9ff;
  padding: 0;
  font-size: 12px;
  font-family: Tahoma, sans-serif;
}
.side {
  width: 4px;
  background: url(images/side-bg.jpg) no-repeat top #7e8f91;
}
table {
  font-size: 12px;
  font-family: Tahoma, sans-serif;
  padding: 0 0 0 0;
}
td {
  vertical-align: top;
  padding: 0 0 0 0;
}
.left_side {
  background: #fff url(images/left-side-bg.jpg) bottom no-repeat;
}
/*iTyu*5Y5*20080523*AD*/
/**/
.header_navbar {
  width: 750px;
  height: 650px;
  background: #fff url(images/header-bg.jpg) no-repeat;
}

.suckerdiv {
  background: #fff;
  width: 160px;
  margin: 210px 0 0 0;
}


.suckerdiv ul {
  margin: 0;
  line-height: 32px;
  padding: 0;
  list-style-type: none;
  width: 160px; /* Width of Menu Items */
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: #0B64AF;
          
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
  position: absolute;
  line-height: 18px;
  width: 170px; /*sub menu width*/
  top: 0;
  visibility: hidden;
  text-align: right;
}

/* Sub level menu links style */
.suckerdiv ul li a{
  display: block;
  overflow: auto; /*force hasLayout in IE7 */
  color: black;
  text-decoration: none;
  background: #fff;
  padding: 1px 5px;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.suckerdiv ul li a:visited{
  color: black;
}

.suckerdiv ul li a:hover{
  background: #0B64AF;
  color: #fff;
}

.suckerdiv .subfolderstyle {
  background: url(images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */



.h_top {
  height: 50px;
}
.h_top img {
  margin: 0;
  border: 0;
}
.sitemap {
  background: url(images/sitemap-bg.jpg) no-repeat;
  width: 210px;
  height: 35px;
  padding: 10px 0 0 0;
}
.sitemap a {
  background: url(images/sitemap-a-bg.jpg) no-repeat;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  display: block;
  width: 98px;
  height: 20px;
  font-weight: bold;
  text-align:center;
  margin:0 0 0 20px;
  padding:1px 0 0 0;
}
.sitemap a:hover {
  background: url(images/sitemap-a-bg.jpg) no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
  display: block;
}
/******************************************************************************/
/**************Bal oldali cucc*************************************************/
/******************************************************************************/
/*Navigácios bár cuccai*/
.navbar {
  width: 540px;
  height: 59px;
  background: url(images/navbar.jpg) no-repeat;
  display: block;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.navbar p {
  margin: 0;
  padding-top: 20px;
  padding-left: 15px;
}
.navbar a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.navbar a:hover {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
/******************************************************************************/
/**************************conent cuccai***************************************/
/******************************************************************************/
.c_frame {
  width: 540px;
  background: #fff;
  padding: 0 0 0 0;
}
.c_frame .block {
  clear: both;
  background: url(images/p-border.jpg) no-repeat bottom;
  width: 512px;
}
.c_frame .block h2 {
  color: #0b64af;
  font-size: 14px;
  margin: 0 0 12px 0;
  padding: 17px 0 0 0;
}

.c_frame .block h2 a {
  color: #0b64af;
  font-size: 14px;
  margin: 0 0 12px 0;
  padding: 17px 0 0 0;
}

.c_frame .block h2 a:hover {
  color: #0b64af;
  font-size: 14px;
  margin: 0 0 12px 0;
  padding: 17px 0 0 0;
}

.c_frame .block h3 {
  color: #0b64af;
  font-size: 14px;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.c_frame .block h4 {
  color: #000;
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.c_frame .block span {
  color: #0b64af;
  font-size: 10px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
}
.c_frame .ct {
  width: 512px;
  margin-left: 12px;
}
.c_frame .block p {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
.c_frame .block p a {
  color: #0b64af;
  font-size: 12px;
  text-decoration: none;
  padding: 0 15px 0 0;
  background: url(images/pa-bg.jpg) no-repeat right center;
}
.c_frame .block p a:hover {
  color: #0b64af;
  font-size: 12px;
  text-decoration: underline;
  padding: 0 15px 0 0;
  background: url(images/pa-bg.jpg) no-repeat right center;
}

.c_frame .block a {
  color: #0b64af;
  font-size: 12px;
  text-decoration: none;
}

.c_frame .block a:hover {
  text-decoration: underline;
}


/*másik fajta link*/
.c_frame .block a.sorol {
  color: #545454;
  font-size: 12px;
  text-decoration: none;
  padding: 0 15px 0 0;
  background: url(images/pa-bg.jpg) no-repeat right center;
}
.c_frame .block a.sorol:hover {
  color: #545454;
  font-size: 12px;
  text-decoration: underline;
  padding: 0 15px 0 0;
  background: url(images/pa-bg.jpg) no-repeat right center;
}
/******************************************************************************/
.c_frame .block a.download {
  background: url(images/adownload.jpg) no-repeat;
  width: 55px;
  height: 56px;
  float: right;
  display: block;
  margin: 0 0 10px 0;
  
}
.c_frame .block a.download:hover {
  background: url(images/adownload.jpg) no-repeat;
  width: 55px;
  height: 56px;
  display: block;
  margin: 0 0 10px 0;
   
}
/******************************************************************************/

.c_frame p img {
  border: 0;
  margin: 0 5px 10px 5px;
  /*float: right;*/
}
.contact {
  background: url(images/labcucc-bg.jpg) no-repeat;
  height: 55px;
  display: block;
  width: 540px;
  padding: 0 0 0 0;
  
}
.c_text {
  color: #478ecc;
  font-size: 12px;
  padding: 10px 0 0 0;
  margin: 0 0 0 12px;
  display: block;
}
.c_text a {
  color: #478ecc;
  font-size: 12px;
  text-decoration: none;
}
.c_text a:hover {
  color: #478ecc;
  font-size: 12px;
  text-decoration: none;
}
.footer {
  color: #888;
  background: #fff;
  height: 50px;
  padding: 0 10px;
  border-bottom: 4px solid #7e8f91;
  margin: 0 0 10px 0;
  padding: 10px;
}
.f_left {
  color: #888;
  float: left;
  text-align: left;
  width: 48%;
}
.f_left a {
  color: #888;
  text-decoration: none;
}
.f_left a:hover {
  color: #888;
  text-decoration: underline;
}
.f_right a {
  color: #888;
  text-decoration: none;
}
.f_right a:hover {
  color: #888;
  text-decoration: underline;
}
.f_right {
  color: #888;
  width: 48%;
  float: right;
  text-align: right;
}
/*nyelvválasztás*/
.c_lang {
  background: url(images/choose-lang-bg.jpg) no-repeat #fff;
  height: 157px;
  width: 210px;
  display: block;
  color: #71a5d1;
  font-size: 11px;
}
.c_lang p {
  padding: 0 0 0 3px;
  margin: 0 0 0 0;
}
.c_lang p a {
  width: 25px;
  height: 20px;
  float: right;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
}
.c_lang p a:hover {
  background-position: 0 100%;
  margin: 0 5px 0 0;
}
/*hirek bal felsorolásban*/
.news {
 margin: 10px 0 10px 0;
 padding: 0 0 0 0;
}
.right_side {
  background: #fff url(images/labcucc-bg.jpg) bottom no-repeat;
}
.left_ side img {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.left_side h2 {
  text-align: left;
  color: #0b64af;
  background: #cee0ef;
  font-size:12px;
  padding: 7px 5px 7px 10px;
  margin: 2px 0 0 0;
}
a.news_title {
  color: #545454;
  font-size: 11px;
  padding: 0 0 0 10px;
  margin: 13px 0 0 0;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
a.news_title:hover {
  color: #545454;
  font-size: 11px;
  padding: 0 0 0 10px;
  margin: 13px 0 0 0;
  font-weight: bold;
  display: block;
  text-decoration: underline;
}
.n_date {
  color: #0b64af;
  font-size: 11px;
  padding: 0 0 0 10px;
  margin: 3px 0 10px 0;
  clear: both;
  display: block;
}
.news p {
  color: #0b64af;
  padding: 0 0 0 10px;
  margin: 3px 0 0 0;
  font-size: 11px;
}
/*******************************/
.c_form {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.c_form input {
  border: 1px solid #0b64af;
  width: 300px;
  font-size: 12px;
  color: #545454;
}
.c_form textarea {
  border: 1px solid #0b64af;
  width: 300px;
  height: 100px;
  overflow: auto;
  font-size: 12px;
  color: #545454;
}
.c_form #c_send {
  width: 50px;
  border: 1px solid #545454;
  background: transparent;
  margin: 0;
}
.c_form #c_send:hover {
  background: #545454;
  color: #fff;
}
.c_table {
  color: #545454;
  font-size: 12px;
}
/************************************************/
.h_r {
  width: 540px;
  height: 408px;
  background: url(images/new-header.jpg) no-repeat;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.h_r .bt {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 0 0 0;
  padding: 149px 0 0 30px;
} 
.h_r .bt p {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  font-weight: normal;
}
.h_r .bt p img {
  margin: 0 4px 3px 0;
}
.h_r .wt {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 18px 0 0 31px;
}

