.pagination {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #777;
    margin-left:0px;
        }
		
.items_per_page {
	position: absolute; 
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #777;
	background: #E9ECEF;
    margin-left:50px;
	border: solid 1px #999;
    padding: 3px 5px;
	right: 0px;
}


.items_per_page:hover{
	background: #E9ECEF;
}
		
.prev, .next {
	background:#FAB535;

}		
.pagination :hover {
background: #C4CDD7; 
color:#444;
}
	
.prev:hover, .next:hover {
background: #C4CDD7; 
color:#444;
}
        
.pagination a {
	color:#777;    
	text-decoration: none;
	border: solid 1px #999;
	background:#E9ECEF
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 4px 6px;
    margin-right: 5px;
	margin-bottom: 5px;
	background:#E9ECEF;
}

.pagination .current {
    background: #A6B7C6;
    color: #fff;
	border: solid 1px #999;
	font-weight:bold; 
}

.pagination .current.prev, .pagination .current.next{
	color:#aaa;
	border-color:#aaa;
	background:transparent;
	font-weight:normal; 
}

#Searchresult {
background:transparent;
color: #666;
list-style:none;
font-family: Tahoma;
font-size: 13px;
margin-left:0px;
margin-right:0px;
}


#kereses_rendezes{
position:relative;
font-family: tahoma, verdana, arial, sans-serif;
text-align:right;
color: #666;
list-style:none;
font-family: Tahoma;
font-size: 11px;
border: solid 0px #999;
}

#rendezes{
position:absolute;
left:0px; top:5px;
font-size: 11px;

}

#kereses{
position:relative;
right:0px;
font-size: 11px;



}

#cim_vs_szoveg{
color: #777;
background: #E9ECEF;
border: solid 1px #999;
width: 65px;
height:100%;
height:22px;
font-size: 11px;
}

#keres{
position:relative;
color: #777;
background: transparent;
border: solid 0px #999;
left:-10px;
top:6px;
height:20px;
font-size: 11px;
}

#keres:hover{
cursor:pointer;
background: transparent;
color:#fff;
}
#keres_text {
position:relative;
width:120px;
left:-5px;
height:16px;
font-size: 11px;
}

#info {

font-size: 11px;
}

#vissza {
background: #C4CDD7; 
color:#444;
border: solid 1px #999;
padding:1px 3px;
height:22px;
font-size: 11px;
font-weight:normal; 
cursor:pointer; 

}

#vissza :hover{
color: #fff;
background: #A8CC5C;
cursor:pointer; 
}


.datum {
font-size: 11px;
}

.cim {
font-size: 16px;
font-weight:bold;
color: #666666;

}

.szoveg {
text-align: justify;
display: inline-block;
}

.elvalaszto  {

}


a:link {color: #609AE1;}
a:active {color:#94C747; }
a:visited {color:#609AE1; }
a:hover {color:#94C747; }


/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/
input[type=radio] {
    display:none; 
    margin:10px;
}
 
/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/
input[type=radio] + label {
    display:inline-block;
    margin-left:-5px;
    padding: 2px 6px;
background: #E9ECEF;
border: solid 1px #999;
height:16px;
	cursor:pointer; 

}
/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/
input[type=radio]:checked + label { 
   background-image: none;
background: #C4CDD7; 
color:#444;
font-weight:normal; 
border: solid 1px #999;
}

.lapp{
position:relative;
right:0px;
}