/* BODY tagok */
body, html {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #6B401E;
}

#body {
	background-color: #d3e4ff;
	background-image: url(../pics/kifuto.jpg);
	background-repeat: repeat-x;
	background-position: left 166px;
}

/* A tagok */
a {
	color: #61625F;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.bg_blue {
	background-image: url(../pics/bg_blue.jpg);
}

.bg_green {
	background-image: url(../pics/bg_lightblue.jpg);
}

/* DIV tagok */
div {
	margin: 0px;
	padding: 0px;
}

#main {
	width: 900px;
    float: left;
    display: block;
	background-color: #DEDEDE;
	background-image: url(../pics/main_bg.jpg);
	background-repeat: repeat-y;
}

#top {
    float: left;
	width: 100%;
	display: block;
	height: 18px;
	background-image: url(../pics/top_bg.jpg);
}

#head {
    display: block;
	float: left;
	width: 100%;
	height: 148px;
	background-image: url(../pics/head_bg.jpg);
}

#head img {
    float: left; margin: 10px 0 0 55px;
}


#koszonto {
    display: block;
	float: left;
	width: 100%;
    height: 44px;
	background-color: #C3C5C8;
	background-image: url(../pics/bg_lightblue.jpg);
}

#langselector {
	float: left;
    width: 167px;
	height: 40px;
	margin-top: 2px;
}

#koszonto_1 {
	display: block;
	float: left;
	height: 40px;
	width: 400px;
}

#koszonto_2 {
	display: block;
	float: left;
	height: 40px;
	width: 331px;
}

#koszonto_2 p a {
    color: #2760b5;
	font-weight: bold;
	letter-spacing: 0.9px;
	padding-left: 10px;
	line-height: 35px;
	text-decoration: none;
}


#middle {
	float: left;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
background: rgb(241, 247, 255) url('../pics/bg_image.jpg') repeat-x top; /* Old browsers */
background: #003380 -moz-linear-gradient(top,  rgba(241, 247, 255, 0.8) 0%, rgba(170, 204, 255, 0.8) 100%); /* FF3.6-15 */
background: #003380 -webkit-linear-gradient(top,  rgba(241, 247, 255, 0.8) 0%,rgba(170, 204, 255, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: #003380 linear-gradient(to bottom,  rgba(241, 247, 255, 0.8) 0%,rgba(170, 204, 255, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(241, 247, 255, 0.8)', endColorstr='rgba(170, 204, 255, 0.8)',GradientType=0 ); /* IE6-9 */
}


#left {
    width: 167px;
	/*background-color: #C3C5C8;*/
	float: left;
	display: block;
}

#center {
    width: 557px;
	/*width: 713px;*/
	background-color: #fff;
	float: left;
	display: block;
	border-left: 10px solid #e6e6e6;
	border-right: 10px solid #fff;
}

#center .static_content {
    padding-bottom: 10px;
	margin-top: 8px; 
	background-color: white;
}


.content_footer {
    display: block;
	width: 100%;
	background-color: #e6e6e6;
	height: 10px;
	float: left;
}

#right {
    width: 156px;
	float: left;
	display: block;
}

.right_div {
	display: block;
	float: left;
}

.right_div .head_blue {
	padding-top: 3px;
	color: #2760b5;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 36px;
	line-height: 30px;
	background-image: url(../pics/bg_lightblue.jpg);
	display: block;
	float: left;
	width: 146px;
}

.right_div .head_green {
	padding-top: 3px;
	color: #2760b5;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 36px;
	line-height: 30px;
	background-image: url(../pics/bg_lightblue.jpg);
	display: block;
	float: left;
	width: 146px;
}

.right_div p {
    padding-left: 5px;
	padding-right: 5px;
}

#center-bottom { display: block; box-sizing: border-box; width: 100%; border: 10px solid #fff; }
#center-bottom #right { display: inline-block; box-sizing: border-box; width: 100%; }
#center-bottom #right .right_div { box-sizing: border-box; width: 100%; }
#center-bottom #right .right_div .head_blue,
#center-bottom #right .right_div .head_green { box-sizing: border-box; width: 100%; }
#center-bottom #right .banners { display: flex; flex-wrap: wrap; width: 100%; align-items: center; }
#center-bottom #right .banners a { max-width: 146px; width: 20%; float: none; box-sizing: border-box; padding: 5px; display: inline-block; }
#center-bottom #right .banners a img { width: auto; height: auto; max-width: 100%; max-height: 130px; }
#right { background: white; }

#bottom {
	margin: 0px;
	padding: 0px;
    display: block;
	float: left;
	width: 100%;
	height: 39px;
	background-image: url(../pics/bg_lightblue.jpg);
}

#bottom .blue_bg {
	margin: 0px;
	padding: 0px;
	width: 238px;
	display: block;
	height: 100%;
	border-right: 2px solid #C3C5C8;
	float: left;
	text-indent: 10px;
}

#bottom .blue_bg p {
    color: #2760b5;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	line-height: 20px;
}


#bottom .green_bg {
	margin: 0px;
	padding: 0px;
	width: 660px;
	display: block;
	height: 100%;
	float: left;
}

div.text {
}

div.paginator_bottom {
	display: none;
}



/* P tagok */
p {
	width: auto;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	color: #6B401E;
	font-size: 11px;
}

/* Hr tagok */
hr {
	height: 2px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	border: 1px solid #DC543C;
}

/* H1-H6 tagok */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

h1 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-indent: 0px;
	width: auto;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #6B401E;
	font-size: 16px;
	font-weight: bold;
}


h1.title {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #6B401E;
	line-height: 46px;
	height: 46px;
	text-indent: 0px;
	background-image: url(../pics/title_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
}

/* funkcio gombok */
div.functionbuttons {
	width: auto;
	height: 40px;
	display: block;
	margin-left: 50px;
	float: left;
	text-align: center;
}

*html div.functionbuttons {
	margin-left: 25px;
}



div.functionbuttons p {
	display: inline;
	height: 40px;
	line-height: 40px;
}

div.functionbuttons a {
	color: #373736;
	background-color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

div.functionbuttons a:hover {
	text-decoration: underline;
}

/* Form elemek */
form {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

input {
	margin: 0px;
	padding: 0px;
}


input.inputbox {
	padding: 1px;
	color: #05370E;
	background-color: #E1EBD4;
	border: 1px solid #AEB1B0;
	width: 200px;
}

input.submit {
	margin-bottom: 10px;
	margin-left: 145px;
	width: 102px;
	height: 22px;
	font-size: 14px;
	color: #FFF;
	background-image: url(../pics/bg_sendmail_button.gif);
	background-repeat: no-repeat;
	background-position: left;
	border: 0px;
}

/* Uzenetek */
p.error_message {
	text-indent: 20px;
	line-height: 25px;
	font-size: 11px;
	color: #8daf61;
	background-image: url(../pics/bg_error.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
}

p.success_message {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #D8F884;
	border-bottom: 1px solid #000;
	border-left: 10px solid #B9F323;
	text-indent: 20px;
	line-height: 25px;
	font-weight: bold;
}

/* Egyeb */

#bottom img {
	margin-left: 130px;
}


