/****************************** Header ******************************/
.heading {
   border-bottom:13px solid black;
}
#headfooter {
    margin: 1px;
}
#footer-bottom {
    border-top: 1px solid grey;
}
/* Blue header #063053, #5c7c99*/
#header{
    position:relativ;
    top: 10px;
    left:0;
    background:linear-gradient(#91a4a3,#0071B5); 
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(#91a4a3,#0071B5);
    height:280px;
    width:100%;
	margin-bottom:1px
}
/* Alsó szegély */
#footer-bottom2 {
	top:100px;
    border-top: 1px solid lightgrey;
	position:relativ;
	margin-bottom: 0px
}
/* Margót kihúzza */
div, body {
	size:100%;
    margin: 0px;
    padding: 0px;
}

/****************************** Menu ******************************/
#nav-menu ul{
			list-style: none;
			padding: 0;
			margin: 280px;
			display: block;
			position: absolute;
			top: -40px;/*??*/
			left: -280px;  			   
}


/* Egymás mellé */
#nav-menu li{
			float: right;
			margin: 0 0.15em;
}
/* Keret */
#nav-menu li a{
				
				height: 2em;
				line-height: 2em;
				float: left;
				/*width: 6em;*/
                                width:100%;
                                margin:0px 5px;
				display: block;
				color: white;
				text-decoration: none;
				text-align: center;
				
}
/* Mouse on */
#nav-menu a:hover {
		color: black;
        background: #FFFAFA;
}
/****************************** Background ******************************/
body, td { background-color: transparent; border: none; border-width: 0px; }
body { 
background-color:rgb(0,0,0);
background-image: url(images/white.gif);
background-attachment: fixed;
background-position: top left;
background-repeat: repeat;
}

div.centre
{
  width: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/************************* div középre pozícionálás *******************/
#relativdiv {width: 70%; 

			margin-right: auto; 
			margin-left: auto; 
			padding: 25px;
}

/****************************** div Színátmenet ******************************/
#basic {
	
	position: relative; 
	top:-320px;
	border:1px solid black;
	padding:10px;
	background: white;
	
	/* Safari and Google Chrome */
	background: -webkit-linear-gradient(top, white, #F8F8F8);
	
	/* Firefox */
	background: -moz-linear-gradient(top, white, #F8F8F8);
	
	/* Opera */
	background: -o-linear-gradient(top, white, #F8F8F8);
	
	/* Internet Explorer */
	background: -ms-linear-gradient(top, white, #F8F8F8);
	
	/* W3C Standard */
	background: linear-gradient(to bottom, white, #F8F8F8);"
	}	
/****************************** Slideshow ******************************/
#gallerydiv {
			position: relative;
			width: 592px;
			height: 332px;
			top: -230px; /*??*/
			left: 50%;  
			background-color: white; 
			padding: 0px;
			border-radius:8px; /*kerekítés*/
			border:1px solid #ffffff;
		padding:1px;
		-khtml-box-shadow:rgba(0,0,0,0.5) 0px 0px 8px;
		-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 8px;
		box-shadow:rgba(0,0,0,0.5) 0px 0px 8px;
}
/****************************** Logo ******************************/
#logodiv {
			position: relative;
			width: 32%;
			height: 150px;
			top: -605px;
			left: 15px;  
			padding: 0px;	
			
}
			
/* Font */
p.big {line-height:180%;}

a{
	text-decoration: none;
}
/****************************** Footer ******************************/
#container {
	text-align:left;
	top:0;
	margin-top:-20%;
	width: 71%;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
}
/*felülről magasság*/
#footer {
    margin: 20px; 
}

#footer-bottom {
    border-top: 1px solid #CBC7BB;
    margin: 0px;
}
/*szöveg igazítás*/
p#footer-left {
	font:9px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.7);
	line-height:13px;
	padding-top:1px;
	float:left;
}
p#footer-right {
	font:9px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.7);
	line-height:13px;
	padding-top:1px;
	float:right;
}


/****************** Table style *****************/
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-left-radius:2px;
	
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;
	border-bottom-right-radius:2px;
	
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	border-top-right-radius:2px;
	
	-moz-border-radius-topleft:2px;
	-webkit-border-top-left-radius:2px;
	border-top-left-radius:2px;
}.CSSTableGenerator table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;
	border-bottom-right-radius:2px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:2px;
	-webkit-border-top-left-radius:2px;
	border-top-left-radius:2px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	border-top-right-radius:2px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-left-radius:2px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#a8b4e0; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:left;
	
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #40afef 5%, #454491 100%);	
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #40afef), color-stop(1, #454491) );
	background:-moz-linear-gradient( center top, #40afef 5%, #454491 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#40afef", endColorstr="#454491");	
	background: -o-linear-gradient(top,#40afef,454491);

	background-color:#40afef;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:lucida sans;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #40afef 5%, #454491 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #40afef), color-stop(1, #454491) );
	background:-moz-linear-gradient( center top, #40afef 5%, #454491 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#40afef", endColorstr="#454491");	
	background: -o-linear-gradient(top,#40afef,454491);

	background-color:#40afef;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
/******** Mouse on color *********/
.CSSTableGenerator tr:hover td{
	background:#d0dafd;
	color:#339;}
/******************************** Back to top *******************************/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
/**************************** List style ******************************/

ol{
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol{
	margin: 0 0 0 2em;
}

	/* -------------------------------------- */			

.rounded-list a{
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;
	background: #ddd;
	color: #444;
	text-decoration: none;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;	
}

.rounded-list a:hover{
	background: #eee;
}
			
.rounded-list a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #87ceeb;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

/************************************ Gallery img border 
.highlightit img{
border: 1px solid #ccc;
}

.highlightit:hover img{
border: 1px solid grey;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}
********************************/
/************************************** Gallery text 
#textdiv{
	position: relative;
	width:10%;
	top: -90px; 
	left: -620px;  
	
}********************************/