/* CSS Document */

body { margin: 0 auto 0 auto;
 margin-bottom:50px; background:url(kepek/bg.jpg) center top #000000 no-repeat ; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; behavior: url("csshover.htc");
 }

input, textarea, select {background-color:#EBEBEB; color: #000000; font-size:10px; border:solid 1px #CCCCCC;}
input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus { background-color:#F2F2F2; color: #000000; border:solid 1px #e84f4f;}

#container {width:1000px;margin:0 auto;}

a, a:visited, a:active {color:#818181; text-decoration: none; font-weight: normal;}
a:hover { color:#0E0E0E; text-decoration:none; font-weight: normal;}


				
.keret 				{ width: 1000px; padding: 0; background-color:#FFFFFF; }
.fejlec				{ background-image:url(kepek/fejlec.png); width:1000px; height:150px;}
.fejlecfelett		{  height:30px; width:200px; vertical-align:middle;}
.menu				{ height:32px;}
a.menu:hover		{ color:#FFFFFF; font-size:10px;}
ul, li {
  float: left;
  list-style-type: none;
  background-color:#101010;
  padding: 4px;
  margin: 0px;
  letter-spacing:1px;
}

div#tab1 { margin:0px; height:22px; float:left; background:url(kepek/menu.png) no-repeat left top;  padding-left:55px; padding-top:10px; }
div#tab2 { margin:0px; height:22px; float:left; background:url(kepek/menu.png) no-repeat left top;  padding-left:55px; padding-top:10px; }
div#tab3 { margin:0px; height:22px; float:left; background:url(kepek/menu.png) no-repeat left top;  padding-left:55px; padding-top:10px; }
div#tab4 { margin:0px; height:22px; float:left; background:url(kepek/menu.png) no-repeat left top;  padding-left:55px; padding-top:10px; }
div#tab5 { margin:0px; height:22px; float:left; background:url(kepek/menu.png) no-repeat left top;  padding-left:55px; padding-top:10px; }



ul li:hover {
  background-color:#606060;

}


.title {
  font-size: 8px;
  font-weight:bold;
  text-transform:uppercase;
  height:30px;
  color: #FFFFFF;
  background:url(kepek/contenthead.png) no-repeat;
  padding-left:10px;
}
a.title:visited, a.title:active { color:#FFFFFF;}

.padding			{ padding:5px;}
.padding-right		{ padding-right:5px;}
.padding-left		{ padding-left:5px;}
.padding2px			{ padding:2px;}

.tartalom 		{ vertical-align:top; padding-left:2px; padding-right:2px;}
		.news_title{ font-size:14px;}
		.news_1	{ background-image:url(kepek/news_1.png); background-repeat:repeat-y;}
		.news_2 { background-image:url(kepek/news_2.png); background-repeat:repeat-x;}

.jobbbox		{ width:200px; vertical-align:top;}
		.jobbboxlec	{ background-image:url(kepek/jobbboxlec.png); background-repeat:no-repeat; height:17px; color:#757575; vertical-align:top; font-size:8px; padding-left:5px; font-weight:bold; text-transform:uppercase;}
		.jobbbox_txt{ padding-top:5px;}
		.jobbbox_alja{ padding-bottom:5px;}
		.jobbbox-padding-left { background-image:url(kepek/jobbboxbg.png); background-repeat:no-repeat; padding-left:5px; padding-top:5px; padding-right:5px;}
.balbox			{ width:234px; vertical-align:top;}
		.balbox_txt	{ padding-top:11px;}
		.balboxlec	{ background-image:url(kepek/balboxlec.png); background-repeat:no-repeat; height:30px; color:#757575; vertical-align:top; font-size:8px; padding-left:27px; font-weight:bold; text-transform:uppercase;}
		.utolsotemak { background-image:url(kepek/utsotemak.png); height:230px; vertical-align:top;}
		
.lablecalatt   { background-color:#000000; width:100%; font-size:10px; padding-top:7px; padding-bottom:7px; color:#FFFFFF; font-weight:bold; vertical-align:top;}


/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}
/* SLIDER */
#slider {
    width: 100%; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}



#sliderContent {
    width: 562px ; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	padding:0px;
}
.sliderImage span {
    position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 100%;
    background-color: #ffffff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000000;
    display: none;
}


.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
.ul2 {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}