/**************************************************************************
* style.css                                                               *
* ======================================================================= *
* Ez a stílusért felelős fájl                                             *
* ----------------------------------------------------------------------- *
*                                                                         *
* ======================================================================= *
* Ez a program egy szabad szoftver a PHP Studio fejlesztésében.           *
* This program is a free software and was developed by the PHP Studio.    *
* Weboldalunk / Our webpage: http://phpstudio.hu                          *
* E-mail címünk / Our e-mail adress: support@phpstudio.hu                 *
* ----------------------------------------------------------------------- *
* A szerző / The name of the author: Rimelek                              *
* E-mail cím / E-mail adress: akoss@citromail.hu                          *
* ======================================================================= *
* Ez a program egy szabad szoftver; a Free Software Foundation            *
* által kiadott GNU General Public License 2. verziójának vagy            *
* (választhatóan) bármely későbbi verziójának feltételei szerint          *
* terjeszthető, illetve módosítható.                                      *
* Ez a program abban a reményben kerül közreadásra, hogy hasznos lesz,    *
* de minden egyéb GARANCIA NÉLKÜL, az eladhatóságra vagy valamely célra   *
* való alkalmazhatóságra való származtatott garanciát is beleértve.       *
* További részletekért tekintse a "GNU General Public License.txt"        *
* dokumentumot, amit a letöltött zip vagy rar állományban talál.          *
* Ha mégsem kapta volna meg, írjon a license@phpstudio.hu címre.          *
* ----------------------------------------------------------------------- *
* This program is free software; you can redistribute it and/or           *
* modify it under the terms of the GNU General Public License             *
* as published by the Free Software Foundation; either version 2          *
* of the License, or (at your option) any later version.                  *
* This program is distributed in the hope that it will be useful,         *
* but WITHOUT ANY WARRANTY; without even the implied warranty of          *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the            *
* "GNU General Public License.txt" for more details, which you            *
* can find in the downloaded zip or rar file. If you did not received     *
* it, please write to us: license@phpstudio.hu                            *
* ======================================================================= *
* Dátum / Date: 2006. 08. 03.                                             *
**************************************************************************/


/** A zöld: 92B13A **/


body {
  margin: 0;
  padding: 0;
  margin-top: 30px;
	font-family : Century gothic;
	font-size: 11px;
	background : #2B2B2B;
	color : #000000;
}

a {
	background: transparent;
	color: #92B13A;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	background: transparent;
	color: #cccccc;
	text-decoration: none;
	text-transform: uppercase;
}


h1 {
  text-align: center;
	font-family: Harrington;
	font-size: 20pt;
	color: #000000;
	text-transform: downpercase;
}
                         
h1:first-letter {
	font-family: Harrington;
	font-size: 36pt;
	color: #92B13A;
	text-transform: uppercase;
}


table {
  border: 0px solid black;
}

table.global {
 width: 100%;
}

img {
	background: #cccccc;
   margin: 2px;
	padding: 4pt;
   border: 2pt solid #000000;
}

td.kozep{
  text-align: center;
}

td.ealbum {
  border: 0px solid black;
}

td.albumok{

  width: 200px;
  vertical-align: top;
  text-align: center;
}

.copy {
 color: #000000;
 text-align: center;
 margin: 0;
 padding: 0;
 font-size: 80%;
}

 .copy a {
        background: transparent;
 color: #000000;
        text-decoration: none;
}
