div#menu a.k {
  background:url(../menu_back/1h.jpg);
}

div.right_mini_app input.input_s {
	border:1px solid #588CDA;
	background-color: #E9EFFC;
}

div.right_mini_app input.input_s:focus {
	background-color: #BCD3F5;
}

div.right_mini_app input.input_s:hover {
	background-color: #BCD3F5;
}

div.right_mini_app input.submit_s {
	border:1px solid #588CDA;
	background-color: #E9EFFC;
}

div.right_mini_app input.submit_s:hover {
	background-color: #BCD3F5;
}

div#footer {
  background:url(footer-back1.jpg) repeat-x;
  background-position:top;
}


/*mini apps*/
div.left_mini_app, div.right_mini_app  {
  border-left:3px solid #BCD3F5;
  background-color:#F7F7F7;
}

div.left_mini_app h2.top, div.right_mini_app h2.top {
  border-bottom:1px solid #CDD3DC;
  border-left:3px solid #588CDA;
  color:#1E4784;
}

div.left_mini_app h2.normal, div.right_mini_app h2.normal {
  color:#1E4784;
}

div.left_mini_app a,div.right_mini_app a { color:#1E4784; text-decoration:none; }
div.left_mini_app a:hover,div.right_mini_app a:hover { color:#588CDA; text-decoration:underline; }

div.left_mini_app p a,div.right_mini_app p a { color:#1E4784; text-decoration:underline; }
div.left_mini_app p a:hover,div.right_mini_app p a:hover { color:#588CDA; text-decoration:none; }

div.left_mini_app input.input, div.right_mini_app input.input {
	border:1px solid #CDD3DC;
	background-color: #ffffff;
}

div.left_mini_app select.input, div.right_mini_app select.input {
	border:1px solid #CDD3DC;
	background-color: #ffffff;
}

div.left_mini_app select.input:hover, div.right_mini_app select.input:hover{
	border:1px solid #999999;
}

div.left_mini_app input.input:focus, div.right_mini_app input.input:focus {
	border:1px solid #999999;
}

div.left_mini_app input.input:hover, div.right_mini_app input.input:hover {
	border:1px solid #999999;
}

div.left_mini_app input.submit, div.right_mini_app input.submit {
	border:1px solid #CDD3DC;
	background-color: #ffffff;
}

div.left_mini_app input.submit:hover, div.right_mini_app input.submit:hover {
	border:1px solid #999999;
}


/*main*/


/*side left*/
ul.side li.main {
  background-color:#F7F7F7;
  border-left:3px solid #588CDA;
  margin-top:8px;

  border-top:1px solid #CDD3DC;
  border-right:1px solid #CDD3DC;
	border-bottom:1px solid #CDD3DC;
}
ul.side li.sub {
  /*border-bottom:1px solid #BCD3F5;
  border-right:1px solid #BCD3F5;*/
  background-color:#F7F7F7;
  border-left:3px solid #BCD3F5;
  /*border-top:1px solid #CDD3DC;*/
	border-right:1px solid #CDD3DC;
	border-bottom:1px solid #CDD3DC;
}

ul.side li a { text-decoration:none; color: #1E4784; }
ul.side li a:visited { text-decoration:none; color: #1E4784; }
ul.side li a:hover { text-decoration:none;	color: #1E4784; }

ul.side li a.main:hover {
  background-color:#A5C1EB;
}
ul.side li a.sub:hover {
  background-color:#E1ECFB;
}
a.main_act {
  margin:0px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left:4px;
  display:block;
  background-color:#A5C1EB;
  width:131px;
}
a.sub_act {
  background-color:#E1ECFB;
  margin:0px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left:8px;
  display:block;
  width:127px;
}


/*side right*/

ul.side_right li.main {
  background-color:#F7F7F7;
  border-left:3px solid #588CDA;
  /*border-top:1px solid #CDD3DC;*/
  border-right:1px solid #CDD3DC;
	border-bottom:1px solid #CDD3DC;
	border-top:1px solid #CDD3DC;
	text-decoration:none; color: #1E4784;
}
ul.side_right li.sub_1 {
  background-color:#F7F7F7;
  border-left:3px solid #BCD3F5;
	border-right:1px solid #CDD3DC;
	border-bottom:1px solid #CDD3DC;
	color: #1E4784;
}

ul.side_right li.sub_1:hover {
  background-color:#E1ECFB;
}

ul.side_right li.main a { text-decoration:none; color: #1E4784; }

ul.side_right li.main_1 { text-decoration:none; color: #1E4784; }

ul.side_right li.sub_1 a { text-decoration:none; color: #1E4784; }
ul.side_right li.sub_1 a:visited { text-decoration:none; color: #1E4784; }
ul.side_right li.sub_1 a:hover { text-decoration:none;	color: #1E4784; }

/*search*/
div#main-right input.input_login {
	border:1px solid #588CDA;
	background-color: #E9EFFC;
}

div#main-right input.input_login:focus {
	background-color: #BCD3F5;
}

div#main-right input.input_login:hover {
	background-color: #BCD3F5;
}

div#main-right input.submit_login {
	border:1px solid #588CDA;
	background-color: #E9EFFC;
	cursor:pointer;
}

div#main-right input.submit_login:hover {
	background-color: #BCD3F5;
}



/*Links*/

div.main table.cikk h2 a {
  color: #1E4784;
  text-decoration:none;
}
div.main table.cikk h2 a:hover {
  color: #588CDA;
}

div.main table.cikk h1 a {
  color: #1E4784;
  text-decoration:none;
}
div.main table.cikk h1 a:hover {
  color: #588CDA;
  text-decoration:none;
}

div.main table.cikk p a {
	color: #1E4784;
  text-decoration:underline;
}
div.main table.cikk p a:hover {
  color: #588CDA;
  text-decoration:none;
}

div.main table.cikk a:visited {
  color: #1E4784;
}



table.cikk {
  width:558px;
  margin:auto;
  margin-top:0px;
  padding:0px;
  border-collapse: collapse;
  margin-bottom:15px;
}

table.cikk td.top {
	border:none;
	border:1px solid #BCD3F5;
	border-left:3px solid #588CDA;
	padding:2px 5px;
}
table.cikk td.main {
	border:none;
	padding:5px;
	border:1px solid #BCD3F5;
	border-left:3px solid #BCD3F5;
}

table.cikk td.main img {
  margin-right:5px;
  border:1px solid #BCD3F5;
}

table.cikk h1 {
  font-size:14px;
  margin: 0px 5px;
  color: #1E4784;
  text-align:left;
}

table.cikk h1.cikk {
  font-size:16px;
  margin: 0px 5px;
  color: #000000;
  text-align:left;
}

table.cikk h2 {
  font-size:13px;
  margin: 0px 5px;
  color: #1E4784;
  text-align:left;
}

table.cikk td.main p {
	font-size:12px;
  margin: 0px 5px;
  margin-bottom:5px;
  color:#000000;
}


div.main_center {
  width:560px;
  margin-top:0px;
  padding-top:0px;
  margin-bottom:0px;
  background-image:url(dotted_rotated.png);
  background-repeat:repeat-x;
  background-position:bottom left;
}

div.main_center2 {
  width:560px;
  margin-top:0px;
  padding-top:0px;
  margin-bottom:0px;
  background-image:url(dotted_rotated.png);
  background-repeat:repeat-x;
  background-position:bottom left;
}

div.main_center_gallery {
  width:560px;
  margin-top:0px;
  padding-top:0px;
  margin-bottom:0px;
}

div.main_left {
  width:277px;
  float:left;
  margin-top:0px;
  padding-top:0px;
  margin-bottom:0px;
  padding-right:3px;
  display:inline;
  background-image:url(dotted.png);
  background-repeat:repeat-y;
  background-position:top right;
}

div.main_right {
  width:280px;
  padding-left:0px;
  float:left;
  margin-bottom:0px;
  display:inline;
}

div.short_article {
  width:277px;
  padding:0px;
  margin:0px;

  padding-bottom:15px;
  margin-bottom:20px;/*
  border-bottom:1px solid #D0D0D0; */
  background-image:url(dotted_rotated.png);
  background-repeat:repeat-x;
  background-position:bottom left;
}

div.short_article img, div.main_center img {
	float:left;
	margin-right:7px;
	margin-bottom:5px;
	border:3px solid #E9EFFC;
	width:100px;
	height:100px;
}

div.main_center_gallery img {
	float:left;
	margin-right:7px;
	margin-bottom:5px;
	border:3px solid #E9EFFC;
}

div.short_article h1, div.main_center h1, div.main_center_gallery h1, div.main_center2 h1, div#vasarlas h1 {
  font-size:15px;
  margin:0px;
  margin-bottom:8px;
  padding-left:5px;
}

div.short_article h1 a,div.main_center h1 a, div.main_center_gallery h1 a, div.main_center2 h1 a, div#vasarlas a {
  color: #1E4784;
  text-decoration:none;
}

div.short_article h1 a:hover,div.main_center h1 a:hover, div.main_center_gallery h1 a:hover, div.main_center2 h1 a:hover, div#vasarlas a:hover {
  color: #588CDA;
  text-decoration:none;
}


div.short_article h2,div.main_center h2, div#vasarlas h2{
  font-size:13px;
  margin:0px;
  margin-bottom:5px;
  text-decoration:none;
  clear:both;
  color: #000000;
}

div.main_center_gallery h2{
  font-size:13px;
  margin:0px;
  margin-bottom:5px;
  text-decoration:none;
  text-align:left;
  color: #000000;
  position: relative; /*IE 6 JAVITAS*/
}

div.short_article h2 a, div.main_center h2 a, div.main_center_gallery h2 a, div#vasarlas h2 a{
  color: #1E4784;
  text-decoration:none;
}

div.short_article h2 a:visited, div.main_center h2 a:visited, div.main_center_gallery h2 a:visited, div#vasarlas h2 a:visited {	color:#1E4784; }
div.short_article h2 a:hover, div.main_center h2 a:hover, div.main_center_gallery h2 a:hover, div#vasarlas h2 a:hover {
  color: #588CDA;
  text-decoration:underline;
}


div.short_article h3, div.main_center h3, div.main_center2 h3{
  font-size:12px;
  margin:0px;
  margin-bottom:5px;
  text-decoration:none;
  clear:both;
  color: #1E4784;
}

div.main_center_gallery h3{
  font-size:12px;
  margin:0px;
  margin-bottom:5px;
  text-decoration:none;
  color: #1E4784;
  position: relative; /*IE 6 JAVITAS*/
}


div.short_article h3 a, div.main_center h3 a, div.main_center_gallery h3 a, div.main_center2 h3 a{
  color: #1E4784;
  text-decoration:none;
}

div.short_article h3 a:visited, div.main_center h3 a:visited, div.main_center2 h3 a:visited, div.main_center_gallery h3 a:visited {	color:#1E4784; }
div.short_article h3 a:hover, div.main_center h3 a:hover, div.main_center2 h3 a:hover, div.main_center_gallery h3 a:hover {
  color: #588CDA;
  text-decoration:underline;
}


div.short_article p, div.main_center p {
	text-align:left;
	font-size:11px;
	margin-bottom:15px;
    color:#000000;
}
div.short_article p a, div.main_center p a {
	text-decoration:none;
	color:#000000;
}
div.short_article p a:visited, div.main_center p a:visited{	color:#000000; }
div.short_article p a:hover,  div.main_center p a:hover {
  color: #588CDA;
  text-decoration:none;
}


div.main_right h1, div.main_right h2, div.main_right h3, div.main_right p {
	margin-left:5px;
}



div#main-center img.cikk_kis_kep {
	margin:0px;
	margin-right:5px;
	margin-bottom:0px;
	border:3px solid #E9EFFC;
	float:left;
	/*width:60px;
	height:60px;*/
}


div#footer p a {
  border-left:1px solid #CDD3DC;
  color:#1E4784;
  text-decoration:none;
}
div#footer p a:hover {
	text-decoration:underline;
	color:#588CDA;
}

