body 
{
	font-family:Tahoma; 
	font-size:12px;
	color: #FFFFFF;
	background-color:#7C786C;
}

.leftTd
{
	background: url('images/left.jpg');
    background-repeat: repeat-y;
    width: 53px;
}

.rightTd
{
	background: url('images/right.jpg');
    background-repeat: repeat-y;
    width: 52px;
}

/* link */

a:link 
{
	font-size:8pt;
	font-weight:bold;
	text-decoration: underline;
	color: #FFFFFF;
	background-color: colorhere;
	border:none;
}

a:visited 
{
	font-size:8pt;
	font-weight:bold;
	text-decoration: underline;
	color: #FFFFFF;
	background-color: colorhere;
	border:none;
}

a:hover 
{
	text-decoration: underline;
	color: #7C786C;
	background-color: #D7CDB4;
	border:none;
}

a:active 
{
	font-size:8pt;
	font-weight:bold;
	text-decoration: underline;
	color: #7C786C;
	background-color: colohere;
	border:none;
}

.dark:link
{
	font-size:10pt;
	font-weight:bold;
	text-decoration: underline;
	color: #000000;
	background-color: colorhere;
	border:none;
}

.dark:visited 
{
	font-size:10pt;
	font-weight:bold;
	text-decoration: underline;
	color: #000000;
	background-color: colorhere;
	border:none;
}

.dark:hover 
{
	text-decoration: underline;
	color: #7C786C;
	background-color: #D7CDB4;
	border:none;
}

.dark:active 
{
	font-size:10pt;
	font-weight:bold;
	text-decoration: underline;
	color: #7C786C;
	background-color: colohere;	
	border:none;
}

.darksmall:link
{
	font-size:8pt;
	font-weight:bold;
	text-decoration: underline;
	color: #000000;
	background-color: colorhere;
	border:none;
}

.darksmall:visited 
{
	font-size:8pt;
	font-weight:bold;
	text-decoration: underline;
	color: #000000;
	background-color: colorhere;
	border:none;
}

.darksmall:hover 
{
	text-decoration: underline;
	color: #7C786C;
	background-color: #D7CDB4;
	border:none;
}

.darksmall:active 
{
	font-size:8pt;
	font-weight:bold;
	text-decoration: underline;
	color: #7C786C;
	background-color: colohere;	
	border:none;
}

.download:link 
{
	font-size:8pt;
	font-weight:bold;
	text-decoration: underline;
	color: #800000;
	background-color: colorhere;
	border:none;
}

download:visited 
{
	font-size:8pt;
	font-weight:bold;
	text-decoration: underline;
	color: #800000;
	background-color: colorhere;
	border:none;
}

download:hover 
{
	text-decoration: underline;
	color: #77746B;
	background-color: colorhere;
	border:none;
}

download:active 
{
	font-size:8pt;
	font-weight:bold;
	text-decoration: underline;
	color: #77746B;
	background-color: colohere;
	border:none;
}

/* ul */
ul
{
	list-style:disc;
}

li
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
}

/* div */

div.noprogram
{
	padding: 10px;
	margin: 0 0 20px 0; 
}

div.titlebox
{
	border: 1px solid #000000;
	padding: 10px;
	margin: 0 0 20px 0; 
	background-color: #B9B4A8;
}


/* Szöveg */

.menutitle {font-weight:bold; font-size:10pt; color: #FFFFFF; text-align:left;}
.grouptitle {font-weight:bold; font-size:12pt; color: #565248; text-align:left;}
.title {font-weight:bold; font-size:12pt; color: #FFFFFF; text-align:left;}
.titleforum {font-weight:bold; font-size:12pt; color: #000000; text-align:center;}
.adat {font-weight:bold; font-size:8pt; color: #000000; text-align:left;}
.leiras {font-weight:normal; font-size:8pt; color: #000000; text-align:justify;}
.program {font-weight:bold; font-size:10pt; color: #FFFFFF; text-align:left;}
.program2 {font-weight:bold; font-size:10pt; color: #565248; text-align:left;}
.reszlet {font-weight:bold; font-size:8pt; color: #535048; text-align:right; text-decoration:underline; display:block;}
.bezaras {font-weight:bold; font-size:8pt; color: #535048; text-align:right; text-decoration:underline; display:none;}


p {font-weight:normal; font-size:8pt; color: #000000; text-align:justify;}


