body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #f5f5f5 url(images/body_bckg.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	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: 15px;
	padding-left: 15px; /* 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. */
}
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;
}


a:link {
	color: #6E6C64;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 870px;
	margin: 0 auto; 
}


.header {
height: 154px;
	background: url(images/header_bckg.jpg) no-repeat;
padding-top: 132px;
}

.sidebar1 {
	float: right;
	width: 200px;
	background: #e0dfdf;
	padding: 0px;
margin: 0px;
}
.content {

	padding: 10px 0;
padding-right: 10px;
	width: 660px;
	float: right;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; 
	margin-bottom: 15px;
}
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 link block properties causing it to fill the whole LI containing it. This causes the entire area to react 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: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #7f7f7f;
	position: relative;
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ miscellaneous float/clear classes ~~ */
.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;
}
#menu {
height: 28px;
}
#gombok {
margin-top: 17px;
}
p {
font-size: 12px; 
padding: 0;
margin: 0px;
}
img {
padding: 0px;
margin: 0;
}
h1 {
font-size: 25px; 
color: #8d6c28;
font-weight: normal; 
padding: 0;
margin: 0px;
}
h2 {
font-size: 18px; 
color: #d5b15a;
font-weight: bold;
padding: 0;
margin: 0px;
 }

.pollvotes, .pollresults {
    max-width:200px;

    padding:3px;
}

.pollvotes h3, .pollresults h3 {
    margin:0px;
margin-bottom: 10px;
    font-size:12px;
    color:#000;
font-weight: normal;
text-align: center; 
font-weight: bold;
}

.pollvotes ul, .pollresults ul {
    padding:0px 0px 0px 0px;
list-style-type: none;
font-size: 11px; }

.easypoll fieldset {
    border:0px;
    margin:0px;
    padding:0px;
}

.easypoll input.pollbutton {
border: none;
margin-top: 10px;
}
#easypollsubmit {
background: url(images/szavazas_btn.jpg);
width: 76px;
height: 20px;
cursor: pointer;
}
#easypollresult {
background: url(images/eredmenyek_btn.jpg);
width: 93px;
height: 20px;
cursor: pointer;
}

.easypoll input:hover {
    background-color:#FFF;
}

.easypoll_bar {
    height:8px;
    background-color:#FFF;
}

.easypoll_inner {
    height:100%;
    background:url('../../templates/modxhost/images/foot_4x82.jpg') repeat-x top left;
    background-color:#618200;
}

.easypoll_error {
font-size: 11px;
    padding:8px;
}
fieldset {
border: none;
}
p.form {
margin: 0px;
margin-top: 5px;

}
label {
padding: 0;
margin: 0px;
}
#cfMessage {
width: 290px;
height: 150px;
}
#cfContact {
margin-top: 10px;
}
#lead h3 {
padding: 0;
margin: 0px;
}
#lead h3 a:link, #lead h3 a:visited {
text-decoration: none;
font-size: 18px;
color: #d5b15a;
font-weight: bold; 
padding: 0;
margin: 0px;
}
p.date {
font-size: 10px; 
margin-top: 5px;

}
#hirek {
margin-left: 10px;
margin-right: 10px;
padding-bottom: 10px;
border-bottom: 1px #000 dotted; 
margin-bottom: 20px;
}
#hirek p {
text-align: justify !important; 
}
a.tovabb:link, a.tovabb:visited {
float: right;
font-weight: bold; }
#hir {
width: 201px;
height: 213px;
float: left;
background: url(images/hir_bckg.jpg) no-repeat;
margin-right: 8px;
margin-top: 8px;
padding-left: 2px;

}
#hir p {
margin: 0px;
padding: 0;
}
hr.main {
border: 0; height: 1px; border-bottom: 1px dotted #393a3a;

} 
#hir img {
margin: 0px;
padding: 0;
padding-left: 8px;
padding-right: 8px;
border: none;
}
#kiskep {
margin: 0px;
padding: 0;
border: none;
}
#lead {

margin: 0px;
margin-left: 5px;
margin-right: 5px;
}
#lead p {
font-weight: normal;
margin: 0px;
margin-top: 3px;
padding: 0;
font-size: 10px;
text-align: left; 
line-height: 1.3em;
}
hr.hirek {
margin: 0px;
padding: 0;
}
h3 {
margin: 0px;
padding: 0px;
}
h3 a:link, h3 a:visited  {
color: #000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
margin: 0px;
padding: 0px;
text-decoration: none;

}
#hir h3 {
height: 30px;
margin-top: 5px;
margin-left: 3px;
margin-right: 20px;
}
.pont {
font-size: 10px;
color: #9d9d9d;
 }
h3.fooldalhir {
margin-bottom: 15px;
}
h3.fooldalhir a:link, h3.fooldalhir a:visited {

font-weight: normal;
font-size: 12px;
}
h3.fooldalhir a:hover {
color: #9d9d9d;
}
h3 {
font-size: 16px;
color: #7d7d7d; 
}
.content img {
margin: 10px;
border: 1px #7d7d7d solid; 
}
.content p {
text-align: justify; 
}
p.aloldalhir {
margin-bottom: 8px;
border-bottom: 1px #464545 dotted; 
margin-left: 10px;
margin-right: 10px;
}
p.aloldalhir a:link, p.aloldalhir a:visited {
text-decoration: none;
}
p.aloldalhir a:hover {
text-decoration: none;
color: #000;
}
#kiskepaloldalon {
float: left;
margin: 0px;
padding: 0;
}
#kiskepaloldalon img {
margin: 0px;
padding: 0;
margin-right: 10px;
}
/* Google Events */

.monthday {
width: 10px;
height: 10px;
padding: 0;
margin: 0px;
color: #646464;
}
table.month {

text-align: center; 
}
.saturday, .sunday {
color: #c31616;
}
.todayevent {
background-color: #cc9f31;
color: #fff ;
}
.dayname {
color: #000;
border-bottom: 1px #fff solid; 
 }
td.dayname {
border-bottom: 1px #fff solid; 
}
#sidebar_googleevents {
  font-size:11px;
padding: 5px;
float: left;
width: 190px;
margin-bottom: 10px;
color: #000;
text-align: center; 
background: #fff;
border-top: 1px #7f7f7f solid;
border-bottom: 1px #7f7f7f solid; }
#sidebar_googleevents table {
border-width: 0px;
	border-style: none;
	border-collapse: separate;
padding: 0;
margin: 0px;
text-align: center;
}
#sidebar_googleevents table tr {
border-width: 0px;
padding: 0;
margin: 0px;
}
#sidebar_googleevents table tr td {
border-width: 0px;
width: 24px;
height: 12px;
padding: 0;
margin: 0px;
}
.monthnavigation {
font-size: 10px; }
td.monthname {
margin-left: -50px;
font-size: 11px; }
.event a:link {
text-decoration: none;
background: #d1ac49;
color: #856f37;
font-weight: bold;
display: block;
}
.event a:visited {
text-decoration: none;
background: #d1ac49;
color: #856f37;
font-weight: bold; }
.event a:hover {
text-decoration: none;
background: #fff;
color: #856f37;
font-weight: bold;
}
#eventlist {
margin-top: 5px;
float: left;
padding-left: 10px;
width: 190px;
margin-bottom: 20px;
color: #646464;
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-decoration: none; 
padding-bottom: 10px;
border-bottom: 1px #7f7f7f solid;
}
#eventlist  hr {
margin: 0px;
margin-top: 2px;
margin-bottom: 2px;
padding: 0;
 border: none;
  background-color: #fff;
  color: #fff;
  height: 1px;
}
#eventlist p {

margin: 3px;
padding: 0;
line-height: 1.3em;
font-size: 12px; }
#eventlist a {
padding: 0;
margin-bottom: 5px;
padding: 0;
color: #000;
text-decoration: none; 
text-indent: +10px;}
#eventlist a:hover {
margin: 0px;
padding: 0;
color: #856f37;
text-decoration: none;
 }
/* Google Events over */
.sidebar1 h3 {
margin-left: 10px;
}
#ditto_pages a:link, #ditto_pages a:visited {
text-decoration: none;
font-size: 12px;
color: #d5b15a;
font-weight: bold; 
padding: 0;
margin: 0px;
}
#ditto_pages p {
text-decoration: none;
font-size: 12px;
}
span.ditto_previous_off ditto_off {
text-decoration: none;
font-size: 12px !important;
}

