@import url("reset.css");

/*basic*/

html, body {
	height: 100%;
}

body {
	background-color: #CCC;
	color: #5b5c5e;
	font: 14px Georgia, "Times New Roman", Times, serif;	
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

strong, b {
	font-weight: bold;

}



#wrapper {	
    margin: 0 auto;
    width: 960px;
    position: relative;
}

/* fejlec */

#header {

	background: #fff;
	background: -moz-linear-gradient(top,#ffffff 60%, #d6d5d4 140%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(140%,#d6d5d4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#ffffff 60%,#d6d5d4 140%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#ffffff 60%,#d6d5d4 140%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,#ffffff 60%,#d6d5d4 140%); /* IE10+ */
	background: linear-gradient(to bottom,#ffffff 60%,#d6d5d4 140%); /* W3C */

	/*background: url(../images/header-bg.jpg) top left repeat-x;*/

    margin: 0;
    position: relative;
    padding: 0;
    height: 72px;

	border-radius: 0 0 10px 10px;

    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
}
#logo {
	background-color: #ffffff;
	position: absolute;
	top: 5px;
	left: 70px;
	padding: 40px 16px 20px;
    box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.3);
}

#picblock-inner {
	background-image: url(../images/header-sml.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #f5f5f5;
	margin: -20px 10px 0;
	padding: 0;
	width: 940px;
	height: 250px;
    box-shadow:  0px 0px 27px rgba(0, 0, 0, 0.75), inset 0 0 30px rgba(0,0,0,.75);
}

.splash #picblock-inner {
	background-image: url(../images/header.jpg);
	height: 543px;
	background-position: top;
	margin-bottom: -20px;
    box-shadow:  0px 0px 27px rgba(0, 0, 0, 0.75), inset 0 -20px 30px rgba(0,0,0,.75);
}

.picblock {
	position: absolute;
	font-size: 2.6em;
	text-shadow: 5px 5px 7px rgba(0,0,0,.65);
	line-height: 1.5;
	right:70px;
	top: 120px;
	text-align: right;
}

.picblock i {
	font-style: italic;
	line-height: 1;
}

.splash .picblock {
	font-size: 4em;
	top: 320px;
	left: 70px;
	right: auto;
	text-align: left;
}

/* tartalom */

.icon-button {
	position: absolute;
	top: 30px;
	left: 79px;

	border: 12px solid transparent;
	border-radius: 100%;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	display: block;
	height: 120px;
	width: 120px;
	background: transparent;

	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;

	-webkit-transition: border-color .15s ease, box-shadow .15s ease;
}
b.icon-button,
.icon-button:hover {
	border-color: rgb(241,168,203);
	box-shadow: 0 4px 8px rgba(0,0,0,.3);
}
.icon-button span {
	background: #fff;
	background: -webkit-gradient( radial, 50% 50%, 30, 50% 50%, 120, from(#fff), to(rgb(214,213,212)) );

	border-radius: 60px;
	display: block;
	height: 120px;
	width: 120px;

	box-shadow: 0 4px 8px rgba(0,0,0,.3);
}

#content-inner {
	color: #5b5c5e;

	background: #fff;
	background: -moz-linear-gradient(top, #d6d5d4 -10%, #ffffff 20%, #ffffff 80%, #d6d5d4 110%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%,#d6d5d4), color-stop(20%,#ffffff), color-stop(80%,#ffffff), color-stop(110%,#d6d5d4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6d5d4 -10%,#ffffff 20%,#ffffff 80%,#d6d5d4 110%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6d5d4 -10%,#ffffff 20%,#ffffff 80%,#d6d5d4 110%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6d5d4 -10%,#ffffff 20%,#ffffff 80%,#d6d5d4 110%); /* IE10+ */
	background: linear-gradient(to bottom, #d6d5d4 -10%,#ffffff 20%,#ffffff 80%,#d6d5d4 110%); /* W3C */

    position: relative;
    
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);

	border-radius: 10px;
}

.content-box {
	float: left;
	width: 50%;
	position: relative;
	min-height: 200px;
}

.content {
    padding: 30px 45px 30px 290px;
    min-height: 150px;
    float: left;
}
.content-trim {
	line-height: 1.3;
	max-height: 210px;
	overflow: hidden;
}
.splash .content {
    padding: 30px 25px 30px 210px;
    min-height: 150px;
    float: left;
}
.splash .icon-button {
	left: 40px;
}


#content-inner h1 {
	color: #327570;
    font-size: 2em;
	margin: .5em 0;
	text-transform: uppercase;
}
.content h2 {
	color: #327570;	
	font-size: 1.6em;
	margin: .5em 0;
}
.content p {
	margin: 1em 0;
}
.content .more {
	color: rgb(131,130,112);
	text-decoration: none;
}

.content a:link, .content a:visited {	
	color: #327570;
	text-decoration:underline;
	
}
.content a:hover {
	color: #327570;
	text-decoration: none;
}




/* menu */

.menu {
	position: absolute;
	top: 41px;
	left: 233px; 
	float: left;		
}
.liMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.liMenu li {
	list-style-image: none;
	display: inline;
	margin: 0;
	padding: 0px;
}
.liMenu li a:link, .liMenu li a:visited {
	display: inline;
	/*padding: 40px 10px 30px 10px;*/
	padding: 41px 8px 14px 8px;
	color: #327570;
	margin-right: 0px;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	/*-webkit-transition: color .2s ease;*/
}
.liMenu li a:hover {
	/*background: url(../images/menu-bg-hover.jpg) top left repeat-x;*/
	color: #ffffff;
	background: #327570;
	background: -moz-linear-gradient(bottom,#327570 20%, #d6d5d4 100%); 
	background: -webkit-gradient(linear, left bottom, left top, color-stop(20%,#327570), color-stop(100%,#d6d5d4)); 
	background: -webkit-linear-gradient(bottom,#327570 20%,#d6d5d4 100%); 
	background: -o-linear-gradient(bottom,#327570 20%,#d6d5d4 100%); 
	background: -ms-linear-gradient(bottom,#327570 20%,#d6d5d4 100%); 
	background: linear-gradient(to top,#327570 20%,#d6d5d4 100%); 
}
.liMenu li:last-child a:hover {
	/*background: url(../images/menu-bg-hover.jpg) top left repeat-x;*/
	color: #ffffff;
	background: #327570;
	background: -moz-linear-gradient(bottom,#327570 20%, #d6d5d4 100%); 
	background: -webkit-gradient(linear, left bottom, left top, color-stop(20%,#327570), color-stop(100%,#d6d5d4)); 
	background: -webkit-linear-gradient(bottom,#327570 20%,#d6d5d4 100%); 
	background: -o-linear-gradient(bottom,#327570 20%,#d6d5d4 100%); 
	background: -ms-linear-gradient(bottom,#327570 20%,#d6d5d4 100%); 
	background: linear-gradient(to top,#327570 20%,#d6d5d4 100%);
	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.first2 {
	background: url(../images/menuhat.png) bottom left no-repeat;
}
.menuhat {
	position: absolute;
	top: 127px;
	left: 0px;
}
.menuspac {
	position: absolute;
	top: 0px;
	/*left: 0px;*/
	background-color: #FFF;
	margin: 0;
	height: 23px;
	width: 10px;
	border: 0px;
}


.menu2 {
	margin-right: 20px;	
}

/* lablec */

#footer-top {
	background: rgb(0, 101, 93);
	color: #fff;
	margin: -10px 10px;
	padding: 30px 30px;
	box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.75);
	height: 3em;
}

#footer-menu a {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin: 2px;
	/*line-height: 1;*/
}
#footer-menu {
	float: left;
}

#footer-menu li {
	border-left: 1px solid #fff;
	line-height: 3em;
	float: left;
}
#footer-menu li:first-child {
	border-left: none;
}


#footer-bottom {
	background: #fff;
	background: -moz-linear-gradient(bottom,#ffffff 60%, #d6d5d4 140%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(60%,#ffffff), color-stop(140%,#d6d5d4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,#ffffff 60%,#d6d5d4 140%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,#ffffff 60%,#d6d5d4 140%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,#ffffff 60%,#d6d5d4 140%); /* IE10+ */
	background: linear-gradient(to top,#ffffff 60%,#d6d5d4 140%); /* W3C */

    height: 65px;	
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
    
    -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    
    clear: both;
}

.copyright {
	color: #fff;
	float: right;
	font: 12px Arial, sans-serif;
	line-height: 3em;
}

/*
Pager object main index design
*/
.pager span{
font-size:10px;
padding: 0px 2px 0px 2px;
}
.pager_cindex{
	font-weight:bold;
}
/*-*/


