@charset "utf-8";
/* CSS Document */

/* --------------------------Main------------------------------ */
body
{
	font-family:Arial;
	color:#534224;
	background-color:#eaf2b4;
	font-size:14px;
	margin:0px;
	padding:0px;
}

#main
{
	overflow:hidden;
	width:100%;
	background-image:url(/pictures/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#center
{
	width:960px;
	margin: 0 auto;
	overflow:hidden;
	height:auto;
	background-image:url(/pictures/content_back.jpg);
}

#header
{
	background-image:url(/pictures/header.jpg);
	width:960px;
	height:200px;
	overflow:hidden;
}

#header_blog
{
	background-image:url(/pictures/header_blog.jpg);
	width:960px;
	height:200px;
	overflow:hidden;
}

#header_hirlevel
{
	background-image:url(/pictures/header_hirlevel.jpg);
	width:960px;
	height:200px;
	overflow:hidden;
}

#header_tanfolyamok
{
	background-image:url(/pictures/header_tanfolyamok.jpg);
	width:960px;
	height:200px;
	overflow:hidden;
}

#menu
{
	background-image:url(/pictures/menu_back.jpg);
	background-repeat:no-repeat;
	height:50px;
	width:960px; 
	overflow:hidden;
}

#content
{
	background-image:url(/pictures/content_top_back.jpg);
	background-repeat:no-repeat;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:10px;
	padding-right:10px;
	width:940px;
	height:auto;
	overflow:hidden;
}

#content_left
{
	width:222px;
	margin-right:7px;
	overflow:hidden;
	float:left;
}

#content_center
{
	width:482px;  
	margin-right:7px;
	overflow:hidden;
	float:left;
}

#content_right
{
	width:222px;  
	overflow:hidden;
}

#content_blog_left
{
	width:620px;  
	margin-left:25px;
	margin-right:50px;
	overflow:hidden;
	float:left;
}

#content_blog_right
{
	width:222px;
	overflow:hidden;
	margin-top:75px;
}

#footer
{
	background-image:url(/pictures/footer_big.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
	width:100%;
	height:49px;
}

#copyright
{
	width:960px;
	margin: 0 auto;
	overflow:hidden;
	height:auto;
	padding-right:15px;
	padding-top:10px;
}

.border_220
{
	border-style:solid; 
	border-width:1px; 
	border-color:#a6ac7c; 
	width:220px; 
	overflow:hidden;
	margin-bottom:10px;
}

.border_480
{
	border-style:solid; 
	border-width:1px; 
	border-color:#a6ac7c; 
	width:480px; 
	overflow:hidden;
	margin-bottom:10px;
}

.border_455
{
	border-style:solid; 
	border-width:1px; 
	border-color:#a6ac7c; 
	width:455px; 
	overflow:hidden;
	margin-bottom:10px;
}

.border_900
{
	border-style:solid; 
	border-width:1px; 
	border-color:#a6ac7c; 
	width:900px;
	margin-left:20px;
	overflow:hidden;
	margin-bottom:10px;
	overflow:hidden;
}

.box_header
{
	height:22px; 
	font-size:15px; 
	/*background-color:#cdbc70; */
	background-color:#f0d956;
	overflow:hidden; 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#a6ac7c; 
	padding-top:3px; 
	padding-left:10px;
	background-image:url(/pictures/header_back.jpg);
	background-repeat:repeat-x;
}

.box_content
{
	height:auto; 
	font-size:12px; 
	background-color:#f8fedc; 
	overflow:hidden; 
	padding:10px;
}

.date
{
	color:#a89432;
	font-size:18px;
	margin-bottom:25px;
	margin-top:25px;
}

.blog_header
{
	color:#ad2e20;
	padding-bottom:10px;
	padding-top:10px;
	background-image:url(/pictures/blog_vonal.jpg);
	background-repeat:no-repeat;
}

img
{
	border:none;
}

a, a:visited, a:active
{
	color:#363;
	text-decoration:none;
}

a:hover
{
	color:#AACCB5;
	text-decoration:none;
}

input[type=text], input[type=password], textarea, select
{
	border-style:solid; 
	border-width:1px; 
	border-color:#a6ac7c;
	font-size:14px;
	color:#534224;
}

h1
{
	font-size:16px;
}

p
{
	padding-bottom:5px;
}

ul, li
{
	padding-left:10px;
	padding-bottom:5px;
}

img, div { behavior: url(/iepngfix.htc) }
