
.leftContent
{
	float:left;
	width:650px;
}

.rightContent
{
	float:right;
}

/* GOMBOK */

.tab
{
	display:block;
	float:left;
	width:192px;
	height:37px;
	padding-left:28px;
	padding-top:17px;
	background:url(../i/tab_active.gif) no-repeat;
	margin-left:-1px;
	font-size:18px;
	text-decoration:none;
	color:#e6253a;
}

.inactive
{
	background:url(../i/tab_inactive.gif) no-repeat;
	color:#FFF;	
}

.buttons
{
	height:54px;
	border-bottom:#e6253a solid 1px;
}


.marginBottom20
{
	margin-bottom:20px;
}

.smallTabs
{
	width:100%;
	overflow:hidden;
	border-bottom:#d12033 solid 1px;
}

.smallTabs .tabSmall
{
	background:url(../i/tab-small-left.png) left no-repeat;
	float:left;
	margin-right:1px;
}

.smallTabs .tabSmall a
{
	background:url(../i/tab-small-right.png) right no-repeat;
	display:block;
	height:38px;
	padding-left:10px;
	padding-right:11px;
	text-decoration:none;
	color:#e6253a;
	font-size:13px;
	font-weight:bold;
	padding-top:7px;
	text-align:center;
}

.smallTabs .active
{
	background:url(../i/tab-small-left-active.png) left no-repeat;
}

.smallTabs .active a
{
	background:url(../i/tab-small-right-active.png) right no-repeat;
	color:#FFF;
}

.tabSmall a span
{
	display:block;
	color:#ff9f1d;
	text-align:center;
	font-size:11px;
	margin-top:1px;
	font-weight:normal;
}

/* AKTUÁLIS KURZUSOK */

.listHolder
{
	border-top:#e6253a solid 1px;
	padding-bottom:4px;
	width:100%;
	overflow:hidden;
	position:relative;
}

.listHolder .date
{
	position:absolute;
	color:#876d49;
	top:50%;
	margin-top:-25px;
}

.listHolder .date h2
{
	font-size:36px;
	margin-bottom:-5px;
}

.listHolder .date span
{
	font-size:14px;
}

.listHolder .listItem
{
	width:860px;
	height:71px;
	background:url(../i/programnaptar_list_bg.gif) no-repeat;
	float:right;
	margin-top:4px;
        position: relative;
}



.listItem div
{
	float:left;
}

.listItem .left
{
	width:161px;
	padding-left:59px;
	padding-top:20px;
}

.listItem .left span
{
	font-size:12px;
	color:#8f7654;
	display:block;
	padding-bottom:3px;
}

.listItem .left p
{
	color:#f5a41c;
	font-size:17px;
	font-weight:bold;
}

.listItem .right h2
{
	font-size:18px;
	color:#FFF;
	padding-top:18px;
}

.listItem .right span
{
	font-size:12px;
	color:#ffb944;
}

.listItem .apply
{
	background:url(../i/btn_jelentkezem.gif) no-repeat;
	display:block;
	width:112px;
	height:23px;
	float:right;
	margin-top:24px;
	margin-right:19px;
}

.listItem a
{
	text-decoration:none;
	color:#FFF;
}

.listHolder .listItem .newstamp{
    position: absolute;
    width: 71px;
    height: 71px;
    background: url('../i/stamp_novinka.png') 0 0 no-repeat;
    right: 150px;
    
}

/* MEGTELT */

.listHolder .full
{
	background:url(../i/programnaptar_list_bg_megtelt.gif) no-repeat;
}

.listHolder .full .right span
{
	font-size:12px;
	color:#876d49;
}

/* ------------------------- */

.month
{
	font-size:30px;
	color:#e6253a;
	padding-bottom:22px;
	padding-top:22px;
	width:100%;
	overflow:hidden;
	
}

.month h2
{
	float:left;
}

.month .sup
{
	font-size:12px;
	padding-top:3px;
	padding-right:6px;
}

.border0
{
	border:0;
}

