/* General styles */
html, body {
	height: 100%;
}
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    background:#fff;
	font-size:90%;
	font-family: Tahoma;
	color: #161616;
}
a, ol.album a.play_song {
	color: #6E1210;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: solid 1px Black;
	margin-top: 0;
	margin-bottom: 0;
}
a:hover img {
	background: transparent;
}
h1 {
	font-size: 18px;
}
h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
	color: #6E1210;
}
p {
    margin:.4em 0 .8em 0;
    padding:0;
	text-align: justify;
}
img {
	margin:10px 0 5px;
}
ul {
	list-style-type: none;
	padding-left: 0px;
}
input, textarea, select {
	border: solid 1px #6E1210;
}
textarea {
	width: 300px;
	height: 150px;
}
td.left {
	text-align: right;
}
td.center {
	text-align: center;
}
td.right {
	text-align: right;
}
td.justify {
	text-align: justify;
}
th, td {
	padding: 2px;
}
form td {
	vertical-align: middle;
}
/* Header styles */
#wrap {
	height: auto !important;
	min-height: 100%;
	width: 990px;
	margin: 10px auto;
	border: solid 1px Black;
}
#header {
    clear:both;
    float:left;
    width:100%;
	height: 140px;
	background: #aa9033 url(../images/header_bg.png) top left repeat-x;
}
#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 15px;
    margin:0;
}
#language {
    float: right;
    margin: 9px 45px 0 0;
}
#language img {
    margin: 0;
    border: none;
}
#menu {
	margin: 30px 0 0 50px;
	height: 110px;
	background: transparent url(../images/header_bg2_en.png) bottom left no-repeat;
}
#menu.hu {
	background: transparent url(../images/header_bg2.png) bottom left no-repeat;
}
#menu ul {
    clear:left;
    float:left;
    list-style:none;
    padding:0;
	margin: 85px 0 0 140px;
    display: inline;
}
#menu ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}
#menu ul li a {
    display:block;
    float:left;
    margin:0 0 0 1px;
    padding:3px 5px;
    text-align:center;
    color:#000;
    text-decoration:none;
	line-height:1.3em;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#menu ul li a:hover {
	color:#fff;
}
#menu ul li a.active,
#menu ul li a.active:hover {
    color:#fff;
    font-weight:bold;
}
#menu ul li a span {
    display:block;
}

/* 'widths' sub menu */
#statusbar {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:left;
	font-size: 80%;
}
#statusbar input {
	font-size: 95%;
}
#statusbar span {
	float: right;
}
#statusbar form {
	display: inline;
}
/* column container */
.col1 h2 {
	margin-top: 20px;
	clear: both;
	font-size: 16px;
}
.col1 h2 a:hover {
	background: inherit;
	text-decoration: underline;
}
.col1 a img {
	border: none;
}
.colmask {
    clear:both;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	padding: 10px 0 0 0;
}
/* 2 column left menu settings */
.leftmenu {
	background: transparent url(../images/left_bg.gif) top left repeat-y;
}
.leftmenu .col1 {
    float: right;
    margin-right: 15px;
    display: inline;
    padding: 0;
    width: 770px;
}
.leftmenu .col2 {
    float:left;
    padding: 0 10px 0 5px;
    width:180px;
}
.leftmenu .col2 h2, .leftmenu .col2 h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #868786;
	margin-bottom: 0;
}
.leftmenu .col2 ul {
	margin: 0;
}
.leftmenu .col2 p {
	margin-top: 0;
}
/* Footer styles */
#footer {
    width:100%;
	bottom: 0;
	display: inline-block;
	height: 114px;
	background: #aa9033 url(../images/footer_bg.png) top left repeat-x;
	font-size: 10px;
	color: White;
}
#footer div {
	background: transparent url(../images/footer_bg2.png) top left no-repeat;
	margin-left: 105px;
	padding: 70px 0 0 0;
	height: 58px;
	width: 835px;	
	display: inline-block;
}
#footer p {
	text-align: right;
}
#footer a, #footer a:hover {
	color: White;
}
.article_more {
	text-align: right;
	margin: 0;
}
span.article_date {
	font-style: italic;
}
table.koncert {
	width: 100%;
}
th {
	background: #dddddd;
}
tr.row0 {
	background: #eeeeee;
}
tr.row1 {
	background: #f6f6f6;
}
td.kozep {
	text-align: center;
}
ol.album a {
	color: Black;
}
#player {
	float: right;

}
fieldset legend {
	margin-left: 15px;
}

span.label {
	float: left;
	position: relative;
	width: 130px;
	margin-left: 30px;
}
.col2 span.label {
	float: left;
	position: relative;
	width: auto;
	margin-left: 0;
}
.col2 input {
	
}
input.submit {
	margin-left: 160px;
}
input.red {
	border: solid 1px Red;
}
em.red {
	color: Red;
}
.captcha {
	vertical-align: middle;
	margin: 0;
}
span.guestbook_date {
	font-size: small;
}
p.guestbook_author {
	margin-bottom: 5px;
	margin-top: 20px;
	text-decoration: underline;
}
p.guestbook_message {
	margin-top: 0;
	text-align: left;
}
.album_item {
	width: 300px;
	height: 300px;
	float: left;
	text-align: center;
}
.gallery_item {
	width: 180px;
	float: left;
	text-align: center;
}
th, .gallery_item:hover, .gallery_listitem:hover{
	background: #F0ECDB;
} 
.gallery_listitem{
	width: 220px;
	padding: 5px;
	float: left;
	text-align: center;
}
.gallery_listitem a.imagelink, .gallery_item a.imagelink {
	line-height: 140px;
}
.gallery_listitem img, .gallery_item img {
	vertical-align: middle;
	border: solid 1px Black !important;
}
.gallery_newline {
	clear: both;
}
ol.album p {
	display: none;
}
div.social {
	text-align: center;
	margin-top: 40px;
}
div.social img {
	border: none;
}
.clear {
	clear: both;
}
ul.error_list {
	margin: 0;
	display: inline;
	color: Red;
}
div.forum p {
	text-align: left;
}
.banner {
	float: right;
	padding: 0 0 5px 5px;
}
ul.pagination li {
    display: inline;
    list-style-type: none;
    padding-right: 1em;
}