/*************************************************************************************************/
/* lightbox 																												 */
/*************************************************************************************************/
#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:image/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/prev.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/next.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; 
}


/*************************************************************************************************/
/* common 																												 */
/*************************************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #393939 url(images/hatter.jpg) repeat-x left top;
	line-height: 25px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 1.5em;
    text-transform: uppercase;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}
h4, h5{
    text-transform: uppercase;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #B23812;
}
/*************************************************************************************************/
/* header 																												 */
/*************************************************************************************************/
#google_translate_element {
	width: 100px;
	height: 50px;
	margin: 0 auto;
	padding: 0;	
	z-index: 99;
	position: absolute;
	left: 5px;
	top: 5px;
}
/*************************************************************************************************/
/* header 																												 */
/*************************************************************************************************/
#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 40px 0 10px 55px;
	background: url(images/image08.gif) no-repeat left 90%;
	
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}

/*************************************************************************************************/
/* main menu 																												 */
/*************************************************************************************************/
#menu {
	width: 760px;
	height: 43px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/image01.jpg) no-repeat left top;
	font-size: 1.1em;
    text-transform: uppercase;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
}

#menu li {
	display: inline;
}

#menu a.faceb_link {
	padding: 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a.menuitem {
	padding: 5px 20px 11px 20px;
	/*background: url(images/image06.gif) no-repeat right 50%;*/
	text-decoration: none;
	color: #FFFFFF;
}

#menu a.menuitem:hover {
	/*background: #D3391D url(images/image06.gif) no-repeat right 50%;*/
	background: #D3391D;
}

#menu .first a  {
	padding-left: 0;
}

/*************************************************************************************************/
/* headerpic - imagerotator																												 */
/*************************************************************************************************/
#headerpic
{
height: 109px;
background: #ED372A;
}

#headerpic_alatt
{
height: 1px;
background: #ED372A;
}

/*************************************************************************************************/
/* page, content																												 */
/*************************************************************************************************/
#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(images/image05.jpg) repeat-y;
}

#page-top {
	background: url(images/image03.jpg) no-repeat left top;
}

#page-bottom {
	background: url(images/image04.jpg) no-repeat left bottom;
}

#content {
	float: right;
	width: 420px;
	min-height: 500px;
	padding: 40px 50px 30px 60px;
	overflow: auto;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}

#content h3 {
	margin: 0;
	padding: 10px 0 5px 0;
	text-transform: lowercase;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#content h4 {
	margin: 0;
	padding: 5px 0 2px 0;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #CFCFCF;
}

ul.felsorolas{
	margin: 0;
	padding: 10;
	list-style-type:circle;
	background-color:#E96B6E;
/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(233, 107, 110) transparent;
/* RGBa with 0.6 opacity */
	background: rgba(233, 107, 110, 0.4);
/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E96B6E00, endColorstr=#E96B6E00);
/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E96B6E00, endColorstr=#E96B6E00)";

}

li.felsorolas{
	margin: 0;
}

#sidebar {
	float: left;
	width: 250px;
	padding: 20px 0 0 20px;
}

#spacer {
	height: 100px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	color: #B23812;
	list-style: none;
	text-decoration: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	background-image: url('/images/floral_ls_a.png');
	background-repeat: no-repeat;
	background-position: 100% .4em;
	padding-right: 2em;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 1.1em;
    text-transform: uppercase;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a li {
	background-image: url('/images/floral_ls.png');
	background-repeat: no-repeat;
	background-position: 100% .4em;
	padding-right: 2em;	
    text-transform: uppercase;
}

#sidebar a:hover li {	
	background-image: url('/images/floral_ls_a.png');
	background-repeat: no-repeat;
	background-position: 100% .4em;
	padding-right: 2em;
    text-transform: uppercase;
}

#targylista {
	width: 250px;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	float:right;
}

#targylista a {
	font-size:20px;
}

.targydiv {
	width: 250px;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	float:right;
	text-transform: lowercase;
}

.targycim {
	font-size: 14px;
	font-weight: normal;
    text-transform: uppercase;
}

.targycim  a {
	text-decoration: none;
}

.targycim  a:hover{
	font-size: 14px;
	font-weight: normal;
}

.targykep{
	height:100px;
    width:140px;
	border: 1px solid #B23812;
}

/* BEGIN PageBar */

.pagebar { font-size: 0.8em; padding: 0.2em 0.5em; margin-right: 0.1em; border: 1px solid #FFF; background: #FFF; text-decoration: none; text-align: left; }
.pagebar a, .pageList .this-page { border: 1px solid #E3E3E3; text-decoration: none; padding: 0.2em 0.5em; }
.pagebar a:hover { border-color: #B23812; } 
.pagebar a:visited { border: 1px solid #E3E3E3; text-decoration: none; padding: 0.2em 0.5em; }
.pagebar .break { padding: 2px 6px; border: none; background: #FFF; text-decoration: none; }
.pagebar .this-page { border: 1px solid #B23812; padding: 0.2em 0.5em; font-weight: bold; background: #B23812; color: #FFF; }

/* END PageBar */

/*************************************************************************************************/
/* footer 																												 */
/*************************************************************************************************/
#footer {
	width: 800px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(images/image02.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

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

/*************************************************************************************************/
/* forms 																												 */
/*************************************************************************************************/
.form td input{ 
	width:140px; 
	height:18px; 
	color:#000000;
}

.form td select{ 
	width:300px; 
	height:18px; 
	color:#000000;
}

.form td textarea{ 
	width:300px; 
	height:150px; 
	overflow:auto; 
	margin-bottom:5px;
	color:#000000;
}

