body {
		font-size: 0.8em;
		font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
		font-weight: lighter;
		background-image: url('images/b5.jpg');
		color: #f5e5d1;
}

#lang {

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	width: 735px;
	height: auto;

}

em {
	font-weight: bold;
	font-style: italic;
}

div.kozep {

	display: block;
	position: relative;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 450px;

}

#container {

	margin-left: auto;
	margin-right: auto;
	border: 5px solid #282828;
	background-color: #462711;
	width: 735px;
	height: auto;

}

#footer {
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: black;
	height: 30px;
}

#content {

	margin-left: auto;
	margin-right: auto;

}
/*

element.style {
	display: block;
}
*/

img {
	display: block;
	margin: 0;
}

img.sponsor {
	margin-bottom: 30px;
	margin-top: 30px;
	border: 0px;
}

img.content {
	display: block;
	border: 3px solid #282828;
    margin: 10px auto;
    
}

ul {
	list-style-image: url(http://www.szimfonikusok.hu/site/gr/bullet.png);
}

h2, h3 {
	margin-left: 10px;
}

p {
	word-wrap: normal;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

a {
	cursor: pointer;
	color: #f5e5d1;
	font-weight: bold;
}

#footer p {
	font-size: 0.7em;
	margin-left: 270px;
	margin-top: 10px;
}

#repertoire ul {
	margin-left: -20px;
	text-indent: 5px;
	list-style: none;
	font-variant: small-caps;
}

#repertoire ul li {
	margin-top: 15px;
	font-size-adjust: 0.7;
}

#repertoire ul ul {
	font-variant: normal;
	font-size: smaller;
}

#repertoire ul ul li {
	margin-top: 0px;
	font-size: smaller;
}

ul#members {
	margin: 20px 200px;
	display: block;
	list-style: none;
	font-variant: small-caps;
	font-size-adjust: 0.7;
}

ul#members ul {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-variant: normal;
	font-size: smaller;
}

/* articles */
div.article
{
	border: 5px solid #282828;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

div.article_header
{
	padding: 5px;
	color: white;
/* 	font-size: 1.2em; */
	font-weight: bold;
	background-color: black;
	border-bottom: white solid 1px;
	border-top: white solid 1px;
	cursor: pointer;
}

div.article_content
{
	background-color: #5c1b01;
	padding: 5px;
}

div.article_content p
{

	margin: 0px;
	margin-bottom: 5px;

}

table.rehearsal tr td
{
	background: #967b74;
	padding: 3px;
}



div.ticket_event {
	width: 70%;
	margin: 20px auto;
    border-width: 7px;
    padding: 10px;
    background-color: #330000;
    border-style: solid;
    border-color: #33cc00;
}

div.sold {
    
    border-color: #ff3333;
    
    border-width: 7px;
    
    border-style: solid;
    
}

div.to_be_sold {
    border-color: #cc6600;
    border-width: 7px;
    border-style: solid;
}
    
div.ticket_event p,  div.ticket_event h1 {
    padding: 0px;
    margin: 0px;
}

span.remain {
    
    font-size: 1.1em;
    
    color: #336633;
    
    background-color: #99cc66;
    
}

label.ticket {
    display: block;
    margin-top: 10px;
}


