/* 
	Theme Name: Corporate
	Theme URL: http://www.studiopress.com/themes/corporate
	Description: Corporate is a 2-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 2.0
	Tags: two columns, fixed width, black, white, gray, blue, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #c6b18c;
	width: 980px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;

	}
	
#wrap {
	background: #FFFFFF url(images/wrap.gif);
	width: 980px;
	margin: 0px auto 0px;
	padding: 0px;

	}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
c img {
	border: none;
	color: #FFFFFF;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	}
	
c:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Top     									*
************************************************/

#top {
	background: #FFFFFF url(images/top.gif);
	width: 980px;
	height: 15px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #46300a url(images/header3.png);
	width: 960px;
	height: 195px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;

	border-radius: 3px;

	}

#header h1, #header h4 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited, #header h4 a, #header h4 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover, #header h4 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}


.wordtube {
	
	margin: 10px;
	float: center;
	padding: 10px 10px 10px 10px;
	border: 0px solid #412900;	
	text-align:center;
	}




.headerleft {
	width: 640px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.headertext {
	margin: 0px;
	padding: 20px 0px 0px 10px;
	}

.headerleft p {
	color: #C0C0C0;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
.headerright {
	width: 300px;
	float: right;
	margin: 0px;
	padding: 88px 10px 0px 0px;
	text-align: right;
	}
	
.headerright p {
	margin: 0px;
	padding: 0px;
	}
	
.headerright a, .headerright a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.headerright a:hover {
	color: #c6b18c;
	text-decoration: underline;
	}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #412900 url(images/navbar.gif);
	width: 960px;
	height: 35px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
.navbarleft {
	width: 670px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.navbarright {
	width: 270px;
	float: right;
	margin: 0px;
	padding: 9px 20px 0px 0px;
	text-align: right;
	}
	
.navbarright a, .navbarright a:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
	
.navbarright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	display: block;
	font-weight: bold;
    margin: 0px;
	padding: 9px 15px 10px 15px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	border-right: 1px solid #412900;
	}

#nav li a:hover, #nav li a:active {
	background: #412900 url(images/navhov.gif);
	color: #FFFFFF;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 200px;
	background: #7f6841;
	color: #FFFFFF;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #412900;
	border-left: 1px solid #412900;
	border-right: 1px solid #412900;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #412900;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 150px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 221px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background: #412900 url(images/navhov.gif);
	color: #FFFFFF;
	}
	
.rsslink {
	margin: 0px 0px 0px 10px;
	padding: 3px 0px 3px 16px;
	background: url(images/rss.png) no-repeat left center;
	}	

/************************************************
*	Homepage 					            	* 
************************************************/

#homepage {
	width: 940px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}	
	
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}
	
#homepage a, #homepage a:visited {
	color: #e3780f;
	text-decoration: none;
	}
	
#homepage a:hover {
	color: #e3780f;
	text-decoration: underline;
	}
	
#homepage embed, #homepage object {
	width: 280px; 
	height: 235px;
	margin: 0px; 
	padding: 0px;
	}


	
#homepage .widget {

	}



#homepage .cgattegno {

	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 0px solid #412900;
	text-align: center;
	}

#homepage .widget_text {

	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 0px solid #412900;
	text-align: center;
	}

#homepage .widget_recent_comments {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #412900;
	text-align: center;
	}


#homepage .wpg2_widget_sidebargridblock_display {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #412900;
	text-align: center;
	}


#homepage .widget_recent_entries {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #412900;
	text-align: center;
	}

#homepage .facebookwidget {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border: 1px solid #412900;
	text-align: center;
	}




.homepageiframeleft {

	background: #F7F7F7;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #412900;
	text-align: center;
	}

#homepage ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul li {
	
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#homepage ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul li li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 3px 9px 3px 9px;
	padding: 0px 0px 0px 18px;
	}
/*alsó vindget felsorolás*/	
#homepage ul li ul li {
	text-align: left;
	background: url(images/icon.gif) no-repeat top left;
	margin: 3px 9px 3px 9px;
	padding: 0px 0px 0px 18px;
	}
	
#homepage ul li a, #homepage ul li a:visited {
	color: #222222;
	text-decoration: none;
	}
	
#homepage ul li a:hover {
	color: #e3780f;
	text-decoration: underline;
	}
	
.homepageleft {
	float: left;
	width: 630px;
	margin: 0px;
	padding: 0px;
	}
	
.homepageleft h4 {
	background: #000000 url(images/wflec.gif);
	font-weight: bold;
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	color: #412900;
	font-size: 12px;
	border: 0px solid #412900;
	border-bottom: 1px solid #412900; 
	padding: 0.2em 0.6em 0.2em 0.6em;
	margin: 0em 0em 0em 0em;

	}
	
.homepageright {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	}
	
.homepageright h4 {
	background: #000000 url(images/wflec.gif);
	font-weight: bold;
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	color: #412900;
	font-size: 12px;
	border: 0px solid #412900;
	border-bottom: 1px solid #412900; 
	padding: 0.2em 0.6em 0.2em 0.6em;
	margin: 0em 0em 0em 0em;
	}
	
.homepageright h5 {
	background: #000000 url(images/wflec.gif);
	font-weight: bold;
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	color: #412900;
	font-size: 12px;
	border: 0px solid #412900;
	border-bottom: 1px solid #412900; 
	padding: 0.2em 0.6em 0.2em 0.6em;
	margin: 0em 0em 0em 0em;
	}
	
#fcg {
	background: #eae4d9;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 0px solid #E6E6E6;
	text-align: center;
	}
	
#fcg h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 5px;
	}
	
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}
	
#homepagebottom {
	float: left;
	width: 630px;
	margin: 0px;
	padding: 0px;
	}
	
#homepagebottom p {
	margin: 0px;
	padding: 0px;
	}
	
#homepagebottom img, #homepagebottom img a, #homepagebottom img a:visited {
	float: left;
	padding: 0px 10px 0px 0px;
	border:none;
	}
	
#homepagebottom h1 {
	color: #222222;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	}
	
#homepagebottom h1 a, #homepagebottom h1 a:visited {
	color: #222222;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border: none;
	}

#homepagebottom h1 a:hover{
	color: #e3780f;
	text-decoration: none;
	border: none;
	}

.section {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #E6E6E6;
	}

.hpbottomleft {
	float: left;
	width: 310px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}

.hpbottomright {
	float: right;
	width: 310px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 20px;

	}
	
#contentleft {
	float: left;
	width: 640px;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	}

#contentwide {
	float: left;
	width: 920px;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	}
	
#contentwide a, #contentwide a:visited {
	color: #e3780f;
	text-decoration: none;
	}
	
#contentleft a:hover {
	color: #e3780f;
	text-decoration: underline;
	}

#contentleft a, #contentwide a:visited {
	color: #e3780f;
	text-decoration: none;
	}
	
#contentwide a:hover {
	color: #e3780f;
	text-decoration: underline;
	}

#contentleft h1, #contentwide h1 {
	color: #222222;
	font-size: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 2px solid #46300a;
	}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #222222;
	font-size: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	line-height: 22px;
	border: none;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #e3780f;
	text-decoration: underline;
	border: none;
	}
	
#contentleft h2, #contentwide h2 {
	color: #222222;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 18px;
	border-bottom: 1px dotted #46300a;
	}
	
#contentleft h3, #contentwide h3 {
	color: #222222;
	font-size: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 1px solid #46300a;
	}
	
#contentleft h4, #contentwide h4 {
	color: #222222;
	font-size: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 1px solid #46300a;
	}

#contentleft h5, #contentwide h5 {
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 18px;
	border-bottom: 1px dotted #46300a;
	}

#contentleft h6, #contentwide h6 {
	color: #222222;
	font-size: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 30px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 18px;
	border-bottom: 1px dotted #46300a;
	}

#contentleft h7, #contentwide h7 {
	color: #222222;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 30px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 18px;
	border-bottom: 1px dotted #46300a;
	}

#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
.post {
	margin: 0px 0px 80px 0px;
	padding: 0px;
	}
	
.post p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.post a, .post a:visited, .postcomments a, .postcomments a:visited, .navlink a, .navlink a:visited {
	color: #e3780f;
	text-decoration: none;
	}
	
.post a:hover, .postcomments a:hover, .navlink a:hover {
	color: #e3780f;
	text-decoration: underline;
	}

.post {
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	border: 0px solid #46300a;
	margin: 10px 25px 10px 10px;
	padding: 0px 0px 20px 0px;
	}


.post ul li {

	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}

.postszoros ul li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}

.postkeret {
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	border: 1px solid #46300a;
	margin: 10px 5px 5px 5px;
	padding: 10px 25px 0px 10px;
	}


.fontosinfokeret {
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	border: 0px solid #46300a;
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

.postcomments a, .post a:visited, .postcomments a, .postcomments a:visited, .navlink a, .navlink a:visited {
	color: #e3780f;
	text-decoration: none;
	}
	
.postcomments a:hover, .postcomments a:hover, .navlink a:hover {
	color: #e3780f;
	text-decoration: underline;
	}


.postcomments {
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	border: 0px solid #46300a;
	margin: 10px 5px 5px 5px;
	padding: 10px 0px 20px 0px;
	}


.postcomments ul li {

	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}

.imageElement { 
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	border: 2px solid #46300a;
	margin: 10px 45px 15px 25px;
	padding: 10px 25px 0px 10px;
}

.st-tag-cloud {
	background: #F7F7F7;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	text-align: center;
	}


.postszoros ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 10px 0px 0px 0px;
	}

.postszoros {
	margin: 10px 5px 10px 5px;
	padding: 5px 5px 5px 5px;
    border-top: 0px dotted #907f61;
    border-right: 0px dotted #907f61;
    border-left: 0px dotted #907f61;
    border-bottom: 0px dotted #333300;
    line-height: 15px;
	text-align: justify;
	font-size: 11px;
	}
	
.posttelephelykepzesindulpagetanevcim {
	margin: 10px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
    border-top: 1px dotted #907f61;
    border-right: 0px dotted #907f61;
    border-left: 0px dotted #907f61;
    border-bottom: 1px dotted #333300;
	text-align: normal;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	}

.posttelephelykepzesindulpagetanevcimalso {
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
    border-top: 1px dotted #907f61;
    border-right: 0px dotted #907f61;
    border-left: 0px dotted #907f61;
    border-bottom: 1px dotted #333300;
	text-align: normal;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	}

.posttelephelykepzesindulpage {
	margin: 10px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
    border-top: 0px dotted #907f61;
    border-right: 0px dotted #907f61;
    border-left: 0px dotted #907f61;
    border-bottom: 0px dotted #333300;
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
	text-transform: normal;
	}

.postszoroskepzesindulpage {
	margin: 5px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
    border-top: 0px dotted #907f61;
    border-right: 0px dotted #907f61;
    border-left: 0px dotted #907f61;
    border-bottom: 1px dotted #333300;
	text-align: justify;
	font-size: 12px;
	}

.postszorosalahuz {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
    border-top: 0px dotted #907f61;
    border-right: 0px dotted #907f61;
    border-left: 0px dotted #907f61;
    border-bottom: 1px dotted #333300;
    line-height: 15px;
	text-align: justify;
	}

.postszoroswidget {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	line-height: 15px;
	text-align: justify;
	}

.postszoroswidgetkepzeslista {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	line-height: 15px;
	text-align: justify;
	}

	
.postszoroswidgetalahuz {
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
    border-top: 0px dotted #907f61;
    border-right: 0px dotted #907f61;
    border-left: 0px dotted #907f61;
    border-bottom: 1px dotted #333300;
	}

.postszoroswidgetalahuzfelso {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
    border-top: 0px dotted #907f61;
    border-right: 0px dotted #907f61;
    border-left: 0px dotted #907f61;
    border-bottom: 1px dotted #333300;
	}

.postszoroswidgetvideo {
	background: #c6b18c;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	}

.postszoroskereses {
	background: #F7F7F7;
	border: 1px dotted #46300a;
	margin: 10px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	}

.postszoroskereses ul {
	list-style-type: none;
	margin:  10px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	}

.postszoroskereses ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

.postszoroskereses p {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}


.post ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.post ul li {
	background: url(images/arrow2old.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.post ul ul li {
	background: url(images/arrow2old.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postmeta {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-top: 2px solid #46300a;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox {
	background: #F7F7F7;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
.authorbox p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox img {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #46300a;
	}
	
blockquote {
	background: #F7F7F7;
	border: 1px solid #beab88;
	margin: 10px 5px 5px 5px;
	padding: 5px 10px 5px 10px;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;

	}
	
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 295px;
	margin: 0px;
	padding: 20px 20px 20px 0px;
	}
	
.clear {
	clear: both;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	border: 1px solid #412900;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	 border: 10px solid white;
  -webkit-box-shadow: 0 3px 10px #ccc;
  -moz-box-shadow: 0 3px 10px #ccc;
  box-shadow: 0 3px 10px #ccc;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 1s ease;
  -o-transition:all 1s ease-in;
  position: relative;

	}

.alignright {
	border: 1px solid #412900;
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	border: 1px solid #412900;
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F5F5F5;
	padding: 4px 0px 5px 0px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
#sidebarwidgeted {
	margin: 2px
	padding: 2px;

	}


#wp-tag-cloud {
list-style-position: inside;
	padding: 10px;
	font-size: 11px;
	}
	
#sidebar {
	float: right;
	width: 290px;
	margin: 0px 10px 0px 0px;
	padding: 0px;

	}



#sidebar .widget  {
	background: #F7F7F7;
	margin: 0px 0px 10px 20px;
	padding: 0px;
	border: 1px solid #412900;
	}
	
#sidebar h4 {


	background: #000000 url(images/wflec.gif);
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	color: #412900;
	font-size: 12px;
	border: 0px solid #412900;
	border-bottom: 0px solid #412900;
	border-top: 0px solid #412900;
	padding: 0.2em 0.6em 0.2em 0.6em;
	margin: 0em 0em 0em 0em;


	}

#sidebar h5 {
	background: #c6b18c;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	color: #412900;
	font-size: 12px;
	border: 0px solid #412900;
	border-top: 1px solid #412900;
	border-bottom: 1px solid #412900; 
	padding: 0.2em 0.6em 0.2em 0.6em;
	margin: 0em 0em 0em 0em;
	}

#sidebar h6 {
	background: #c6b18c;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	color: #412900;
	font-size: 12px;
	border: 0px solid #412900;
	border-top: 0px solid #412900;
	border-bottom: 1px solid #412900; 
	padding: 0.2em 0.6em 0.2em 0.6em;
	margin: 0em 0em 0em 0em;
	}
	
#sidebar a, #sidebar a:visited {
	color: #222222;
	text-decoration: none;
	}
	
#sidebar a:hover{
	color: #e3780f;
	text-decoration: none;
	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 3px 9px 3px 9px;
	padding: 0px 0px 0px 18px;
	}

#sidebar ul li ul li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 3px 9px 3px 9px;
	padding: 0px 0px 0px 18px;
	}
	
#sidebar .video embed, #sidebar .video object {
	width: 250px; 
	height: 205px;
	margin: 0px; 
	padding: 0px;
	}
	
.textwidget {

	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}
	
.postform {
	background: #F5F5F5;
	width: 235px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 0px;
	}
	
.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	background: #46300a;
	height: 34px;
	width: 960px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#footer p {
	color: #FFFFFF;
	margin: 0px;	
	padding: 0px;
	}
	
#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.footerleft {
	width: 650px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-weight: bold;
	}
	
.footerright {
	width: 230px;
	float: right;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	text-align: right;
	}





/************************************************
*	Bottom  									*
************************************************/

#bottom {
	background: #FFFFFF url(images/bottom.gif);
	width: 980px;
	height: 15px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
/************************************************
*	Search Form									*
************************************************/

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #FFFFFF !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(images/homelink.png);
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 0px 0px 0px 0px;
	}
	
#searchformheader {
	margin: 0px;
	padding: 0px;
	}
	
#searchbox {
	background: #F7F7F7 !important;
	width: 210px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 3px 0px 0px;

	border: 1px solid #412900;
	text-align: left;

	}
	
#searchbutton {
	background: #000000 url(images/navbar.gif);
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	border: 1px solid #222222;
	}
	
#s {
	background: #FFFFFF;
	width: 175px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	}
	
#submit {
	background: #000000 url(images/navbar.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
#author, #email, #url {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}


/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #412900;
	}


.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	border: 1px solid #412900;
	}


#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	border: 1px solid #412900;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	


.commentlist {

	}
	
.commentlist ol {

	}

.commentlist li {
	margin: 15px 0px 10px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -1px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #eae4d9;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
.reply a:hover {
	background: #46300a;
	color: #FFFFFF;
	text-decoration: underline;
	border: 1px solid #333333;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	




	


.comment-body {
	border: 1px dotted #907f61;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	}


/*comment byuser comment-author-admin bypostauthor even thread-even depth-1*/
.even {
		border: 0px solid #000000;
		margin: 10px 10px 10px 10px;
		padding: 10px 10px 30px 10px;
	}
.thread-even {
		background: #ebe8e4;
	}

/*comment odd alt thread-odd thread-alt depth-1*/


.odd {
	}

.alt {
		border: 0px solid #dacfbf;
		margin: 10px 10px 10px 10px;
		padding: 10px 10px 30px 10px;
	}

	
.thread-alt {
		background: #FFFFFF;
	}	


.depth-1 {
	border: 2px solid #dacfbf;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 30px 10px;
	}


.depth-2 {
	border: 0px solid #000000;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 30px 10px;
	}

table.munkatagozat   {
	background: #FFFFFF;
    border-top: 1px dotted #907f61;
    border-right: 1px dotted #907f61;
    border-left: 1px dotted #907f61;
    border-bottom: 1px dotted #333300;
    width: 100%;
    vertical-align: text-top;
    margin: 10px 0px 10px 0px;
}

	
table.munkafelso   {
    border-top: 1px dotted #907f61;
    border-right: 1px dotted #907f61;
    border-left: 1px dotted #907f61;
    border-bottom: 1px dotted #333300;
    width: 100%;
    vertical-align: text-top;
}
	
table.munkaalso   {
    border-right: 1px dotted #907f61;
    border-left: 1px dotted #907f61;
    border-bottom: 1px dotted #333300;
    width: 100%;
    vertical-align: text-top;
}
table.munkakozepso   {

    border-top: 1px dotted #907f61;
    border-right: 0px dotted #907f61;
    border-left: 0px dotted907f61;
    border-bottom: 1px dotted #907f61;
    width: 100%;
    vertical-align: text-top;
    color:#FFFFFF;
}
table.munka   {

    border-top: 0px solid #999933;
    border-right: 0px solid #353500;
    border-left: 0px solid #353500;
    border-bottom: 0px solid #999933;
    width: 100%;
    vertical-align: text-top;
}

table.cimlapkepzesek   {
	background: #FFFFFF;
    border-top: 1px solid #907f61;
    border-right: 1px solid #907f61;
    border-left: 1px solid #907f61;
    border-bottom: 1px solid #333300;
    width: 630px;
    vertical-align: text-top;
}

tr.cimlapkepzesek  {
    border-top: 0px solid #000;
    border-right: 1px solid #907f61;
    border-left: 0px solid #550c0c;
    border-bottom: 0px solid #A9A9A9;
    margin: 0em 0em 0em 0em;
    padding: 1em 0.5em 1em 0.5em;
    width: 35%;
	font-weight: bold;
	text-align: right;
	font-family: Arial, Tahoma, Verdana;
	color: #412900;
	font-size: 12px;
    vertical-align: top;
}

td.cimlapkepzesekleft  {
    border-top: 0px solid #A9A9A9;
    border-right: 0px solid #d4d4d4;
    border-left: 0px solid #A9A9A9;
    border-bottom: 0px solid #A9A9A9;
    margin: 0em 0em 0em 0em;
    padding: 0em 0.5em 0em 0em;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
	color: #412900;
	font-size: 12px;
    vertical-align: top;
}

td.cimlapkepzesekright  {
    border-top: 0px solid #A9A9A9;
    border-right: 0px solid #A9A9A9;
    border-left: 0px solid #d4d4d4;
    border-bottom: 0px solid #A9A9A9;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0.1em;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
	color: #412900;
	font-size: 10px;
    vertical-align: top;

}

.postszoroscimlapkepzesek {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    border-top: 1px dotted #d4d4d4;
    border-right: 0px dotted #d4d4d4;
    border-left: 0px dotted #d4d4d4;
    border-bottom: 1px dotted #d4d4d4;
	text-align: justify;
	font-size: 10px;
	}

.cimlapkepzesek {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
    border-top: 0px dotted #907f61;
    border-right: 0px dotted #907f61;
    border-left: 0px dotted #907f61;
    border-bottom: 1px dotted #d4d4d4;
    line-height: 15px;
	text-align: justify;
	}

.cimlapkepzesekright {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
    border-top: 0px dotted #907f61;
    border-right: 0px dotted #907f61;
    border-left: 0px dotted #907f61;
    border-bottom: 1px dotted #d4d4d4;
    line-height: 15px;
	text-align: justify;
	}

td.urlap  {
    border-top: 0px solid #000;
    border-right: 0px solid #a9a339;
    border-left: 0px solid #550c0c;
    border-bottom: 0px solid #A9A9A9;
    margin: 0em 0em 0em 0em;
    padding: 1em 0.5em 1em 0.5em;
    width: 35%;
	font-weight: bold;
	text-align: right;
	font-family: Arial, Tahoma, Verdana;
	color: #412900;
	font-size: 12px;
    vertical-align: middle;
}
td.urlapsima  {
    border-top: 0px solid #000;
    border-right: 0px solid #a9a339;
    border-left: 0px solid #550c0c;
    border-bottom: 0px solid #A9A9A9;
    margin: 0em 0em 0em 0em;
    padding: 1em 0.5em 1em 0.5em;
    width: 35%;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
    color: #494949;
    font-weight: normal;
    vertical-align: middle;
}
td.urlapjobb  {
    border-top: 0px solid #000;
    border-right: 0px solid #550c0c;
    border-left: 0px solid #550c0c;
    border-bottom: 0px solid #A9A9A9;
    margin: 0em 0em 0em 0em;
    padding: 1em 0.5em 1em 0.5em;
    width: 65%;
	text-align: right;
	font-family: Arial, Tahoma, Verdana;
	color: #412900;
	font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

td.urlapkiemelt  {
    border-top: 0px solid #907f61;
    border-right: 0px solid #907f61;
    border-left: 0px solid #907f61;
    border-bottom: 1px dotted #907f61;
    margin: 0em 0em 0em 0em;
    padding: 1em 0.5em 1em 0.5em;
    width: 35%;
	font-weight: bold;
	text-align: right;
	font-family: Arial, Tahoma, Verdana;
	color: #412900;
	font-size: 12px;
    vertical-align: middle;
}

td.urlapjobbkiemelt  {
    border-top: 0px solid #907f61;
    border-right: 0px solid #907f61;
    border-left: 0px solid #907f61;
    border-bottom: 1px dotted #907f61;
    margin: 0em 0em 0em 0em;
    padding: 1em 0.5em 1em 0.5em;
    width: 65%;
	text-align: right;
	font-family: Arial, Tahoma, Verdana;
	color: #412900;
	font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}



table.list      {

    border-top: 0px solid #000;
    border-right: 0px solid #000;
    border-left: 0px solid #000;
    border-bottom: 0px solid #000;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
}
th.list      {

    border-top: 0px solid #660;
    border-right: 0px solid #660;
    border-left: 0px solid #660;
    border-bottom: 0px solid #660;
    margin: 0 0 0 0;
	padding: 0.2em 0.6em 0.2em 0.6em;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
    color: #FFFFFF;
   	font-weight: bold;
    background-color:#a9a339;
}
td.list      {
     vertical-align: top;
    border-top: 1px solid #907f61;
    border-right: 1px solid #907f61;
    border-left: 1px solid #907f61;
    border-bottom: 1px solid #907f61;
    margin: 0 0 0 0;
	padding: 0em 5px 0em 5px;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
    color: #494949;
   	font-weight: bold;
}

td.listbal      {
     vertical-align: top;
    border-top: 0px solid #907f61;
    border-right: 1px dotted #907f61;
    border-left: 0px solid #907f61;
    border-bottom: 0px solid #907f61;
    margin: 0 0 0 0;
	padding: 0em 5px 0em 5px;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
    color: #494949;
   	font-weight: normal;
}

td.listjobb      {
    vertical-align: top;
    border-top: 0px solid #907f61;
    border-right: 0px solid #907f61;
    border-left: 1px dotted #907f61;
    border-bottom: 0px solid #907f61;
    margin: 0 0 0 0;
	padding: 0em 5px 0em 5px;
	font-size: 9px;
	font-family: Arial, Tahoma, Verdana;
    color: #494949;
   	font-weight: bold;
}
table.munkafelsorolas   {
	border-top: 1px solid #333300;
	border-right: 1px solid #333300;
	border-left: 1px solid #333300;
	border-bottom: 1px solid #333300;
	border-color:#BAB44A;
	width: 100%;
	margin: 1em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
	border-spacing: 0px;
	vertical-align: text-top;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #494949;
}
input.text{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
   	color: #494949;
   	font-weight: normal;
 }
select.select{
	background-color: #FFFFFF;
	width: 230px;
	border: 1px solid #a9a339;
	border-color: #a9a339;
	Background-Color: #FFFFFF;
    Border-Bottom-Color: #a9a339;
    Border-Left-Color: #a9a339;
    Border-Right-Color: #a9a339;
    Border-Top-Color: #a9a339;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #494949;
	font-weight: normal;
 }

a.h4 {
  font-weight: bold;
  font-family: Arial, Tahoma, Verdana;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}
a.h4:visited {
  font-weight: normal;
  font-family: Arial, Tahoma, Verdana;
  font-size: 12px;
  color: #494949;
  text-decoration: none;
}

a.h4:hover {
	text-decoration: underline;
	}

a.hp30 {
	color: #565656;
	font-family: Arial, Tahoma, Verdana;
	font-size: 9px;
	text-decoration: none;
	}


a.hp30:hover {
	color: #565656;
	font-family: Arial, Tahoma, Verdana;
	font-size: 9px;
	text-decoration: underline;
	}

a.h8 {
  font-weight: bold;
  font-size: 1em;
  color: #494949;
}
a.h8:visited {
  font-weight: bold;
  font-size: 1em;
  color: #494949;
}
a.h8:hover {text-decoration: underline;}

.more-link { 
	background: #f7f7f7;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: bold;
	line-height: 50px;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	} 

.more-link:hover {text-decoration: underline;}

h8 { color: #e3780f;

 }  

h10 { 
	float: left;
	width: 220px;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	border: 1px solid #e3780f;
	padding: 0.2em 0.6em 0.2em 0.6em;
	margin: 0.5em 1em 1em 0.5em;
	background-color: #e3780f;
	}  

h11 { 
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #eae4d9;
	border: 1px solid #46300a;
	padding: 0.2em 0.6em 0.2em 0.6em;
	margin: 2em 2em 2em 2em;
	background-color: #46300a;
	} 

h20 { 
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	line-height: 20px;
	} 



h21 { 
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	line-height: 20px;
	} 

h22 { 
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	line-height: 20px;
	}

h23 { 
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	line-height: 20px;
	padding: 0.0em 0.6em 0.0em 0.1em;
	margin: 0em 0em 0em 0em;
	} 

h24 { 
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	line-height: 20px;
	} 
	
h25 { 
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	line-height: 20px;
	color: #e3780f;
	} 

hp25 { 
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	line-height: 10px;
	color: #eb2917;
	} 

hp28 { 
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #eb2917;
	} 

hp29 { 
	font-weight: bold;
	text-decoration: underline;	
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	line-height: 20px;
	color: #eb2917;
	} 

	
hp30 { 
	color: #565656;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	} 

pfmb12 { font-size: 12pt; font-weight:bold; color: #CC0000;  font-family: Verdana, Arial, Helvetica, sans-serif;}



table.blok      {
 	
    border-top: 0px solid #abaaaa;
    border-right: 0px solid #abaaaa;
    border-left: 0px solid #abaaaa;
    border-bottom: 0px solid #abaaaa;
    width: 100px;
    margin: 0.2em 0em 3em 0em;
    padding: 0.2em 0em 0.2em 0em;
    page-break-inside: auto;
}

td.blok  {

    border-top: 0px solid #000;
    border-right: 0px solid #000;
    border-left: 0px solid #000;
    border-bottom: 0px solid #000;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
    text-align: center;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
    color: #000;
    font-weight: normal;
    width: 100px;
  
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:images/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

strong.search-excerpt { background: yellow; }

.keresesbox {
	background: #F7F7F7;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}

div.linkdiv {cursor:pointer;}

select.text{
Color: #808080;
Background-Color: #FFFFFF;
Border-Bottom-Color: #46300a;
Border-Left-Color: #46300a;
Border-Right-Color: #46300a;
Border-Top-Color: #46300a;
Border-Bottom-Style: solid;
Border-Left-Style: solid;
Border-Right-Style: solid;
Border-Top-Style: solid;
Border-Width: 1px;

font-weight: bold;
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
color: #46300a;

}

p.facebook a {
	text-decoration: none;
	font-style: italic;
	color: #666;
	font-size:12px;
}

p.facebook a:hover {
	text-decoration: underline;
}


p.facebook img {
	margin: 1px 5px 0 0;
}

.cgattegno {
	margin: 15px 5px 5px 0px;
	padding: 30px 0px 0px 0px;

	}

.kepekmenu {
	background: #F7F7F7;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}

