@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/hatter.png);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color: #444444;

}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	font-size: 10px;
}
	a {
	color: #F0A906;
	text-decoration: none;
	}
	a:visited {
	color: #B37E04;
	text-decoration: none;
	}
	a:hover {
	color: #FAC13D;
	text-decoration: underline;
	}
	a:active {
	color: F0A906;
	text-decoration: none;
	}
	td {
	text-align:left;
	}

h1, h2, h3, h4, h5, h6, h7 {
padding:0px;
padding-bottom:3px;
margin:0px;
}

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }
h5 { font-size: 8px; }

p {
padding:1px;
margin:1px;
}

.brown_text {
color:#834208;
}

.main_menu li {
	font-size:14px;
	color:#834208;
	padding-bottom:3px;
	padding-top:3px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#834208;
}

.main_menu li a {
	color:#834208;
	text-decoration:none;
	font-weight:bold;
	width: 100%;
	display:block;
}
.main_menu li:hover, .main_menu a:hover {
	color: #FAC13D;
}


hr {
padding-top:1px;
margin-top:1px;
}
.felulcsik {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-right: 1px;
	margin-left: 1px;
	padding-right: 1px;
	padding-left: 1px;
}

.kepkeret {
	background-color: #FFFFFF;
	margin-right: 5px;
	padding: 1px;
	border: 1px double #000000;

	/* border:none; */
}
.catlist {
	color: #F0A906;
	font-size: 14px;
}

.first_title {
text-align:right;
color:#666666;
font-size:16px;
padding:0px;
margin:0px;
}

.secnd_title {
text-align:right;
color:#666666;
font-size:13px;
padding:0px;
margin:0px;
}

.letoltes_title {
font-size:24px;
color: #F0A906;
}

.letoltes_subtitle {
font-size:14px
}

.table_container {
background-color:#474747;
}

.table_container:hover {
background-color:#505050;
}

.video-details{ border-bottom:solid; border-bottom-width:1px; border-bottom-color:#666666; }

