html {
	background: #212121;
}

body {
	margin: 0;
	padding:0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background: #212121;
}

a:link, a:visited {	color: #fff; text-decoration: none; }
a:active, a:hover { color: #fff; text-decoration: underline; }

p {
	font-size: 13px;
	color: #a7e3f2;
	text-align: justify;
	margin: 0 0 10px 0;	
}

h1 {
	font-size: 25px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 14px;
	color: #0a90b0;
	margin: 0 0 10px 0;	
}

.mesternet_container {
	width: 976px;
	margin: 0 auto;
}

#mesternet_top_section {
	width: 100%;
	height: 258px;
	background: url(../images/mesternet_top_bg2.jpg) repeat-x;
  /*background-color: #174370; */
}

#mesternet_header {
	width: 960px;
	height: 257px;
	padding: 1px 0 0 0;
}

#mesternet_logo_area {
	float: left;
	color: #fff;
	width: 300px;
	height: 75px;
	margin: 40px 0 0 25px;
}

#mesternet_logo_area h2 {
	font-size: 56px;
	color: #6eccdd;
	margin: 0 0 15px 0;
}

#mesternet_logo_area p {
	font-size: 19px;
	color: #99CCFF;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 0 115px; /* left 50 */
}

#mesternet_header_right {
	float: right;	
	width: 420px;
	height: 110px;
	margin: 30px 0 0 0;
}

#mesternet_header_right h2 {
	color: #FFFFFF;
	font-size: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mesternet_header_right p {
	margin: 0;
	color: #99CCFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: 1.3em;
  padding-top: 85px; 
}

#mesternet_menu {
	float: left;
	width: 960px;
	height: 103px;
	padding: 0 0 0 0;
	margin: 14px 0 0 0;
}

#mesternet_menu ul {
	margin: 0px;
	padding: 0 0 0 0;
	width: 960px;
	list-style: none;
}

#mesternet_menu ul li {
	display: inline;
}

#mesternet_menu ul li {
	float: left;
	height: 68px;
	/*padding: 35px 60px 0 25px;*/
	padding: 35px 30px 0 15px;
	text-align: center;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	border-right: 1px solid #11344e;
	font-size: 20px;
	outline: none;
	color: #d0e6ff;
}

#mesternet_menu ul li p {
	color: #224466;
	font-size: 15px;
	text-align: left;
	margin: 0 0 0 0;
}

#mesternet_menu ul li a {
	text-decoration: none;
}

#mesternet_menu ul li a:hover {
	text-decoration: none;
}

#mesternet_menu .last {
	border-right: none;
}

#mesternet_menu li:hover, #mesternet_menu .current {
	background: url(../images/mesternet_menu_current.png) top  repeat-x;
}

#mesternet_middle_section {
	background: url(../images/mesternet_middle_bg.jpg) #16416e repeat-x;
	border-bottom: 1px solid #007dff;
}

#mesternet_buttom_section {
	background: url(../images/mesternet_buttom_bg.jpg) #000101 repeat-x top;
}



/* end of menu*/

#mesternet_middle_section {
	width: 100%;
	background-image: url(../images/mesternet_middle_bg.jpg);
	background-position: bottom center; /* bottom; */
	/*background-color: #346c7c;*/
  background-color: #0c2f55;
	background-repeat: repeat-x; 
}

.mesternet_content_area {
	width: 100%;
	padding: 20px 0;

}

.mesternet_three_col {
	width: 310px;
	float: left;
	margin: 0 0 10px 0;
}

.left_col {
	float: left;
}

.middle_col {
	margin: 0 20px 10px 20px;
}

.right_col {
	float: right;
}

.mesternet_three_col img {
	border: 10px solid #fff;
	margin: 0 0 10px 0;
}

#mesternet_middle_section_2 {
	width: 100%;
	background: url(../images/mesternet_middle_2_bg.jpg);
	background-position: top;
	background-color: #434343;
	background-repeat: repeat-x; 
	border-bottom: 3px solid #000;
}

#mesternet_middle_content {
	width: 100%;
	background: url(../images/mesternet_middle_2_bg_2.jpg) no-repeat;
	background-position: top;
	padding: 10px 0 0 0;
}

.mesternet_title {
	width: 100%;
	padding: 10px 0;
	background: url(../images/mesternet_tittle.png) no-repeat right center;
	border-bottom: 1px solid #464646;
	margin: 0 0 10px 0;
}

.mesternet_title h1 {
	margin: 0;	
}

.bottom_section p {
	color: #b0b0b0;
}

.bottom_section img {
	float: left;
	margin: 0 10px 10px 0;
	border: none;
}

.bottom_middle_col {
	width: 290px;
	margin: 0 0 10px 30px;
}
.mesternet_quote_open {
	background: url(../images/quote_open.png) no-repeat top left;
	width: 100%;
}

.mesternet_quote_close {
	background: url(../images/quote_close.png) no-repeat bottom right;
	width: 100%;
	padding: 10px 0;
	margin: 0 0 10px 0;
}

.mesternet_gallery {
	width: 100%;
}

.mesternet_gallery img {
	float: left;
	margin: 0;
	padding: 0;
}

.mesternet_gallery img.mid {
	margin: 0 12px 12px 12px;	
}

.mesternet_h_line {
	height: 0px;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #434343;
	margin: 0 0 10px 0;
}

.mesternet_more {
	float: right;
	background: url(../images/mesternet_readmore.png);
	width: 101px;
	height: 25px;
	font-size: 13px;
	text-align: center;
	margin: 10px 10px 10px 0;
	color: #ffebb5;
	padding: 3px 0 0 0;
}

.mesternet_more a {
	color: #ffebb5;
	text-decoration: none;
}

.mesternet_more:hover {
	text-decoration: underline;	
}

.mesternet_list {
	list-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #b0b0b0;
	padding: 0;
}

.mesternet_list li {
	background: url(../images/mesternet_bullet.png) no-repeat;
	background-position: 0 7px;
	border-bottom: 1px solid #535353;
	padding: 0 0 5px 15px;
	margin: 0 0 5px 0;
}

.mesternet_list a {
	color: #b0b0b0;
	text-decoration: none;
}

.mesternet_list a:hover {
	color: #ccc;
	text-decoration: none;
}

#mesternet_footer {
	width: 100%;
	color: #b0b0b0;
	margin: 0;
	text-align: center;
	padding: 20px 0;
}

#mesternet_footer a {
	color: #858383;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.cleaner_width_left {
	float: left;
	width: 50px;
	height: 1px;
}

.cleaner_width_right {
	float: right;
	width: 50px;
	height: 1px;
}

input, textarea, select {
  border: none;
  width: 300px;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  height: auto;
}

textarea {
  height: 100px;
}

#kapcsolat {
  color: #a7e3f2;
  width: 100%;
}

label.error {
  padding-left: 10px;
  font-weight: bold;
}

.msg {
  width: 100%;
  padding: 10px;
  border: 1px #f3f3f3 solid;
  background: #434343;
  margin-bottom: 10px;
  
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.ok_msg {
  color: #ffffff;
}

.error_msg {
  color: #0A90B0;
  font-weight: bold;
}

#tevekenysegek_wrap {
  min-height: 100px;
}

#tevekenysegek {
  width: 100%;
}

#tevekenysegek ul li, #rolunk ul li {
  color: #ffffff;
}

#tevekenysegek p {
  color: #A7E3F2;
}
/* 16416E */
.szolgaltatas {
  float: left;
  width: 310px;
  margin: 10px 5px 0px 5px;
  height: 260px;
  border: 1px #b0b0b0 solid;
  background: #184A7C;
}

.szolgaltatas p {
  padding-left: 5px;
  padding-right: 5px;
  font-family: verdana;
}

.szolgaltatas #links {
  height: 20px;
}

.szolgaltatas h2 {
  /*padding-left: 5px;*/
  padding-right: 5px;
  border-bottom: 1px #0A90B0 dotted;
  margin-left: 5px;
  margin-right: 10px;
}

.szolgaltatas img {
  margin-right: 5px;
  margin-bottom: 5px;
}

#hir {
  border-bottom: 1px #007dff dotted;
  margin-bottom: 15px;
  font-family: verdana;
  font-size: 10px;
}

#hir h1 {
  padding: 0;
  margin: 0;
}
#hir h4 {
  padding: 3px 0 10px 0;
  margin: 0;
  color: #b0b0b0;
  font-size: 10px;
  font-style: italic;
}

#ajanlatkeres table tr td {
  color: #a7e3f2;
}

.referencia {
  width: 100%;
  border: 1px #b0b0b0 solid;
  padding: 5px;
  margin-bottom: 10px;
  background: #184A7C url(../images/referencia_tp2.png) no-repeat top right;
}

.referencia h2 {
  border-bottom: 1px #0A90B0 dotted;
}

.referencia img {
  float: left;
  margin-right: 10px;
  /*margin-bottom: 10px;*/
}

.referencia p {
  width: 670px;
  float: left;
  padding: 0;
  margin: 0;
}

.referencia.kepek {
  margin: 0;
  padding: 5px;
  margin-bottom: 10px;
}

.referencia.kepek img {
  padding-right: 0;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 5px #ffffff solid;
}
