/* CSS Document */
/* general stuff */

body{	
	text-align: center;
	background: #000;
}

* {
	margin: 0px;
	padding: 0px; /* mindent kinullazunk */
	font-family: Arial, Helvetica, sans-serif; /* beallitjuk az oldalon a font keszletet */
	font-size: 12px; /* a kulon nem meghatarozott fontok merete */
}



input, select, textarea{
	background: #E7E7E9;
	border: 1px solid #C2C2C4;
	color: #414143;
}


/* az egesz befoglalo div */
#wholeStuff {
	background: #000;
	width: 990px;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#head{
	width: 870px;
	height: 100px;
	text-align: left;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}



#head .logo{
	margin-top: 20px;
	width: 270px;
	height: 50px;
	float: left;
}

#head .searchBox{
	background-image: url("../designImages/keresodoboz.gif");
	margin-top: 20px;
	margin-left: 10px;
	width: 242px;
	height: 58px;
	float: left;
}

#head .yellowTitle{
	color: #FA9404;
	font-size: 11px;
}

#head .headText{
	background: url("../designImages/textjobbfelso.gif") no-repeat;
	margin-top: 20px;
	margin-left: 10px;
	padding-top: 22px;
	font-size: 18px;
	text-align: left;
	text-indent: 3px;
	width: 300px;
	height: 60px;
	color: #fff;
	float: left;
	overflow: hidden;
}

/* Top menü */

#menubar_top{
	height:21px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#menubar_top ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
}

#menubar_top li{
	display: inline;
}



#menubar_top .bulletie{	
		
}



#menubar_top .bulletie a{
    color:#fff;
}


#menubar_top .bulletie a.link{	
    color:#fff;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}

#menubar_top .bulletie a:active{
	text-decoration:none;
}

#menubar_top .bulletie a:visited{
	text-decoration:none;
}

#menubar_top .bulletie a:hover{
	text-decoration:none;
	color:#fff;
}


/* mainColumn - kozepso oszlop */
#mainColumn {
	margin-left: auto;
	margin-right: auto;
width: 990px;

background: #000;
}

img{
border: none;
}

#advertsHome .displayImage {
width: 115px;
height: 175px;
overflow: hidden;
display: block;
}

#advertsHome .advert {
width: 115px;
overflow: hidden;
display: inline-table;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 50px;
vertical-align: text-top;
}

#advertsHome .descr{
	list-style-type: none;
	margin-top: 5px;
	color: #fff;
	text-align: left;
}

#advertsHome .descr li{
	font-size: 11px;
}

#advertsHome .displayData{
	text-align: left;
}




/* pager */

.pager {
padding: 10px;
width: 200px;
margin-left: auto;
margin-right: auto;
}



.pager ul li{
display:block;
float:left;
width: 30px;

}



.pager ul li a{

display: block;

text-align:center;

width: 25px;

height: 20px; /* a height es a fuggoleges padding osszege = a width-el ha negyzetet akarunk */

padding: 5px 0 5px 0;

border: 1px solid #999;

background-color: #FF2501;

}



.pager ul li a:hover{

background-color:#eee; /* lapozo elemek hatterszine hoverkor - bg kep is lehet */

}



.pager ul li.actualPage { /* aktualis oldal li eleme, nem kattinthato */

display: block;

text-align:center;

width: 25px;

height: 20px; /* a height es a fuggoleges padding osszege = a width-el ha negyzetet akarunk */

padding: 5px 0 0 0;

border: 1px solid #000;

background-color: #000;

color: white;



}

#footer{
width: 700px;
margin-left: auto;
margin-right: auto;
}

#footer li{
list-style-type: none;
display: inline;
}

.fg-url{
	color: #FC0000;
	margin: 10px;
}

.fg-url a{
	color: #00ff24;
	
}

