@import url('/css/sidemenu.css');

body, html {
	background: #ccc url(../img/front/main_back.gif);
	background-position: center top;
	padding: 0px;
	margin: 0px;
}

div#site_wrapper {
	position: relative;
}
#head {
	background: #ccc url(../img/front/header_back.jpg);
	background-position: center top;
	height: 48px;
}

#content_wrapper {
	background-color: #ebd9c0;
	width: 851px;
	margin-left: auto ;
	margin-right: auto ;
	/* padding-bottom: 20px; */
}


#leftcol {
	/* amikor ez div volt....
	float: left; 
	width: 166px;
	margin-top: 15px;
	margin-left: auto ;
	margin-right: auto ;
	padding: 0 15px 15px 15px;
	*/
	width: 160px;
	vertical-align: top;
	padding: 20px;
	background: #F5ECDB;
}
#leftcol, #leftcol a{
		/* font-size: 11px; */
}
#leftcol .cim {
	color: #761117;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
#leftcol hr {
	border: none;
	border-bottom: 1px solid #DBCEB6;
	margin: 20px 0;
}

#rightcol {
	vertical-align: top;
	width: 650px;
}
#left_calendar {
	margin-bottom: 30px;
}
#content {
	margin-top: 15px;
	margin-left: auto ;
	margin-right: auto ;
	padding: 0 15px 15px 15px;
}

#menu_wrapper {
	background: #d58d25 url(../img/front/menu_back.jpg);
	height: 43px;
}


#image_slide {
	width: 851px;
	height: 155px;
	position: relative;
	background:#1a1a1a;
}
#df0, #dfa, #dfb {
	position: absolute; top:0; left:0; overflow: hidden; height: 155px;
	display: flex;
	align-items: center;
}
#dfa {
	opacity: 0;
}

#school_menu {
	height: 103px;
}

#footer {
	background: #ccc url(../img/front/footer_back.jpg);
	background-position: center top;
	height: 109px;
}

.torzsiskola h1 {
	background: url(../img/front/h1_hunyadi.gif) no-repeat;
	padding:15px 0px 15px 40px;
}

.tagiskola_main h1{
	color: #284271;
	background: url(../img/front/h1_vizafogo.gif) no-repeat right top;
	padding: 15px 40px 15px 0px;
	text-align: right;
}

.tagiskola h1{
	color: #284271;
	background: url(../img/front/h1_vizafogo2.gif) no-repeat;
	padding:15px 0px 15px 40px;
}



.tagiskola_main {
	color: #284271;	
}

#logo_wrapper {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9999;
}

#logo {
	/* background: url(../img/front/logo.png); */
	width: 152px;
	height: 101px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
}

.post {
	margin-bottom: 20px;
	display: table;
	clear: both;
	width: 95%;
}
.post img.ill {
	 float: left; margin: 0px 10px 5px 0pt; border: 2px solid rgb(211, 184, 146);
}

table.photo {
	border-spacing: 5px;
	border-collapse: separate;
	margin: -5px;
}
table.photo td {
	width: 115px;
	height: 115px;
	text-align: center;
	vertical-align: middle;
	background: #F3E7D5;
	border: 1px solid #DFCFB9;
}

table.photo img {
	border: 0;
}


div.pager {
	text-align: center;
}

table.kiemelt_programok td {
	vertical-align: top;
	padding-bottom: 20px;
}

table.kiemelt_programok td.cim {
	padding-right: 20px;
}
table.kiemelt_programok td.cim img {
	vertical-align: middle;

}


.progerror {
	color: #ff3333;
}
.success {
	color: #339933;
}
.error {
	color: #ff7900;
}
.info {
	color: #009900;
}
div#output {
	margin: 20px 0px;
	padding: 8px 15px;
	border: 1px dashed #000099;
	background-color: #f2f2f2;
}

#search-input {
	width: 105px;
	margin:0;
}