/*
 * Mostly based on the work of Gergely Nagy <algernon@bonehunter.rulez.org>.
 *
 * Sun Jul 25 19:59:06 CEST 2004
 */


/*
 * Site-wide style definitions, which affects flavours like font types,
 * and default color of the background.
 */

body {
        font-family: Verdana, Arial, sans-serif;
	margin: 0px;
        background-image: url(hatterhold.jpg);
	background-attachment: fixed;
	/*background: #33265b;*/
}

a.nagy {
	font-size: 18px;
	font-weight: bold;
}

#hidden {
	display: none;
}

#teteje {
	background-image: url(holdlogo.jpg);
	background-attachment: fixed;
        position: fixed;
	height: 101px;
	top: 0px;
	left: 0px;
	right: 0px;
	border: 0px; 
}

#teteje .title {
	letter-spacing: 0.7em;
}

#teteje .cim {
        padding-top: 55px;
	padding-left: 160px;
        color: #ff895e;
        text-align: left;
        font-size: 22px;
        margin: 0px;
}

#teteje .cim .menusor {
        padding-right: 60px;
        font-size: 12px;
	font-weight: bold;
        text-align: right;
}

#teteje a {
        color: #cc3f71;
        text-decoration: none;
	margin-right: 3px;
}

#teteje a:hover {
        color: #ff895e;
        text-decoration: none;
        background: #53408c;
}

/*
 * Some stuffs with boxes.
 */

/*.box {
        border: #777777 1px solid;
        padding: 0.5em;
        margin-left: 1em;
        margin-right: 2em;
        background-color: #EAEAEA;
        color: #000000;
}
*/

#content {
       /* background-image: url(hatterhold.jpg);
        background-repeat: repeat-x;
        background-attachment: fixed;*/
	color: #aea1cc;
        font-size: 13px;
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 2em;
        margin-left: 0px;
        margin-right: 0px;
}

#content a {
        color: #cc3f71;
        text-decoration: none;
}

#content a:hover {
        color: #ff895e;
        text-decoration: none;
        background: #53408c;
}

#content table.zene {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#content table.zene td {
	border: 0;
}

#content .x {
	background: #33265b;
	border: 0px;
	min-height: 410px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2em;
	margin-top: 120px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0;
}

#content .x .entry {
	background: #33265b;
	color: #aea1cc;
        padding-top: 2px;
        padding-bottom: 4px;
        padding-left: 10px;
        padding-right: 7px;
	border-right: 1px dashed #584591;
	border-bottom: 1px dashed #584591;
}

#content .x .entry .info {
	text-align: right;
	color: #99a2cf;
	/*border-bottom: 1px dashed #584591;*/
	margin-left: 120px;
	margin-right: 0px;
	margin-bottom: 5px;
}

#content .x dt {
	color: #99a2cf;
	font-weight: bold;
        padding: 0px;
        margin: 0px;
        border-bottom: 1px solid #584591;
}

#content .x h2 {
	color: #ff895e;
	border-bottom: 1px solid #cc3f71;
	margin-bottom: 2em;
}

/* #content .x h3 > a {
        color: #cc3f71;
        text-decoration: none;
}

#content .x h3 > a:hover {
        color: #ff895e;
        text-decoration: none;
        background: #53408c;
}
*/


/*
 * Header and footer style definitions.
 */

/*
#footer {
        position: fixed;
        padding: 1px;
        top: auto;
        bottom: 0;
        width: auto;
        height: 1.5em;
        right: 0;
        left: 0;

        border-top: 1px solid #111111;
        background-color: #9999cc;

        font-size: 10px;
        text-align: center;
}
*/

/*
 * Style definition for floating menu.
 */
/*
#menu {
        position: fixed;
        padding: 5px;
        top: 50px;
        right: 6px;
        width: 120px;

        border: thin solid #111111;
        background-color: #9999CC;
        font-size: 13px;
        text-align: left;
}

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

#menu h2 {
        margin-bottom: 4px;
        border-bottom: dotted #111111;
        font-size: 14px;
}

#menu a {
        color: #665544;
        text-decoration: none;
}

#menu a:hover {
        color: #554433;
        text-decoration: none;
        background: #8888BB;
}

#menu img {
        border: 0px;
}

#menu li ul {
        padding-left: 10px;
        border-left: thin solid #111111;
}
*/

/*
 * Style definitions for regular content.
 */


/*
 * Table styles.
 */

#content table {
	border-top: 0px;
	border-left: 0px;
        border-right: 0px;
	border-bottom: dashed thin #53408c; 
	border-spacing: 0px;
	margin-bottom: 2em;
	color: #aea1cc;
        font-size: 13px;
}

#content th {
	font-weight: bold;
	color: #99a2cf;
	text-align: left;
	border: 0px;
	padding-top: 2px;
	padding-bottom: 1px;
}

#content td {
	border: 0px;
	border-right: dashed thin #53408c;
        padding-top: 2px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
}

#content td.gal {
	border: 0px;
}

#content td.hozval {
	border: 0px;
	color: #99a2cf;
}

#content .links {
	background: #33265b;
}
	
#content .links table {
	border: 0px;
	font-size: 13px;
}

#content .links td {
	border: 0px;
	font-size: 13px;
}
