/* GLOBAL TAG REDEFINE */

* {
	padding: 0px;
	margin: 0px;
}

BODY {
	background: #322409;
	color: #322409;
	font-family: Tahoma;
	font-size: 14px;
}

H1 {
	color: #B95D16;
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

H2 {
	color: #999999;
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	margin: -20px 0px 20px 0px;
}

H3 {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
}

H4 {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 15px 0px;
}

H5 {
	color: #B95D16;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

H6 {
	color: #B95D16;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin: 0px 0px 10px 0px;
}

P {
	color: #333333;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
	margin: 0px 0px 20px 0px;
}

UL, OL {
	margin: 0px 0px 20px 30px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
}

CODE {
	color: black;
	background: #F8F8F8;
	font-family: Courier;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding: 10px;
	margin: 10px;
}

/* LINK */

A:link, A:visited {
	color: #B95D16;
	text-decoration: none;
}

A:hover, A:active {
	color: #322409;
	text-decoration: none;
}

#footer A:link, #footer A:visited {
	color: #FED2AF;
	text-decoration: none;
	padding: 0px 5px;
}

#footer A:hover, #footer A:active {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px;
}

#box A:link, #box A:visited {
	color: #FED2AF;
	text-decoration: none;
}

#box A:hover, #box A:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* MAIN WRAPPER */

#wrapper {
	width: 946px;
	margin: auto;
}

/* HEADER */

#header {
	width: 946px;
	height: 164px;
	background: url('img/header.jpg') no-repeat;
	z-index: -1
}

#header #szirena {
	top: 39px;
	position: relative;
	float: left;
}

#header #banner {
	width: 468px;
	height: 60px;
	top: 39px;
	left: 336px;
	position: relative;
	float: left;
}

#header #bottom {
	width: 946px;
	height: 36px;
	top: 41px;
	left: 0px;
	position: relative;
}

/* FOOTER */

#footer {
	width: 946px;
	height: 34px;
	background: url('img/footer.jpg') no-repeat;
	color: #CCCCCC;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
}

#copyright {
	width: 946px;
	height: 50px;
	color: #999999;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

/* CONTENT */

#content {
	width: 946px;
	overflow: hidden;
}

#left {
	width: 692px;
	background: #FEEDBF;
	border: 1px solid #D62400;
	float: left;
	margin: 0px;
	padding: 10px;
}

#right {
	width: 222px;
	text-align: center;
	float: right;
	margin: 0px;
	padding: 0px;
}

/* SCROLL */

#scroll {
	width: 946px;
	height: 26px;
	background: #423419;
	border-top: 1px dashed #B95D16;
	border-bottom: 1px dashed #B95D16;
	overflow: hidden;
	margin: 12px 0px;
}

#scrolltext, #scrolltext P {
	color: #E6AE01;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

/* MENU */

#menu {
	width: 946px;
	height: 24px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#menu UL {
	margin: 0px;
	padding: 0px;
}

#menu LI {
	height: 24px;
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #E05502;
	border-bottom: none;
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px 3px 0px 0px;
}

#menu LI A:link, #menu LI A:visited {
	background: url('img/menu-normal.gif') repeat-x #B74600;
	color: #FED2AF;
	text-decoration: none;
	display: block;
	padding: 0px 16px;
}

#menu LI A:hover, #menu LI A:active, #menu LI #active {
	background: url('img/menu-hover.gif') repeat-x #CE7E4d;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

/* STÁBLISTA */

#stab {
	width: 336px;
	float: left;
}

#stab IMG {
	width: 60px;
	height: 60px;
	border: 1px solid #B95D16;
	margin: 0px 10px 10px 0px;
	padding: 3px;
}

#stab #description {
	padding: 14px 0px 20px 0px;
	letter-spacing: 1px;
	margin: 0px;
}

#stabkep {
	float: left;
	border: 1px solid #B95D16;
	padding: 3px;
	margin: 0px 10px 0px 0px;
}

/* PREVIEW */

#preview {
	width: 712px;
	height: 112px;
	background: url('img/preview-background.gif') repeat-x #100101;
	text-align: center;
	border-bottom: 1px solid #D62400;
	margin: -10px -10px 10px -10px;
	padding: 10px 0px 0px 0px;
}

#preview IMG {
	width: 80px;
	height: 80px;
	border: 2px solid #322409;
	padding: 0px;
}

#preview IMG:hover {
	border: 2px solid #BB4600;
}

#preview #kep {
	display: inline;
	margin: 10px 5px;
}

#preview #szoveg {
	font-size: 11px;
	white-space: nowrap;
	line-height: 20px;
}

/* ARCHÍVUM */

#archive H1 {
	color: #B95D16;
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

#archive H2 {
	color: #999999;
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	margin: -20px 0px 20px 0px;
}

#archive .category {
	color: #FFFFFF;
	background: #902201;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding: 2px 7px 2px 7px;
}

#archive .category-own {
	color: #FFFFFF;
	background: #666666;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding: 2px 7px 2px 7px;
}

#archive .box {
	background: #FFFFFF;
	border: 1px solid #666666;
	overflow: hidden;
	display: block;
	margin: 2px 0px 10px 0px;
	padding: 5px;
}

#archive .box-category {
	background: #FFFFDD;
	border: 1px solid #666666;
	overflow: hidden;
	display: block;
	margin: 2px 0px 10px 0px;
	padding: 5px;
}

#archive .title {
	height: 20px;
	color: #B95D16;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

#archive .time {
	height: 20px;
	color: #999999;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	float: right;
	margin: 0px 3px 0px 0px;
}

#archive .description {
	width: 475px;
	text-align: justify;
	float: left;
}

#archive .player {
	font-weight: bold;
	padding: 0px 5px 0px 0px;
	float: right;
}

#archive .filter {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px;
}

#archive SELECT, #archive OPTION {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 2px;
}

#archive #navigator {
	background: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border: 1px solid #B95D16;
	overflow: hidden;
	padding: 5px 0px;
}

#archive #navigator A {
	margin: 0px 20px;
}

#archive #navigator .left {
	float: left;
}

#archive #navigator .right {
	float: right;
}

#archive .gallery {
	text-align: center; 
}

#archive .gallery IMG {
	border: 1px solid #B95D16;
	margin: 10px 7px;
}

#archive .gallery IMG:hover {
	border: 1px solid #BB4600;
}


/* BOX */

#boxlink {
	width: 220px;
	color: #FFFFFF;
	background: url('img/boxlink-background-normal.gif') repeat-x #A33C11;
	border: 1px solid #D62400;
	margin: 0px 0px 10px 0px;
}

#boxlink A:link, #boxlink A:visited {
	color: #FFFFFF;
	background: url('img/boxlink-background-normal.gif') repeat-x #A33C11;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

#boxlink A:hover, #boxlink A:active {
	color: #FFFFFF;
	background: url('img/boxlink-background-hover.gif') repeat-x #A33C11;
	text-decoration: none;
}

#box .head, #boxlink .head {
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0px -2px 0px;
}

#box .foot, #boxlink .foot {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 1px 1px;
}

#box {
	width: 200px;
	background: url('img/box-background.gif') top repeat-x #A33C11;
	color: #FEFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #D62400;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
}

#box .archive UL {
	margin: -5px 0px 10px 0px;
	padding: 0px;
}
#box .archive LI {
	list-style-type: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#box .archive LI .time {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin: -8px 0px 0px 0px;
}

#box .request INPUT, #box .request TEXTAREA {
	width: 98%;
	color: #BB4600;
	background: #FEEDBF;
	font-family: Tahoma;
	font-size: 14px;
	border: 1px solid #D62400;
	padding: 2px;
	margin: 1px 0px;
}

#box .vote DIV {
	margin: 8px 0px 0px 0px;
}

#box .vote INPUT {
	color: #BB4600;
	background: #FEEDBF;
	font-family: Tahoma;
	font-size: 14px;
	border: 1px solid #D62400;
	padding: 2px;
}

#right P {
	color: #888888;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	display: block;
	padding: 0px;
}

/* TEMP */

#adasuzenet LABEL {
	width: 80px;
	float: left;
	display: block;
}

#adasuzenet INPUT, #adasuzenet TEXTAREA {
	color: #333333;
	background: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
	border: 1px solid #D62400;
	margin: 0px 0px 5px 0px;
	padding: 2px;
}

#banner-mainpage {
	width: 468px;
	height: 60px;
	border: 1px solid black;
}

.banner-mainpage {
	color: #888888;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
