body {
	font-size: 62.5%;
	font-family: Tahoma, Arial, sans-serif;
	background: #FFD89D;
	margin: 0; padding: 0;
}

p {
	font-size: 1.2em;
}

a img { border: none; }

#wrap {
	width: 950px;
	margin: 0 auto;
	background: #FFD89D url('images/cms/bg.png') center repeat-y;
	/*border: 1px solid red;*/
}

#main_wrap {
	width: 950px;
}

#header {
	background: url('images/cms/fejlec2.jpg') center no-repeat;
	width: 930px;
	height: 273px;
	height: 201px;
	margin: 0 auto;
	position: relative;
	
}

#left_bar {
	float: left;
	width: 200px;
	margin-left: 10px;
}

#content {
	float: left;
	width: 522px;
	padding-bottom: 15px;
	padding-top: 0;
}

#right_bar {
	float: left;
	width: 210px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/*** FEJLÉC ***/

#header h1, #header h1 a, #header h1 a:active, #header h1 a:hover, #header h1 a:visited {
	position: absolute;
	top: 10px;
	right: 65px;
	font-family: Arial;
	color: #006600;
	text-align: right;
}

#header h2 {
	position: absolute;
	top: 45px;
	right: 65px;
	font-family: Arial;
	font-size: 1.2em;
	font-weight: normal;
	color: #006600;
	text-align: right;
}

#headintro {
	width: 340px;
	height: 80px;
	position: absolute;
	left: 30px;
	bottom: 10px;
	font-size: 1.2em;
}

#headintro a, #headintro a:active, #headintro a:hover,
#headintro a:visited { color:#FF9900; }

#headbanner {
	width: 468px;
	height: 60px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	background: blue;
}

#main_nav {
	position: absolute;
	top: 115px;
	right: 20px;
}

#main_nav ul li {
	list-style: none;
	display: inline;
	font-size: 1.4em;
	font-family: Arial, sans-serif;
	font-weight: bold;
border-right: 1px solid #fff;
}

#main_nav ul li a {
	color: #fff;
	text-decoration: none;
	/*margin-left: 5px;*/
padding-left: 10px;
padding-right: 10px;

text-shadow: 1px 1px #000;
}

#main_nav ul .last { border-right: none; }

#pagenav  {
	height: 15px;
	width: 915px;
	margin: 0 auto;
	padding-left: 15px;
	background: #006600;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}

#pagenav a, #pagenav a:active, #pagenav a:visited {
  color: #FFA858; text-decoration: none; font-weight: normal;

}

#pagenav a:hover { text-decoration: underline; }

/*** TARTALOM ***/

#content p {
	margin: 5px 20px 10px 20px;
	line-height: 1.3em;
	color: #666;
	font-size: 1.2em;
}

#content a {
	
}

#content h1 {
    background: url(images/cms/h1-bg.jpg) repeat-x;
    width: 491px;
		height: 24px;
    font-family: verdana;
    font-size: 15px;
    font-weight: bold;    
		color: #006600;
		margin-top: 0px;
		margin-left: 12px;
		padding-left: 15px;
		padding-top: 5px;
}

#content h2 {
    background-image: url(images/cms/h2-bg.jpg);
    background-repeat: repeat-x;
    height: 21px;
    width: 491px;
    font-family: verdana;
    font-size: 13px;
    color: #FFF;
		margin: 0;
		margin-left: 12px;
    padding-top: 4px;
    padding-left: 15px;
}

#content h2 a, #content h2 a:active, #content h2 a:hover, #content h2 a:visited {
  text-decoration: none;
}

#content h3 {
    background-image: url(images/cms/h3-bg.jpg);
    background-repeat: repeat-x;
    height: 34px;
    width: 491px;
    font-family: verdana;
    font-size: 16px;
    color: #006600;
    margin: 0;
    margin-left: 12px;
    padding-top: 4px;
    padding-left: 15px;
    font-weight: bold;
}

#content h3 a, #content h3 a:active, #content h3 a:hover, #content h3 a:visited {
  color: #006600;
  text-decoration: none;
}


#content h3 span {
    font-size: 10px;
    color: #999999;
    font-family: verdana;
    font-weight: normal;
}

#content .date {
  color: #ccc;
  font-size: 1.1em;
}


#content .banner468 {
	width:468px;
	height:60px;
	margin: 10px auto;
	background: green;
}

/* A tartalomban lévő képekhez
#content img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
*/

#content a {
	color: #f90;
}


#left_bar h3, #right_bar h3 {
	background: url('images/cms/doboz-fej-bal.jpg') no-repeat;
	margin: 0 auto;
	padding: 10px;
	/*height: 18px;*/
	width: 210px;
	color: #fff;
	font-size: 1.5em;
	font-family: Arial, sans-serif;
text-shadow: 1px 1px #000;
}

#right_bar h3 {
	background: url('images/cms/doboz-fej-jobb.jpg') no-repeat;
}

#left_bar p {
	margin: 5px 10px 0 20px;
}

#left_bar ul li, #right_bar ul li {
	list-style: none;
	font-size: 1.4em;
}

#left_bar ul li a, #right_bar ul li a {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

#left_bar a, #right_bar a { color: #FF9900; }

#left_bar a img, #right_bar a img {
	text-align:center;
}

.banner468 {
	width: 468px;
	height: 60px;
	border: none;
}

/*** LÁBLÉC ***/



#footer {
	margin: 0;
	width: 950px;
	height: 110px;
	display: block;
	clear:both;
	padding-top:5px;
	padding-bottom: 10px;
	background: url('images/cms/bg-footer-dark.jpg') top repeat-y;
	position: relative;
	text-align: center;
	
}



#footer_top {
	background: #FFD89D url('images/cms/bg-footer-top.jpg') repeat-y;
display: block;
	height: 62px;
}

#footer_top ul {
	padding-top: 30px;
	text-align: center;
}

#footer_top ul li {
	list-style: none;
	display: inline;
	font-size: 1.4em;
	font-family: Arial, sans-serif;
	font-weight: bold;
      border-right: 1px solid #f90;
}

#footer_top ul li a, #footer_top ul li a:visited, #footer_top ul li a:active { color: #f90; text-decoration: none;
	
padding-left: 10px;
padding-right: 10px;

}

#footer_top ul li a:hover { text-decoration: underline; }

#footer_top ul .last { border-right: none; }

.footer_bottom {
	background: url('images/cms/lablec_alja.jpg') no-repeat;
	width: 950px;
	height: 20px;
	position: absolute;
	bottom: 0;
}

.copyright {
	font-size: 1.2em;
	color: #006600;
	margin-top: 15px;
	margin-bottom: 15px;
}

#egyebek {
	margin: 0 15px;
	text-align: center;
}

#egyebek li {
	display: inline;
	list-style: none;
	line-height: 1.8em;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #f90;
}

#egyebek .last { border-right: none; }

#egyebek li a, #egyebek li a:visited, #egyebek li a:active {
  color: #f90; text-decoration: none;
}

#egyebek li a:hover {
  color: color: #f90; text-decoration: underline;
}

.floatleft {
	float: left;
	margin: 0;
	margin-left: 2px;
	margin-right: 1px;
	margin-bottom: 5px;
}

.clear {
	clear:both;
}

.kep {
	float: left;
	margin-left: 1px;
	width: 167px;
	font-size: 1.2em;
	text-align: center;
}

.kepsor {
	margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 505px;
	clear: both;
}

.oldalkep {
	margin-left: 1px;
	margin: 5px auto 10px;
	text-align: center;
	width: 167px;
	clear:both;
}

/**** SZAVAZÁS ŰRLAP ***/

.polloption { 
display: block;
clear: both;
}

.polllabel { 
float: right; 
width:80%; 
margin-left: 5px;
/*border: 1px solid red;*/ 

}

.pollinput { 
float: left; 
margin-left: 20px,
width:10%; 
/*border: 1px solid red; */
}