@charset "utf-8";
/* CSS Document */



* { 
	padding: 0px; 
	margin: 0px;
	border:none;
}

a, a:hover, a:active, a:visited { text-decoration:none; outline:none;}


html,body  {
	margin:0;
	padding:0;  
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color:111111; 
	background:url(../img/bg_body.jpg) top center no-repeat #fffde9;
}



div#container {
	width:980px;
	text-align:left;
	margin:0px auto;
}

	
	

/*************************************************************************/
	
	div#logo_box{
		float:left;
		width:100%;
		height:270px;
		background:url(../img/bg_logobox.jpg) center top no-repeat;
		overflow:hidden;
	}
	
		
		
		div#logo_box h2{
			text-indent:-9999px;
		}
		
		#logo{
			float: left;
			width:275px;
			height:210px;
			overflow:hidden;
			text-indent:-9999px;
			margin:15px 0px 0px 230px;
			display:inline;
		}
		
/*************************************************************************/
		
		
		
		div.menu_box{
			float:left;		
			text-align:left;
			overflow:hidden;
			padding:0px 0px 5px 23px;
			background:url(../img/bg_menu.jpg) 65px top no-repeat;
		}
		
		div.menu_box img{
			margin:20px 0px 5px 70px;
			float:left;
		}
		
		div.menu_box ul{
			list-style:none;
			float:left;
			padding:0px 0px 0px 36px;
		}
		
		div.menu_box ul li{
			display:inline;					
		}
		
		div.menu_box ul a{
			width:260px;
			height:42px;
			float:left;
			overflow:hidden;
			text-indent:-9999px;
		}
		
		
		#flag{
			float:right;
		}

/*************************************************************************/
	
	.home_page p{
		font-size:14px !important;
		line-height:18px !important;
	}
	
	.iskola p{
		font-size:14px !important;
		line-height:18px !important;
	}

/*************************************************************************/
	div#left_col{
			float:left;
			width:330px;
			overflow:hidden;
	}
	
	
	
	div#content{
		float:right;
		background:url(../img/bg_content.png) left top no-repeat;
		width:555px;
		height:830px;
		padding:0px 60px 0px 35px;
	}
	
	div#content h3{
		margin-bottom:10px;
		font-size:16px;
	}
	
	div#content h4{
		margin-bottom:10px;
		font-size:14px;
	}
	
	div#content ul{
		list-style-image:url(../img/favicon.png);
		padding:0px 0px 0px 20px;
	}
	
	div#content a {
		color:#f86923;
		font-weight:bold;
		font-size:13px;
	}
	
	div#content a:hover {
		text-decoration:underline;
	}
	
	div#content p{
		margin-bottom:10px;
		line-height:14px;
	}
	
	.pillango{
		padding:0px 40px;
		background:url(../img/pillango.png) left top no-repeat;
	}
	
	div.pillango{
		padding:0px 40px 2px !important;
		background:url(../img/pillango.png) left top no-repeat;
		line-height:14px;
		font-size:14px !important;
	}
	
	.left_pic{
		float:left;
		margin:0px 10px 10px 0px;
	}
	
	.right_pic{
		float: right;
		margin:0px 0px 10px 10px;
	}
	
	
	blockquote { 
		font-style:italic;
		margin-bottom:13px;
	}
	
		
	
	
	.post_box{
		float:left;
		width:250px;
		padding:10px 0px 10px 65px;
	}
	
	.post_box ul{ list-style:none;}
	.post_box h3{ margin-bottom:10px;}
	
	.post_box a{ 
		color:#000000;
		text-indent:0px;
		padding-left:20px;
		background:url(../img/favicon.png) left center no-repeat;
		margin:2px 0px;
		float:left;
		width:100%;
	}
	
	.post_box a:hover{ text-decoration:underline;} 
/*************************************************************************/

	.gallery_box{
		float:left;
		width:275px;
		text-align:center;
		margin-bottom:10px;
	}
	
	.gallery_box a{ margin:3px 0px; }
	
	.napirend strong { padding-right:15px;}
	
	
	.iskola_szlogen{
		float:right;
		font-size:20px;
		width:230px;
		height:50px;
		overflow:hidden;
		text-indent:-9999px;
		background:url(../img/iskola_szlogen.png) left no-repeat;
		margin-bottom:0px !important;
	}
	
	
/*************************************************************************/

#contact_form_box table input{
		background:#FAB244;
		border:1px solid #000000;
		padding:2px;
		float:left;
		margin:2px 0px;
		width:160px;
	}
	
	#contact_form_box table textarea{
		background:#FAB244;
		border:1px solid #000000;
		padding:2px;
		float:left;
		margin:2px 0px;
		width:390px;
		height:100px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	#contact_form_box select{
		background:#FAB244;
		border:1px solid #000000;
		padding:2px;
		float:left;
		margin:2px 0px;
		width:166px;
	}
	
	.error-message{
		color:#FF0000;
		padding:6px;
		float:left;
		font-weight:bold;
	}
	
	
	#contact_form_box table label{
		width:110px;
		float:left;
		font-weight:bold;
		padding-top:3px;
	}
	
	/*#contact_submit{
		margin-top:15px;
		background:#f4dfd3;
		border:1px solid #333333;
		color:#333333;
		padding:2px;
	}*/
	
	div.submit input{	
		color:#000000;
		margin:0px;
		width:76px;
		height:24px;
		text-align:center;
		border:0px;
		background:#FAB244;
		border:1px solid #000000;
		float:left;
		margin:5px 0px;
		cursor:pointer;
		font-weight:bold;
		vertical-align:middle;
	}
/*************************************************************************/

	.big_box{
		float:left;
		width:5550px;
		height:830px;
		overflow:hidden;
		position:relative;
		left:0px;
	}	
	
		.page_box, .wrap_box{
			float:left;
			width:555px;
			height:830px;
			overflow:hidden;
			position:relative;
		}	
		
		.page_box { padding-right:25px;}
		
		.next_link{ float:right; margin-top:10px;}
		.prev_link{ float:left; margin-top:10px;}
		
		iframe{ border:1px solid #000000; margin:10px 0px;}
	
/*************************************************************************/

#footer{ 
	width:100%; 
	float:left;
	height:155px;
	font-size:12px;
	font-weight:bold;
}

#footer img {
	float:left;
	padding-left:20px;
}

#footer p{
	float:left;
	padding:15px 0px 0px 60px;
}

	#footer a{
		color:#6e1116;
		font-weight:bold;
	}
	
	#footer a:hover{ text-decoration:underline; }
	

	#sharky{
		float:right;
		margin:5px 40px 0px 0px;
		width:107px;
		height:33px;
		overflow:hidden;
		text-indent:-9999px;
		background:url(../img/sharky.png) left no-repeat;
	}
	
	
	
	.folyamatos_akcio{
		float:left;
		width:100%;
		background:url(../img/bg_menu.jpg) left bottom repeat-x;
		padding:10px 0px 15px 0px;
	}
	
	.folyamatos_akcio ul{ color:#eb6a04; font-weight:bold;}


