
/*-=| Általános adattábla: elemek felsorolásához az admin felületen. |=-*/
#CONTENT #DATATABLE {
  align: left;
  font: normal 11px Tahoma;
  width: 97%;
  border: 1px solid #BEBEBE;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  background-color: #FAFAFA;
  border-collapse: collapse;
  margin-bottom: 6px;
  margin-left:15px;
}

#CONTENT #DATATABLE tr:hover {
  background: #d9d2a5;
  color: #635915;
}

#CONTENT #DATATABLE th {
  text-align: left;
  background: #f2f2f2;
  border-bottom: 3px solid #CCC;
  font: bold 12px Tahoma;
  padding: 3px;
}

#CONTENT #DATATABLE td {
  padding: 3px;
  border: 1px dotted #CCC;
}

#CONTENT #DATATABLE #ICON {
  text-align: right;
  white-space: nowrap;
  padding-right: 3px;
}

#CONTENT #FORMTABLE {
  align: left;
  font: normal 11px Tahoma;
  width: 97%;
  border: 1px solid #BEBEBE;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  background-color: #FAFAFA;
  border-collapse: collapse;
}

#CONTENT #FORMTABLE th {
  text-align: left;
  background: #f2f2f2;
  border-bottom: 3px solid #CCC;
  font: bold 12px Tahoma;
  padding: 3px;
  margin-bottom: 3px;
}

#CONTENT #FORMTABLE td {
  padding: 3px;
  border: 1px dotted #CCC;
}




#CONTENT #NEWSTABLE {
  text-align: left;
  font: normal 11px Tahoma;
  width: 97%;
  border: 0px;
  background-color: #FAFAFA;
  border-collapse: collapse;
}

#CONTENT #NEWSTABLE th {
  border-bottom: 1px solid #CCC;
  font: bold 14px Tahoma;
  padding: 3px;
  text-align: left;
}

#CONTENT #NEWSTABLE td {
  padding: 3px;
}




#NEWSLIST {
  margin: 0px 0px 10px 10px;
  border: 0px solid black;
}

#NEWSLIST td {
  vertical-align: top;
  padding: 0px 0px 0px 0px;
}

#NEWSLIST p {
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}
/* Hírlista címének beállításai */
#NEWSLIST td h1 {
  font-size: 21px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  text-transform: none;
  font-weight: lighter;
  background: none;
  text-decoration: none;
}

#NEWSLIST td h1 a {
  font-size: 21px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  text-transform: none;
  font-family: tahoma;
  font-weight: lighter;
  background: none;
  text-decoration: none;
  color: #000000;
}

#NEWSLIST td h1 a:hover {
  font-size: 21px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  text-transform: none;
  font-family: tahoma;
  font-weight: lighter;
  background: none;
  text-decoration: none;
  color: #000000;
}



#CONTENT #NEWSLIST td p {
  font-size:12px;
}



/*-=| A staff modul stílusai |=-*/
#CONTENT #NOBORDER table {
  border: 0px solid black;
  font: normal 11px Tahoma;
  width: 97%;
  border-right: 0px solid #999999;
  border-bottom: 0px solid #999999;
  background-color: #FAFAFA;
  border-collapse: collapse;
}

#CONTENT #NOBORDER th {
  text-align: left;
  background: #f2f2f2;
  border-bottom: 0px solid #CCC;
  font: bold 12px Tahoma;
  padding: 3px;
}

#CONTENT #NOBORDER td {
  padding: 3px;
  border-bottom: 0px dotted #CCC;
}


/*-=| Login |=-*/
#CONTENT #LOGINTABLE {
  align: center;
  width: 400px;
  height: 220px;
  background-color: #FAFAFA;
  border: 0px;
  border-collapse: collapse;
  background: #FFF url(/images/hu/login.jpg) no-repeat right top;
}

#CONTENT #LOGINTABLE td {
  font: normal 12px Tahoma;
  padding: 10px 40px 10px 40px;
  border: 0px;
}

#CONTENT #TEXTCONTENT {
  font: normal 12px/1.5 Tahoma;
  //font: 70%/1.5  Verdana;
}

#CONTENT #PLACEHOLDER {
  align: center;
}

/* Pizza7 Modul */
#CONTENT #CLIENTLOGIN {
  align: center;
  background-color: #FAFAFA;
  border: 0px;
  padding: 3px 3px 3px 3px;
  border-collapse: collapse;
  /*background: #FFF url(/images/hu/login.jpg) no-repeat right top;*/
}

#CONTENT #CLIENTLOGIN td {
  font: normal 12px Tahoma;
  padding: 3px 3px 3px 3px;
  border: 0px solid gray;
}

#CONTENT #ETLAPDIV {
  float: left;
  width: 350px;
  position: relative;
  height: 600px;
  padding: 3px 0px 3px 3px; 
  background-color: inherit;
  overflow: auto;
}

#CONTENT #KOSARDIV {
  float: left;
  position: relative;
  width: 310px;
  padding: 3px 3px 3px 3px; 
  margin: 3px 3px 3px 3px;
  background-color: inherit;
  border: 1px solid #ccc;
}

#CONTENT #ETLAPTABLE {
  text-align: left;
  border: 1px solid #CCC;
  font: 12px Tahoma;
  border-collapse: collapse;
  width: 90%;
}

#CONTENT #ETLAPTABLE th {
  color: #ff6f66;
  font: 18px Tahoma;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 3px;
  border: 1px solid #CCC;
}

#CONTENT #ETLAPTABLE td {
  border-bottom: 1px solid #CCC;
  padding: 4px;
}

#CONTENT #ETLAPTABLE #ETELNEV1 {
  background-color: #e8f2ff;
}

#CONTENT #ETLAPTABLE #ETELNEV2 {
  background-color: #fff7e8;
}

#CONTENT #KOSARTABLE {
  text-align: left;
  border: 1px solid #CCC;
  font: 12px Tahoma;
  border-collapse: collapse;
  width: 90%;
}

#CONTENT #KOSARTABLE th {
  color: #ff6f66;
  font: 14px Tahoma;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 3px;
  border: 1px solid #CCC;
}

#CONTENT #KOSARTABLE td {
  border-bottom: 1px solid #CCC;
  border: 1px solid #CCC;
  padding: 4px;
}

#CONTENT #KOSARTABLE #ETELNEV1 {
  background-color: #e8f2ff;
}

#CONTENT #KOSARTABLE #ETELNEV2 {
  background-color: #fff7e8;
}




/**********************************/

#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color: #FFFFFF;
   width: 900px;  	
}
#content-wrap {
  clear:both;
  margin:0; padding:0;
  width: 900px;
}

/* header */
#header {
  position: relative;
  clear:left;
  width: 900px;
  height: 135px; 
  margin: 0; padding: 0;
  background: #000 url(/images/headerbg.jpg) no-repeat left bottom;			
}

#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.1em Sans-serif;
	letter-spacing: -1px;
	color: #FFF;
	text-transform: none;
	/* Logó pozíciója */
	top: 56px; right: 15px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #FFF;
	
	/* change the values of top and right to adjust the position of the slogan*/
	top: 85px; right:15px;		
}

/* menu tabs */
#header #header-tabs {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 25px;
	background: #000;
   font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 

#header-tabs #nameday { 
  position: absolute; 
  font: normal 11px Tahoma;
  letter-spacing: 1px;
  color: white;
  text-transform: none;  
  bottom: 0px; right: 5px;   
}

#header-tabs ul {		
	margin:0;
   padding:2px 0px 0px 7px;
   list-style:none;
}
#header-tabs li {
	display:inline;
   margin:0;
   padding:0;
}
#header-tabs a {
   float:left;
   background: url(/images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header-tabs a span {
   float:left;
   display:block;
   background: url(/images/tabright.gif) no-repeat right top;
   padding:7px 15px 4px 8px;
   color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
}

#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}

/* sidebar */
#sidebar_ {
	float: left;
	width: 174px;
	padding: 3px 3px 3px 3px; 
	margin: 0px 0px 0px 0px;
	background-color: inherit;
}
#sidebar_ h1 {
	font-size: 16;
	color: #6083a8;
	background-color: #3c5269;
	border-bottom: 2px solid #273544;
        /*       T   R   B   L    */
	padding: 2px 0px 2px 3px;
	margin: 2px 0px 0px 0px;
	text-transform: none;
}

#sidebar_ ul.sidemenu {
	list-style:none;
	margin: 0px 0px 0px 0px;
	border: 0px solid black;
	padding:0;		
}
#sidebar_ ul.sidemenu li {
	margin-bottom: 0px;
	border-left: 0px solid #f2f2f2;
	height: 24px;
}
#sidebar_ ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 5px 5px 5px 15px;
	background: #96b3d1;
}


#sidebar_ ul.sidemenu a:hover {
	padding: 5px 5px 5px 5px;
	background: #849dbf;
	color: black;
	border-left: 10px solid RED;
        //background-image: url(/images/menubg.jpg);
        //background-repeat: no-repeat 10% .7em;
        //background-position: center center;
	
}


/* footer */
#footer { 
	clear: both;
	height: 40px;
	color: #CCC;
	background: #000;
	margin: 0;	
	font-size: 92%;			
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}
#footer #footer-left {
	width: 75%;
	float: left;
	text-align: left;
	margin: 0; padding: 10px;
}
#footer #footer-right {
	width: 15%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }
.line2 { background-color: #DDDDDD; border: 1px solid #999999; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
  border: 1px solid white;
  margin: 0 5px 5px 0;
}

.thumbnail:hover{
  background-color: transparent;
}

.thumbnail:hover img{
  border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
  position: absolute;
  background-color: #E1C856;
  padding: 3px;
  left: -900px;
  border: 2px solid black;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
  border-width: 0;
  padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
  visibility: visible;
  top: 100;
  left: 150px; /*position where enlarged image should offset horizontally */
  z-index: 50;
}





