@charset "utf-8";
/* CSS Document */
/* INDEX */


/*FŐ TARTALMI RÉSZEK*/

div.clear {clear: both; }

body{ 
  font-size:16px;
  margin:0;
  padding:0;
  background: url(../../images/bg5.jpg) no-repeat bottom center fixed;
}

#container { 	 
	width:100%;}

#content {
	max-width:980px;
	margin:0px auto; 
}	

#left {
	max-width:60%; 
	padding-top:20px;
	float:left;  }

#right{
	max-width:38%; 
	float:right; 
	margin:30px 0 0 0;
	border-right:#4793D5 3px solid; 
	text-align: right;
}
	
#right p, #right a { 
	padding:2px 10px 2px 0; 
	margin:6px 0 0 0;
	color:white; 
	font-size:1.2em; 
	line-height:1.6em;
	 }

#right a:hover { color: #4793D5; }

#lead { 
	font-size:1.4em; 
	color:white;
	margin-top:20px; 
	font-weight:normal; }

#nagyszoveg {
	display: none;
}

#focim { 
	font-size:3em; 
	font-family:open_sans_condensedbold;
	text-transform:uppercase;
	color:white; 
	margin-top:20px; 
	}

#simple { 
	list-style-type:none; 
	color:white; 
	padding:0 0 30px 0;
	margin-top:20px; 
	text-align: left;
	}

#simple h1 {
	margin-bottom:5px;
	font-size:1.6em;
	color:#fff;
}

a { text-align:center; text-decoration:none; color:white; }
a:hover {color:#4793D5; }


/*NAGYGOMB*/
#mainbutton a { 
	font-family:open_sans_condensedbold;
	width:350px;
	background-color:#4793D5;
	color:white; 
	padding:14px 8px 12px 12px; 
	position:absolute; 
	margin-left:370px; 
	margin-top:-65px;
	font-size:1.6em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	}

#mainbutton a:hover {
	background-color:#ffffff; 
	color:#4793D5 }


/*lábléc területek*/
footer { 
	max-width:100%; 
	margin-top:0;
	background-color:#101010;}
	
.centerize { 
	max-width:980px;
	height:130px;	
	margin:0px auto; 
	padding-top:20px; }

footer p { color:white; }

footer .left {
	width:40%;  
	float:left 
}

footer .left p {
	font-size:1.2em;
	margin-left:35px; 
	margin-bottom:15px; 
	margin-top:4px; }

footer .left p span { }

footer .center {
	width:20%; 
	float:left }
	
.fb { background:url(../../images/fbf.png) center no-repeat; padding:15px;  }
.yt { background:url(../../images/ytf.png) center no-repeat; padding:15px;  }
.tw { background:url(../../images/twf.png) center no-repeat; padding:15px;  }
.fb:hover { background:url(../../images/fbb.png) center no-repeat; padding:15px;  }
.yt:hover { background:url(../../images/ytb.png) center no-repeat; padding:15px;  }
.tw:hover { background:url(../../images/twb.png) center no-repeat; padding:15px;  }


footer .right  {
	text-align:right;
	font-size:1.1em;
	width:35%;  
	float:right; 
}

footer a { font-size:1.0em; }

footer .right ul { list-style-type:none; }

footer .right li { display:inline; padding:0 0 0 10px; }


