body {
	background-color: #83bb1e;;
	margin: 0;
	padding: 0;
	color: #000000;
}
#all_container {
	background-image: url(../images/site_back.jpg);
	background-repeat: repeat-x;
	background-color: #ffcd5d;
	width: 100%;
	margin: 0 auto;
	font-size:small;
	text-align: center;
	padding-bottom: 30px;
}
#container {
	background-image: url(../images/site_back.jpg);
	background-repeat: repeat-x;
	background-color: #ffcd5d;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 30px;
}
/* header */
#header {
	width: 1000px;
	margin: 0px;
	height: 199px;
	background-image: url(../images/header-back.jpg);
	background-repeat: no-repeat;
}
.header_logo {
	width: 339px;
	margin: 0px;
	height: 189px;
	padding-left: 130px;
	padding-top:10px;
	float:left;
}
.header_title {
	width: 361px;
	margin: 0px;
	height: 179px;
	padding-top:20px;
	float:left;
	text-align:center;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#nyelv {
	width: 170px;
	margin: 0px;
	height: 199px;
	float:left;
	text-align:right;
}
#nyelv ul{
	margin: 0px;
	padding: 10px 10px;
	list-style-type: none;
}
#nyelv li, #nyelv li a:link, #nyelv li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#1b6d17;
	font-weight: bold;
	line-height: 16px;
	text-decoration:none;
}
#nyelv li a:hover {
	color:#F00;
}
/* menu*/
#meniu {
   float: right;
	width: 1000px;
	height: 70px;
	background-image: url(../images/menu_back.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	display: block;
}
#meniu a:link, #meniu a:visited  {
	color:#FFF;
	text-decoration: none;
}
#meniu a:hover , #c a.on{
	color: #F00;
	text-decoration: none;
}
/* left bar */

#leftbar {
	float: left;
	width: 470px;
	padding: 0 15px;
	font-family: Helvetica, Arial, sans-serif;
}
#leftbar p img {
	border: 1px solid #000;
	float: left;
	padding: 8px;
	margin-top: 3px;
	margin-right: 10px;
	background-color: #FFF;
}

/* end left bar */
/*#mainContent {
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 85px;
	margin-left: 500px;
	padding: 0 15px;
	width:470px;
	min-height:450px;
	background-image: url(../images/bara.gif);
	background-repeat: repeat-y;
	background-position: left top;
}*/
#mainContent {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0 15px;
	width:470px;
	background-image: url(../images/bara.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: right;
}

#mainContent p img {
	border: 1px solid #000;
	float: left;
	padding: 8px;
	margin-top: 3px;
	margin-right: 10px;
	background-color: #FFF;
}

/* footer*/
.footer {
	color:#d0fdce;
	bottom: 0px;
	width:100%;
	padding-top:15px;
	padding-bottom:30px;
	height: 100%;
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
}
.footer_content {
	width: 1000px;
	margin:0px auto 0px auto;
	text-align: center;
}
.footer_content ul {
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	height:100%;
	min-height:125px;
	width:200px;
	text-align:left;
}
.footer_right {
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
	height:100%;
	min-height:125px;
	width:200px;
	text-align:right;
}
.footer_content ul li {
	margin-left:15px;
	line-height:18px;
}
.footer_content ul li a {
	font-size: 11px;
	color:#d0fdce;
	margin:0px;
	text-decoration:none;
}
.footer_content ul li a:hover {
	color:#FFF;
	text-decoration:underline;
}
/* end footer*/
.clearfloat {
 font-size: 1%; 
 height: 0px; 
 clear: both; 
 width: 100%; 
 }
