/* @override 
	http://localhost/priv/ztm/ztm_rpo/tpl/default/css/main.css
	http://ztm.lublin.eu/rpo/tpl/default/css/main.css
*/

html {
	min-height: 100%;
	background-color: #002BD9;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6763ad), color-stop(400px, #c7c4e3));
	background-image: -webkit-linear-gradient(top, #002BD9 0, #dde1ff 400px);  
	background-image:    -moz-linear-gradient(top, #002BD9 0, #dde1ff 400px); 
	background-image:     -ms-linear-gradient(top, #002BD9 0, #dde1ff 400px);  
	background-image:      -o-linear-gradient(top, #002BD9 0, #dde1ff 400px);   
	background-image:         linear-gradient(top, #002BD9 0, #dde1ff 400px);
}

img.cycler_img {
	box-shadow: 2px 2px 5px #233350;
	behavior: url(wbt.htc);
	border: 3px solid white;
}

body {
	margin: 0 auto;
	font: bold 16px 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #002BD9;
}

/* @group mainheader */

#rightcol a {
	color: #002BD9 !important;
}

#mainmenu {
	position: absolute;
	font: normal 15px 'Exo', Helvetica, Arial, sans-serif;
	margin-left: 220px;
}

#mainmenu a {
	display: inline-block;
	padding: 16px 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#darkpanel {
	position: relative;
	top: 0;
	background: #fff;
	height: 50px;
	box-shadow: 0 0 10px #000;
	behavior: url(wbt.htc);
	z-index: 10;

}

.center_header {
	position: relative;
	margin: 0 auto;
	width: 800px;
}

#ztm_logo {
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	width: 193px;
	height: 25px;
	background: url(../gfx/ztm_logo.png);
	margin: 14px 0 0 0;
}

#header_banner {
	position: relative;
	width: 800px;
	height: 140px;
	margin: 0 auto;
	background: url(../gfx/top_banner.jpg?a) 0px -10px;
	z-index: 1;
}

#header_overlay {
	right: -30px;
	top: -20px;
	position: absolute;
	width: 313px;
	height: 160px;
	background-image: url(../gfx/top_overlay.png);
	z-index: 50;
}


/* @end */

/* @group maincontent */

#breadcrums a {
	font: normal 12px 'Exo', Helvetica;
	text-decoration: none;
	color: #666;
	padding: 5px 10px;
	display: inline-block;
}

#maincontent {
	position: relative;
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding:10px 0;
}

#maincontent #leftcol {
	display: table-cell;
	width: 540px;
	padding: 10px;
}

#maincontent #rightcol {
	display: table-cell;
	width: 250px;
	padding: 10px;
	border-left: 1px solid #f4e5e5;
}

.news h2 {
	font: bold 16px 'Exo', Helvetica;
	padding-bottom: 5px;
}

.news p {
	font: normal 13px 'Trebuchet MS';
	color: #000;
	padding: 0 10px;
}

.news p strong {
	font-weight:bold !important;
}

.news .more, .news .back {
	display: block;
	text-align: right;
	text-decoration: none;
	color: #7a0026;
	font-size: 13px;
}

#rightcol div.news h2 {
	background: url(../gfx/col_bg.png);
}



/* @end */

/* @group footer */

#footer #eulogos {
	padding: 20px 0 0 0;
	margin: 0 auto;
	width: 800px;
	height: 77px;
	background: #fff url(../gfx/footer_eulogos.png) 120px 0px no-repeat;
}

#footer p {
	background: #fff;
	display: block;
	width: 800px;
	text-align: center;
	font: normal 12px 'Exo', Helvetica;
	color: black;
	margin: 0 auto;
}

/* @end */

#leftcol div.news h1 {
	position: relative;
	padding-right: 70px;
}

span.data {
	position: absolute;
	top: 2px;
	right: 0px;	
	font: normal 10px Arial;
	color: #666;
}