body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}

fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}


html, body {
	background: #bcbcbc url(../images/bg.jpg) repeat-y top center;
	text-align: center;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #252233;
}

img {
	border: 0;
	margin: 0;
    padding: 0;
}

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

a:hover {
	color: #585858;
}

strong {
	font-weight: bold;
}

#bg_container {
    width: 850px;
    margin: 0 auto;
    padding: 0 20px 0 20px;

}

#container {
    width: 810px;
    margin: 10px 20px 0 20px;
	text-align: left;
}


/*--------------------------
    header
--------------------------*/
#header {
    float: left;
    width: 810px;
    height: 130px;
    background: #d5ac6a url(../images/header.jpg) no-repeat top right;
}

#header_border {
    float: left;
    width: 810px;
    height: 10px;
    background: transparent url(../images/header_border.jpg) repeat-x top left;
}

#logo {
    float: left;
    width: 200px;
    padding: 0 0 0 30px;
}

#login_box {
    float: right;
    width: 133px;
    height: 100px;
    padding: 40px 0 0 15px;
    background: transparent url(../images/login_box_bg.gif) no-repeat bottom left;
    color: #FFF;
}

.login_input {
    width: 65px;
    line-height: 11px;
    border: 1px solid #FFF;
    margin: 2px 0 0 5px;
    padding: 2px;
    background: #007bd7;
    color: #FFF;
    font-size: 10px;
}

.login_submit {
    width: 70px;
    line-height: 11px;
    border: 1px solid #FFF;
    margin: 2px 0 0 5px;
    background: #007bd7;
    color: #FFF;
    font-size: 10px;
    cursor: pointer;
}

/*--------------------------
    left
--------------------------*/
#left_container {
    width: 222px;
}

.left_block {
    float: left;
    width: 202px;
    background: transparent url(../images/left_block_bg.jpg) repeat-y top left;
}

.left_block a:active,
.left_block a:visited,
.left_block a:link {
	float: left;
	width: 162px;
	line-height: 22px;
	padding: 0 0 0 20px;
	margin: 0 0 0 10px;
	border-bottom: 1px dotted #d5cdb6;
	background: transparent url(../images/left_menu_arrow.jpg) no-repeat center left;
	color: #d5cdb6;
	text-decoration: none;
}

.left_block a:hover {
	color: #585858;
}


.left_block a.submenu:active,
.left_block a.submenu:visited,
.left_block a.submenu:link {
	float: left;
	width: 152px;
	line-height: 22px;
	padding: 0 0 0 30px;
	margin: 0 0 0 10px;
	border-bottom: 1px dotted #d5cdb6;
	background: transparent url(../images/left_menu_arrow.jpg) no-repeat center left;
	color: #d5cdb6;
	text-decoration: none;
}

.left_block a.submenu:hover {
	color: #585858;
}


.left_block a.submenu_selected:active,
.left_block a.submenu_selected:visited,
.left_block a.submenu_selected:link {
	float: left;
	width: 152px;
	line-height: 22px;
	padding: 0 0 0 30px;
	margin: 0 0 0 10px;
	border-bottom: 1px dotted #d5cdb6;
	background: transparent url(../images/left_menu_arrow.jpg) no-repeat center left;
	color: #d5cdb6;
	text-decoration: none;
}

.left_block a.submenu_selected:hover {
	color: #585858;
}

.left_block_bottom {
    float: left;
    width: 202px;
    height: 9px;
    margin-bottom: 15px;
    background: transparent url(../images/left_block_bottom.jpg) no-repeat top left;
}

.left_block h2 {
    float: left;
    width: 202px;
    line-height: 33px;
    background: transparent url(../images/left_block_header.jpg) repeat-y top left;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

/*--------------------------
    center
--------------------------*/
#center_container {
    width: 600px;
}

#center_container h2 {
    line-height: 33px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

.inputmezo{
	border: 1px solid #007BD7;
	padding: 2px;
	margin: 2px;
	background: #fff none repeat scroll 0%;
}

.gomb {
	border: 1px solid #fff;
	padding: 2px;
	margin: 2px;
	background: #007BD7 none repeat scroll 0%;
	color: #FFF;
}

#top_menu {
	float: left;
    width: 590px;
    line-height: 25px;
	border-bottom: 2px solid #7a5a26;
	text-transform:uppercase;
}

#top_menu a:active,
#top_menu a:link,
#top_menu a:visited {
	display: block;
	float: left;
	padding: 0 15px 0 15px;
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #7a5a26;
	text-decoration: none;
}

#top_menu a:hover {
	color: #B3B3B3;
}

.top_menu {
	border-right: 2px solid #7a5a26;
}

#top_image {
	float: left;
    width: 600px;
    padding: 10px 0 0 0;

}

/*--------------------------
    content
--------------------------*/
#content_container {
	float: left;
	width: 570px;
	min-height: 1000px;
	padding: 10px;
	background: #94b8e2;
}

#content_container h1 {
	margin: 10px 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #252233;
}

.news_box {

}

.news_box h2 {

}

.news_box h3 {
	font-size: 11px;
	font-weight: bold;
}

.news_box p {
	margin: 10px 0 10px 0;
}

#content_menu {
	float: left;
	width: 570px;
	line-height: 30px;
    margin: 0 0 10px 0;
	border-bottom: 1px dashed #647087;
	border-top: 1px dashed #647087;
	text-align: center;
}

#content_menu a:link,
#content_menu a:visited,
#content_menu a:active {
	padding: 0 15px 0 15px;
	text-decoration: underline;
}

.events_box {
	float: left;
}

.events_box h2 {

}

.events_image {
	float: left;
	width: 73px;
	height: 73px;
	margin: 0 5px 0 5px;
	border: 1px solid #FFF;
}

.events_text {
	float: left;
	width: 490px;
}

.events_text p {
	margin: 10px 0 10px 0;
}

#contact_box {
    float: left;
    width: 560px;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #647087;
	border-top: 1px dashed #647087;
    padding: 5px;
    font-size: 9px;
}

#partners_box {
    float: left;
    width: 570px;
    height: 100px;
    text-align: center;
}

/*--------------------------
    footer
--------------------------*/
#footer {
	width: 820px;
	height: 60px;
	background: transparent url(../images/footer.jpg) no-repeat top left;
}

#footer_menu {
	line-height: 18px;
    padding: 5px 0 0 0;
    text-align: center;
}

#footer_menu a:active,
#footer_menu a:visited,
#footer_menu a:link {
	padding: 0 5px 0 5px;
	color: #322212;
	font-weight: bold;
}

.footer_menu {
	border-right: 1px solid #322212;
}

#copyright {
    padding: 0 0 5px 0;
}

table.advert tr.bottom td{
	font-size:14px;
	color: #252233;
}

#adhead {
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #252233;
}

#head {
	font-size: 16px;
	color: #252233;
}

.right_align{
	text-align : right;
}
