/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #666;
}
body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #006A9D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006A9D;
}
a:hover {
	text-decoration: none;
	color: #00C;
}
a:active {
	text-decoration: none;
	color: #03F;
}
h1 {
	align: left;
	color: #009ae2;
    font-size: 15px;
	font-weight: normal;
    text-align: left;
    padding: 4px 0px 0px 8px;
}
h2 {
	align: left;
	color: #006A9D;
    font-size: 13px;
	font-weight: normal;
    text-align: left;
}
h3 {
	font-size: 12px;
}

.button {
	background-color: #42525f;
	border-left: 4px solid #42525f;
	border-right: 4px solid #42525f;
	margin-bottom: 6px;
	
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.button:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.button.organa:hover {
	border-left: 8px solid #da251d;
	border-right: none;
	/* background-color: #da251d; */
}
.button.organb:hover {
	border-left: 8px solid #0093dd;
	border-right: none;
}
.button.organc:hover {
	border-left: 8px solid #e77817;
	border-right: none;
}
.button.organe:hover {
	border-left: 8px solid #8e84b7;
	border-right: none;
}
.button.organg:hover {
	border-left: 8px solid #84c225;
	border-right: none;
}
.button.organi:hover {
	border-left: 8px solid #b74f8f;
	border-right: none;
}
.button.organl:hover {
	border-left: 8px solid #8f5444;
	border-right: none;
}
.button.organm:hover {
	border-left: 8px solid #99ae6a;
	border-right: none;
}
.button.organp:hover {
	border-left: 8px solid #034b92;
	border-right: none;
}
.button.organs:hover {
	border-left: 8px solid #f8c300;
	border-right: none;
}
.button.organw:hover {
	border-left: 8px solid #000;
	border-right: none;
}
.button.xcity:hover {
	border-left: 8px solid #d9251d;
	border-right: none;
}
.button.ebejelentes:hover {
	border-left: 8px solid #fff;
	border-right: none;
}

div.data {
  padding: 0px 8px 8px 8px;
  text-align: justify;
}

div.rovid_hir {
  text-align: justify;
}

div.fomenu {
  color: #ffffff;
  font-size: 13px;
  text-align: center;
}

div.date {
  color: #999;
  font-size: 11px;
  text-align: right;
}

div.box1 {
  color: #000;
  font-size: 14px;
  text-align: left;
  padding-left: 6px;
}
div.box1_1 {
  color: #000;
  font-size: 11px;
  text-align: left;
  padding: 5px;
}

div.box2 {
  color: #009ae2;
  font-size: 14px;
  text-align: left;
  padding-left: 6px;
}
div.box2_1 {
  color: #fff;
  font-size: 11px;
  text-align: left;
  padding-left: 2px;
}

a.feherlink:link {color: #FFFFFF; text-decoration: none;}
a.feherlink:visited {text-decoration: none; color: #FFFFFF;}
a.feherlink:hover {text-decoration: none; color: #79c5e5;}
a.feherlink:active {text-decoration: none; color: #79c5e5;}

a.lablec:link {color: #666; text-decoration: none;}
a.lablec:visited {text-decoration: none; color: #666;}
a.lablec:hover {text-decoration: underline; color: #666;}
a.lablec:active {text-decoration: underline; color: #666;}

a.box1:link {color: #fff; text-decoration: none;}
a.box1:visited {text-decoration: none; color: #fff;}
a.box1:hover {text-decoration: none; color: #fff;}
a.box1:active {text-decoration: none; color: #fff;}

a.box2:link {color: #fff; text-decoration: none;}
a.box2:visited {text-decoration: none; color: #fff;}
a.box2:hover {text-decoration: none; color: #000;}
a.box2:active {text-decoration: none; color: #000;}


#slides img {
        border: none;
}

#slides {
        width: 617px;
        height: 230px;
}

.slides_container {
        width: 617px;
        height: 230px;
}

.slides_container {
        border: none;
        padding: 0px;
}

.slides_container div {
        width: 617px;
        height: 230px;
        display: block;
}

.pagination {
    margin: 6px 0 0;
    float: right;
    list-style: none;
}

.pagination li {
    float: left;
    margin: 0 1px;
}

.pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(slideshow/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.pagination li.current a, .pagination li.current a:hover { background-position: 0 -13px }

.pagination li a:hover { background-position: 0 -26px }


.cookie-box {
	position: fixed;
	float: left;
	width: 100%;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	padding: 15px 0;
	bottom: 0px;
	z-index: 9999;
	text-align: center;
	font-size: 18px;
	border-top: 3px solid #fff;
}

.cookie-box a:link, .cookie-box a:visited {
    color: #fff;
    text-decoration: underline;
}