body {
	min-width: 973px;
	min-height: 100%;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.clear {
	clear: both;
}

a {
	cursor:pointer;
}

a:hover {
	cursor:pointer;
}

/* HEADER */

#header {
	height: 97px;
	background: #FFFFFF;
}

h1 a {
    padding: 97px 0 0 0;
    overflow: hidden;
	height: 0px !important;
    height /**/: 97px;
    width: 394px;
	display: block;
	background: url(images/hd_logo.gif) no-repeat;
	float: left;
	font-size: 16px;
}

/* THINGS TO HIDE FROM PRINTING */

#header .box, #menu, .cl_submenu, .cl_page_end, .cl_text .funcbox, .cl_text a.newcase, .cl_text a.test, #footer_menu, #footer .links {
	display: none;
}

/* STÁTUSZ */

#status {
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	margin: 0 20px 0 20px;
	border-bottom: solid 2px #555555;
}

#status a, #status span {
	color: #000000;
	height: 27px;
	padding: 5px 3px 0 3px;
	display: block;
	float: left;
}

#status span {
	font-weight: normal;
}


/* CONTENT */

#content {
	width: 100%;
	min-height: 536px;
}

/* TEXT */

.cl_text {
	font-size: 15px;
	line-height: 23px;
}

.cl_page {
	padding: 15px 20px 0 20px;
}

.cl_text .half_left {
	width: 49.5%;
	float: left;
}

.cl_text .half_right {
	width: 49.5%;
	float: right;
}

.cl_text .tierce {
	width: 33%;
	float: left;
}

.cl_page .container {
	margin: 5px 20px 5px 0;
}

.cl_text .separator {
    padding: 1px 0 0 0;
    overflow: hidden;
	height: 0px !important;
    height /**/: 1px;
	width: 100%;
	background: #d3d2d3;
	float: left;
	margin: 10px 0 10px 0;
}

.cl_text h3 {
	font-size: 18px;
	font-weight: normal;
	background: #EEEEEE;
	border: solid 1px #AAAAAA;
	padding: 5px;
	display: inline;
}

.cl_page h2 {
	font-size: 28px;
	display: block;
	padding: 7px 0 7px 0;
	border-bottom: solid 1px #d3d2d3;
	margin: 5px 0 7px 0;
	line-height: 30px;
}

.cl_text h4 {
	font-size: 17px;
	padding: 14px 0 3px 0;
	margin: 0 0 7px 0;
	border-bottom: dotted 1px #09579e;
	display: block;
	clear: both;
}


.cl_text h5 {
	font-size: 14px;
	padding: 14px 0 4px 0;
	border-bottom: solid 2px #777777;
	display: block;
	clear: both;
}

.cl_text .date {
	font-size: 12px;
	color: #4b4b4b;
	text-indent: 0;
}

.cl_text .image {
	background: #f8e7da;
	border: solid 1px #e1b08b;
	padding: 4px;
	
}

.cl_text .gallery_cont {
	padding: 7px 0 7px 0;
}

.cl_text .gallery {
	width: 150px;
	height: 150px;
	margin: 7px 7px 7px 0;
	float: left;
}

.cl_text .gallery a {
	background: #f5f5f5;
	border: solid 1px #e2e2e2;
	padding: 4px;
	display: block;
}

.cl_text .gallery img {
	margin: 0 auto;
}

.cl_text .image_text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0 0 0;
	color: #a17350;
	text-align: center;
}

.cl_text .image_link {
	color: #43250e;
	font-weight: bold;
}

.cl_text p {
	margin: 0 0 5px 0;
}

.cl_page p {
	margin: 0 0 5px 0;
	text-indent: 0px;
}

.cl_text ul {
	margin: 14px 0 14px 0;
	padding:0;
	list-style: square;
}

.cl_text li {
	padding: 0 0 7px 14px;
	margin: 0;
	list-style: disc;
	list-style-position: inside;
	line-height: 18px;
}

.cl_text ul ul {
	margin: 3px 0 0 0;
	padding:0;
}

.cl_text li li {
	font-size: 13px;
	padding: 0 0 3px 14px;
	margin: 0 0 0 7px;
	list-style: circle;
	list-style-position: inside;
}

.cl_text li li li {
	color: #555555;
	font-size: 12px;
	padding: 0 0 0 14px;
	list-style: circle;
	list-style-position: inside;
}

.cl_text .links li {
	font-size: 14px;
	padding: 0 0 5px 23px;
	margin: 0;
	list-style:none;
}

.cl_text .sitemap li {
	font-size: 14px;
	padding: 2px 0 2px 23px;
	margin: 0 0 3px 0;
	list-style:none;
	background: none;
}

.cl_text .sitemap ul {
	border-left: dashed 1px #DDDDDD;
	padding: 0 0 0 7px;
	margin: 0;
}

.cl_text li.doc {
	background: url(images/icon_doc.gif) no-repeat 0 1px;
}
.cl_text li.pdf {
	background: url(images/icon_pdf.gif) no-repeat 0 1px;
}
.cl_text li.pic {
	background: url(images/icon_pic.gif) no-repeat 0 1px;
}
.cl_text li.ppt {
	background: url(images/icon_ppt.gif) no-repeat 0 1px;
}
.cl_text li.txt {
	background: url(images/icon_txt.gif) no-repeat 0 1px;
}
.cl_text li.xls {
	background: url(images/icon_xls.gif) no-repeat 0 1px;
}
.cl_text li.zip {
	background: url(images/icon_zip.gif) no-repeat 0 1px;
}
.cl_text li.lnk {
	background: url(images/icon_lnk.gif) no-repeat 0 1px;
}
.cl_text li.mov {
	background: url(images/icon_mov.gif) no-repeat 0 1px;
}
.cl_text .sitemap li.lnk {
	background: url(images/icon_link.gif) no-repeat 0 1px;
}
.cl_text .sitemap li.folder {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/icon_folder.gif) no-repeat 0 2px;
	border-bottom: dotted 1px #555555;
	padding: 3px 0 2px 23px;
	margin: 0 0 3px 0;
}

.cl_text li.folder a {
	color: #000000;
	text-decoration: none;
}

.cl_text .sitemap ul li.folder {
	font-size: 12px;
}

.cl_text dl {
	margin: 7px 0;
	padding: 0 0 7px 0;
	line-height: 20px;
	border-bottom: solid 1px #d3d2d3;
}

.cl_text dt {
	font-size: 14px;
	color: #333333;
	padding: 0 0 5px 0;
}

.cl_text dd {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 14px 0;
}

.cl_text .lead {
	font-size: 16px;
	font-weight: bold;
}

.cl_text .left {
	float: left;
	margin: 3px 14px 7px 0;
	clear: none;
}

.cl_text .right {
	float: right;
	margin: 3px 0 7px 14px;
	clear: none;
}

.cl_text .center {
	margin:14px auto;
}

.cl_text table {
	margin: 10px 0 10px 0;
	border-collapse: collapse;
}

.cl_text table th {
	text-align: left;
	padding: 4px 8px 2px 8px;
	border: solid 1px #d3d2d3;
}

.cl_text table td {
	padding: 2px 8px 2px 8px;	
	border: solid 1px #d3d2d3;
}

.cl_text td.important {
	color: #06437a;
	font-weight: bold;
}

.cl_text tr.odd {
	background: #f5f5f5;
}

.cl_text .textbox {
	color: #525252;
	background: #f5f5f5;
	border: solid 1px #bcbcbc;
	width: 30%;
	padding: 5px 10px 5px 10px;;
	display: block;
	text-indent: 0;
}

.cl_text .alert {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background: #e63c33;
	border-top: solid 2px #bf1b13;
	padding: 3px 7px 3px 7px;
}

.cl_text .alert_note {
	color: #bf1b13;
	font-weight: bold;
	background: url(images/blt_red.gif) no-repeat 0 2px;
	padding: 0 0 0 16px;
}

/* FOOTER */

#footer {
	border-top: solid 1px #d3d2d3;
	margin: 10px;
	padding: 0 10px;
}

#footer.full_footer {
	margin: 0;
	padding: 0 20px;
	text-align: center;
}

#footer ul, #footer li {
	margin:0;
	padding:0;
	list-style:none;
}

#footer li {
	display: inline;
}

#footer .info {
	margin: 10px 0 10px 0;
}

#footer .info li {
	color: #4e4e4e;
	padding: 0 2px 0 10px;
	background: url(images/blt_footer.gif) no-repeat 0 3px;
}

#footer .info li.copyright {
	padding-left: 0;
	background: none;
}

.center {
	margin: 14px auto;
	text-align: center;
}

.center img {
	display: inline;
}

.outingPrintFooter {
	font-style: italic;
	margin-bottom: 20px;
	color: #0F8884;
	height: 142px;
}

.outingPrintBody {
	height:29cm;
	margin-left:10%;
	margin-right:10%;
}

.outingPrintBody .column2, .outingPrintBody .outingPrintFirstColumn {
	width:250px;
}

.outingPrintFooter p {
	font-size:12px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}

