* { margin:0; padding: 0; }

body {
	background-color: #3A3A3A;
 	color: #555; 
 	font: 70%/1.5  Verdana;
 	text-align: center; 
 	margin: 15px 0;
}  

/* links */
a	{ 
	color: #84ade3;
	background: inherit;
}
a:hover { 
	color: #475971;
	background: inherit; 	 
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #339900;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

h1, h2, h3, p { 
	padding: 0;
	margin: 10px 15px; 
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #72A545;	
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
  width: 60%;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(/images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #72A545;  
	font-weight: bold; 
}

/* form elements */
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:2px;
	border: 1px solid #AAAAAA;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #AAAAAA;
	height: 100px;
	display: block;
	color: #777;
}


input.image {
  border: 0;
}

.button {
  margin: 0; 
  font: bolder 12px Tahoma; 
  border: 1px solid #BBBBBB;
  padding: 2px 3px; 
  cursor: pointer;
  background: #CCC url(/images/buttonbg.gif) repeat-x left bottom; 
  color: #333;/* color: #339900; */
}

/****** Hírek megjelenítése *******/
/**********************************/
#CONTENT #NERD {
  margin: 5px;
  text-align: left;
  font: Tahoma;
  white-space: nowrap;
  background: #FAFAFA;
  border: 1px solid #DDDDDD;
}

#CONTENT #NERD td {
  vertical-align:top;
  padding: 5px;
}

/* main content */
#CONTENT {
  float: left;
  width: 720px;
  margin: 0; padding: 0;
  background-color: inherit;
}
#CONTENT h1 {
  padding: 8px 0 3px 25px;
  text-transform: none;
  background: url(/images/square_arrow.gif) no-repeat 0% .7em;
  color: #666e85;	
}	

#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;
}

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

#CONTENT #DATATABLE 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;
}

/* Hírlista címének beállításai */
#CONTENT #NEWSLIST h1 {
  padding: 8px 0 3px 0px;
  text-transform: none;
  color: #666e85;
  background: none;
}

#CONTENT #NEWSLIST h1 a {
  text-decoration: none;
  color: #666e85;
}

#CONTENT #NEWSLIST h1 a:hover {
  color: #766e85;
  text-decoration: underline;
}

#CONTENT #NEWSLIST h1 a {
  text-decoration: none;
  color: #666e85;
}

/* A hírlistában a lead beállításai */
#CONTENT #NEWSLIST p {

}

#CONTENT #NEWSLIST .indexkep {
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
  border: 1px solid black;
  float: left;
}

#CONTENT #ARTICLE img {
  margin: 2px;
  border: 1px solid black;
}

#CONTENT #ARTICLE .indexkep {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid black;
  float: left;
}



#CONTENT table {
  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 th {
  background: #f2f2f2;
  border-bottom: 5px solid #CCC;
  font: bold 12px Verdana;
  padding: 3px;
}

#CONTENT #ICON {
  text-align: right;
  white-space: nowrap;
}

#CONTENT td {
  padding: 3px;
  border-bottom: 1px dotted #CCC;

}

#CONTENT #LINEEDIT {
  background-color:#E8C743;
  border: 1px solid #96812C;
  padding: 2px;
}

#CONTENT img {
  border: 0px;
}

#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 #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 #PLACEHOLDER {
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  align: center;
}

#CONTENT #KIS_TERMEKKEP {
  border: 1px solid #000000;
  margin: 3px;
  cursor: pointer;
}

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

#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;
}

/*  Menu blokk generátor stílusai */

.line0 { background-color: #EEEEEE; }
.line1 { background-color: #CCCCCC; }


