body {
        font: 80%/1.7 Verdana, Arial, Helvetica, sans-serif;
        background: #FEF4D6;
        margin: 0;
        padding: 0;
        color: #000;
}

ul, ol, dl { 
        padding: 0;
        margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;   /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 10px;
        padding-left: 10px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h5.title {

font: bold 150%/1.3 Arial, Helvetica, Verdana, sans-serif;
font-style: italic;
color: #336633;
width: 168px;
padding-left: 22px;
padding-top: 28px;
float: left;

}

.iframe { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
		padding-top: 10px;
        padding-left: 6px;
}

.iframe-arlista { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
		padding-top: 5px;
        padding-left: 0px;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	padding-top: 6px;
        padding-left: 4px;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
        color: #0B16F9;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
        color: #0B16F9;
        text-decoration: underline;
                
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
                color: #FF0000;
}

.felsolink {padding:5px;}

.felsolink:hover {
	background-color:#788830;
	color:#FFFFFF;
}

.hirdetes:link {
        color: #D50000;
        text-decoration: underline;
                
}

.hirdetes:hover {
        color: #D50000;
        text-decoration: none;
                
}

.hirdetes:visited {
        color: #D50000;
        text-decoration: underline;
                
}

/* ~~ This fixed width container surrounds all other divs ~~ */
body {
        font: 75%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background: #f5f5f5;
        margin: 0;
        padding: 0;
        color: #000;
}

.container {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.header {
        background: #FFFFFF;
		padding-top: 8px;
}


.sidebar1 {
	float: left;
	position: relative;
	width: 185px;
	background: #FFFFFF;
	padding-bottom: 4px;
}

.sidebar4 {
        float: left;
        
        background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #336633;
	margin:5px;
    
}

.sidebarvasarlas {
	float: left;
	position: relative;
	background: #FEF4D6;
	border-radius: 8px;
	border: 1px solid #336633;
	padding-bottom: 4px;
	margin:4px;
	width: 175px;
}

.content {
        background: #FFFFFF;
        padding: 6px 0;
        width: 425px;
        float: left;
}

.sidebar_reklam {
		float: left;
		width: 340px;
		padding-top: 20px;
        padding: 0;
}

.menufelso {
        float: center;
        width: 830px;
        background: #FFFFFF;
        padding-bottom: 8px;
        margin: 18px;
		margin-left:30px;
}

.googlkeres {
        float: right;
        position: relative;
        width: 230px;
        height: 30px;
    	right: 55px;
        background: #FFFFFF;
        padding-right: 10px;
        padding-top: 5px;
}
.table-kozep {
    width: 340px;
	margin: 0px auto;
	border-collapse: collapse;
 }

.rowa {
	background: #ffffff;
	height: 20px;
	vertical-align: top;
}

.footer-aruhaztabla { 
        width: 950px; 
        background-color: #FEF4D6; 
        height: 60px; 
		margin: auto;
}

.header-hirdetes { 
        
		background: #FEF4D6;
		 border-radius: 8px;
	border: 1px solid #336633;
}
.header-vasarlas { 
        
		background-color: #FFFFFF; 
		border-radius: 8px;
	border: 1px solid #336633;
}
.hirdetestabla { 
        
		background-color: #FFFF99; 
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
        padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
        list-style: none; /* this removes the list marker */
        border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
        margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
        border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
        width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
        text-decoration: none;
        background: #FFFFFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
        background: #ADB96E;
        color: #FFF;
}

.footer {
        
		padding: 10px 0;
        background: #FEF4D6;
        position: relative;
        clear: both; 
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}
#arrowUp {position:fixed;height:auto;width:auto;right:20px;top:20px;} .breadcrumb{border-bottom:2px solid #e6e6e6;background-color:#ececec;}.breadcrumb p{max-width:940px;margin:0 auto;padding:1em 2em;color:#999;font-size:0.846em;}.breadcrumb p a{display:inline-block;margin-right:5px;padding-right:14px;background:url('data:image/png;base64,R0lGODlhBAAHAIABAJmZmf///yH5BAEAAAEALAAAAAAEAAcAAAIHRB6GeuqNCgA7') 100% 50% no-repeat;color:#3f3f3f;}.breadcrumb p a:hover{color:#999;}.breadcrumb2{border-bottom:1px solid #e6e6e6;background-color:#ececec;}.breadcrumb2 p{max-width:940px;margin:0 auto;padding:1em 0;color:#999;font-size:0.866em;}.breadcrumb2 p span a span{display:inline-block;margin-right:5px;padding-right:12px;background:url('data:image/png;base64,R0lGODlhBAAHAIABAJmZmf///yH5BAEAAAEALAAAAAAEAAcAAAIHRB6GeuqNCgA7') 100% 50% no-repeat;color:#3f3f3f;}.breadcrumb2 p span a span:hover{color:#999;}.breadcrumb2 p a{background-image:url(images/bcrumb-arrow@2x.gif);background-size:4px 7px;}.breadcrumb3{background-color:#f5f5f5;color:#777;font-size:14px;margin:5px 5px 0px;padding:8px;}
