@charset "utf-8";

body {
	background-color:#000 !important;
	font-family:"Arial";
	color:#fff;
	line-heigth:17px;
	font-size:12px;
}
::selection {
	color:#e6e3d0;
	background: #a09f8d;
	}
::-moz-selection {
	color:#e6e3d0;
	background: #a09f8d;
}
#splash {
	width:427px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	margin-top:20px;
}
#splash a img {
	margin:6px;
	padding:4px;
	background-color:#000;
}
#splash a:hover img {
	background-color:#fff;
}
#site {
	width:980px;
	margin-right:auto;
	margin-left:auto;
}
#content {
	margin-top:100px;
	width:980px;
	height:600px;
	background-image:url('../images/bg.jpg');
	position:relative;
}
/* MENU */

div#menu {
	position:absolute;
	top:90px;
	left:25px;
	width:260px;
	height:360px;
}

div#menu div a {
	display:block;
	width:100%;
	height:100%;
	background-image:url("../images/menu.png");
}
div#nav1, div#nav2, div#nav3, div#nav4, div#nav5, div#nav6, div#nav7, div#nav8, div#nav9, div#nav10, div#nav11, div#nav12 {
	position:absolute;
	height:50px;
}

div#nav1 {
	width:54px;
	top:10px;
	left:40px;
}
div#nav1 a {
	background-position:0px -8px;
}
div#nav1 a:hover {
	background-position:0px -71px;
}

div#nav2 {
	width:83px;
	top:43px;
	left:67px;
}
div#nav2 a {
	background-position:-54px -8px;
}
div#nav2 a:hover {
	background-position:-54px -71px;
}

div#nav3 {
	width:47px;
	top:72px;
	left:23px;
}
div#nav3 a {
	background-position:-137px -8px;
}
div#nav3 a:hover {
	background-position:-137px -71px;
}

div#nav4 {
	width:77px;
	top:100px;
	left:84px;
}
div#nav4 a {
	background-position:-184px -8px;
}
div#nav4 a:hover {
	background-position:-184px -71px;
}

div#nav5 {
	width:57px;
	top:131px;
	left:36px;
}
div#nav5 a {
	background-position:-261px -8px;
}
div#nav5 a:hover {
	background-position:-261px -71px;
}

div#nav6 {
	width:62px;
	top:165px;
	left:63px;
}
div#nav6 a {
	background-position:-318px -8px;
}
div#nav6 a:hover {
	background-position:-318px -71px;
}

div#nav7 {
	width:64px;
	top:190px;
	left:14px;
}
div#nav7 a {
	background-position:-380px -8px;
}
div#nav7 a:hover {
	background-position:-380px -71px;
}

div#nav8 {
	width:62px;
	top:217px;
	left:73px;
}
div#nav8 a {
	background-position:-444px -8px;
}
div#nav8 a:hover {
	background-position:-444px -71px;
}

div#nav9 {
	width:130px;
	top:248px;
	left:44px;
}
div#nav9 a {
	background-position:-506px -8px;
}
div#nav9 a:hover {
	background-position:-506px -71px;
}

div#nav10 {
	width:103px;
	top:285px;
	left:17px;
}
div#nav10 a {
	background-position:-636px -8px;
}
div#nav10 a:hover {
	background-position:-636px -71px;
}

div#nav11 {
	width:71px;
	top:320px;
	left:100px;
}
div#nav11 a {
	background-position:-739px -8px;
}
div#nav11 a:hover {
	background-position:-739px -71px;
}

/* TITLES */
div#titles {
	position:relative;
	clear:both;
	height:50px;
	display:block;
	background-image:url("../images/menu.png");
}
.nav1_aktiv {
	width:54px;
	background-position:0px -71px;
}
.nav2_aktiv {
	width:83px;
	background-position:-54px -71px;
}
.nav3_aktiv {
	width:47px;
	background-position:-137px -71px;
}
.nav4_aktiv {
	width:77px;
	background-position:-184px -71px;
}
.nav5_aktiv {
	width:57px;
	background-position:-261px -71px;
}
.nav6_aktiv {
	width:62px;
	background-position:-318px -71px;
}
.nav7_aktiv {
	width:64px;
	background-position:-380px -71px;
}
.nav8_aktiv {
	width:62px;
	background-position:-444px -71px;
}
.nav9_aktiv {
	width:130px;
	background-position:-506px -71px;
}
.nav11_aktiv {
	width:71px;
	background-position:-739px -71px;
}
.nav12_aktiv {
	width:100px;
	background-position:-806px -71px;
}





/* TARTALOM */

div#tartalom {
	position:absolute;
	overflow:auto;
	overflow-x:hidden !important;
	width:630px;
	height:500px;
	left:330px;
	top:40px;
}

div#tartalom a {
	color:#eeb97f;
	text-decoration:underline;
}
div#tartalom a:hover {
	text-decoration:none;
}

span.hir_cim {
	color:#ff8508;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}
span.hir_szerzo {
	color:#c49e78;
	font-size:14px;
	line-height:18px;
	font-style:italic;
}
span.hir_datum {
	color:#ff8508;
	font-size:14px;
	line-height:18px;
}

div#tartalom p {
	line-height:16px;
	padding-bottom:8px;
}

div#tartalom hr {
	border:1px solid #ffba73;
	height:1px;
	margin:30px 100px 30px 100px;
	border-top-width:0px;
}




/* VENDÉGKÖNYV */
a.lapok {
	display:block;
	width:30px;
	float:left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image:url('../images/lap_bg_off.gif');
	background-color:#202020;
	color:#303030;
	font-weight:bold;
	font-size:13px;
	height:15px;
	padding-top:2px;
	text-decoration:none;
	text-align:center;
	margin-right:10px;
}
a.lapok:hover {
	background-image:url('../images/lap_bg_on.gif');
}
a.lapok_active {
	display:block;
	width:30px;
	float:left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image:url('../images/lap_bg_on.gif');
	background-color:#202020;
	color:#303030;
	font-weight:bold;
	font-size:13px;
	height:15px;
	padding-top:2px;
	text-decoration:none;
	text-align:center;
	margin-right:10px;
}

p.m_box {
	display:block;
	clear:both;
	width:575px;
	padding:15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image:url('../images/post_bg.png');
}
p.g_box {
	display:block;
	float:left;
	width:200px;
	padding:30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image:url('../images/post_bg.png');
	text-align:center;
	margin:20px;
}
a.galeria_link {
	text-decoration:none !important;
	color:#e1d3b0 !important;
	font-size:14px !important;
	line-height:20px !important;
	font-weight:bold;
}
a.galeria_link img {
	border:4px solid #e1d3b0;
}
a.galeria_link:hover img {
	border:4px solid #fff;
}
a.galeria_link:hover {
	color:#fff !important;
}
.galeria_cim {
	font-size:14px;
	font-weight:bold;
}


.marg_bott {
	margin-bottom:12px !important;
}
p.m_box span.hir_szov {
	line-height:20px !important;
	margin-top:10px !important;
	display:block;
}
p.m_box span.konc_datum {
	font-size:14px;
	font-weight:bold;
}
p.m_box span.konc_varos {
	font-size:14px;
	font-weight:bold;
	color:#ff8606;
}
span.konc_helyszin {
	font-size:13px;
	color:#e1d3b0;
	display:block;
	margin-top:4px;
	margin-bottom:4px;
}


span.m_num {
	color:#fefefe;
	font-size:11px;
	font-style:italic;
	display:block;
	margin-bottom:4px;
	font-weight:normal;
}
span.m_name {
	
}
p.m_box a{
	margin-bottom:4px;
	color:#ff8606;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
p.m_box a:hover{
	text-decoration:underline;
}
p.m_box a.konc_link {
	font-size:12px !important;
}
a.linknone {
	display:none !important;
	visibility:hidden !important;
}
span.m_date {
	color:#ff8606;
	font-size:11px;
	display:block;
	margin-bottom:4px;
	font-weight:normal;
}
span.m_message {
	color:#debe71;
	font-size:13px;
	display:block;
	margin-bottom:4px;
	font-weight:normal;
	line-height:18px;
}
span.m_email {
	color:#debe71;
	font-size:13px;
	display:block;
	margin-bottom:4px;
	font-weight:normal;
}

hr.mess_sep {
	border:1px solid #f0d79c;
	border-top-width:1px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	margin:20px 165px 20px 165px;
	width:300px;
	opacity:0.3;
}


#formok {
	font-size:12px;
	width:630px;
	height:250px;
	position:absolute;
	left:330px;
	top:10px;
}
#lapozas {
	position:absolute;
	left:330px;
	top:215px;
}
#bejegyzesek {
	position:absolute;
	width:630px;
	top:245px;
	left:330px;
	overflow:scroll;
	overflow-x:hidden !important;
	height:280px;
}

#formok #bal, #formok #jobb {
	width:315px;
	height:250px;
	float:left;
	position:relative;
}


#formok input, #formok textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color:#ede8dc;
	padding:4px;
	color:#303030;
	font-family:"Arial";
	font-size:12px;
	border:0px;
	width:280px;
	font-weight:bolder;	
}
#formok textarea {
	height:64px;
}
#formok input:focus, #formok textarea:focus {
	background-color:#fff;
}
#formok input.gomb {
	width:auto !important;
}
#formok a {
	color:#debe71;
	text-decoration:none;
}
#formok a:hover {
	text-decoration:underline;
}
#formok p {
	margin-bottom:10px;
}
#formok label {
	font-weight:bold;
	display:block;
	width:280px;
	padding-bottom:4px;
}

#myspacelink {
	position:absolute;
	width:120px;
	height:70px;
	top:342px;
	left:80px;
}
#myspacelink a {
	display:block;
	width:100%;
	height:100%;
}
.tagtitle {
	font-size:14px;
	font-weight:bold;
	color:#ff8606;
}
.tagtul {
	font-size:13px;
	color:#e1d3b0;
	margin-top:4px;
	margin-bottom:4px;
	font-weight:bold;
}
p.tagok {
	display:block !important;
	clear:both !important;
	width:575px !important;
	padding:15px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	background-image:url('../images/post_bg.png') !important;
	margin-bottom:10px !important;
}
p.tagok img {
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border:4px solid #C55307 !important;
	margin-left:8px !important;
	margin-right:8px !important;
}
p.tagok img:hover {
	border:4px solid #F57C23 !important;
}
.center {
	text-align:center !important;
}

#hirlevel {
	font-size:13px;
	width:575px !important;
	padding:15px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	background-image:url('../images/post_bg.png') !important;
}
#hirlevel label {
	padding-right:20px;
}
#hirlevel p {
	margin-bottom:3px;	
}
#hirlevel input {
	padding:4px;
	border:none;
	background-color:#ede8dc;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	font-weight:bold;
	width:200px;
}
.hirlev_btn {
	width:auto !important;	
}
.hirlev_radio {
	width:auto !important;	
}
#hirlevel input:focus {
	background-color:#fff;	
}

.album_item {
	font-size:13px;
	width:575px !important;
	padding:15px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	background-image:url('../images/post_bg.png') !important;
	margin-bottom:30px;
}
.album_title {
	color:#ffe116;
	font-size:16px;
	font-weight:bold;
	display:block;
	padding-bottom:15px;
}
.album_info {
	padding-left:265px;
	min-height:260px;
}
.a1 {
	background-image:url(../uploads/covers/szabadsag_fele.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.a2 {
	background-image:url(../uploads/covers/forog_a_gep.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.album_tracklist {
	font-size:13px;
	line-height:20px !important;
}
.dalszoveg {
	line-height:18px !important;	
}