@charset "utf-8";

body { 
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto; 
  margin-bottom: 0px;
  text-align: center;  
  font-family: Arial, Helvetica, "Times New Roman", sans-serif;  
  background-image: -webkit-linear-gradient(top, white 0%, #827c7f 100%);
  background-image: -o-linear-gradient(top, #827c7f 0%, white 100%);
  background-image: -ms-linear-gradient(top, #827c7f 0%, white 100%);
  background-image: -moz-linear-gradient(top, #827c7f 0%, white 100%);
  background-image: linear-gradient(to top, #827c7f 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#827c7f');
  background-repeat: no-repeat;
}

#container {  
  margin-top: 0px;
  margin-left: auto;  
  margin-right: auto;  
  width: 900px; 
  height: inherit; 
  text-align: left;  
  background-image: -webkit-linear-gradient(bottom, #cccccc 0%, white 100%);
  background-image: -o-linear-gradient(bottom, #cccccc 0%, white 100%);
  background-image: -ms-linear-gradient(bottom, #cccccc 0%, white 100%);
  background-image: -moz-linear-gradient(bottom, #cccccc 0%, white 100%);
  background-image: linear-gradient(to bottom, #cccccc 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff');
}

#fejlec {  
  background-image: url("../img/fejlec.png");  
  width: 900px;  
  height: 140px;  
  margin-top: 0px;  
  margin-bottom: 4px;
 }

#language {  
  width: 900px;  
  height: 40px;  
  background-image: -ms-linear-gradient(left, #84AAD1 0%, #737174 100%);
  background-image: -moz-linear-gradient(left, #84AAD1 0%, #737174 100%);
  background-image: -o-linear-gradient(left, #84AAD1 0%, #737174 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #84AAD1), color-stop(1, #737174));
  background-image: -webkit-linear-gradient(left, #84AAD1 0%, #737174 100%);
  background-image: linear-gradient(to right, #84AAD1 0%, #737174 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84AAD1', endColorstr='#737174',GradientType=1);
  }

.nyelv {  
  margin-right: 6px;  
  margin-top: 9px;  
  float: right;  
  padding-right: 5px;
 }
 
#menu {  
  width: 180px;  
  height:500px;
  list-style-type: none;  
  list-style-position: outside;  
  list-style-image: none;  
  padding-left: 0px;  
  padding-bottom: 0px;  
  margin-top: 7px; 
  float: left;
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #999999;
  }

#menu a {  
  background-image: url("../img/menu.png");
  height: 50px;  
  text-indent: -900px;  
  display: block;
  }

#menu a.link1:hover {  
  background-position: -180px 0px;
  }

#menu a.link1:active {  
  text-decoration: none;  
  outline-width: medium;  
  outline-style: none;  
  outline-color: initial;
}

#menu a.link2 {  
  background-position: 0px -50px;
}

#menu a.link2:hover {  
  background-position: -180px -50px;
}

#menu a.link2:active {  
  text-decoration: none;  
  outline-width: medium;  
  outline-style: none;  
  outline-color: initial;
}

#menu a.link3 {  
  background-position: 0px -100px;
}

#menu a.link3:hover {  
  background-position: -180px -100px;
}

#menu a.link3:active {  
  text-decoration: none;  
  outline-width: medium;  
  outline-style: none;  
  outline-color: initial;
}

#menu a.link4 {  
  background-position: 0px -150px;
}

#menu a.link4:hover {  
  background-position: -180px -150px;
}

#menu a.link4:active {  
  text-decoration: none;  
  outline-width: medium;  
  outline-style: none;  
  outline-color: initial;
}

#menu a.link5 {  
  background-position: 0px -200px;
}

#menu a.link5:hover {  
  background-position: -180px -200px;
}

#menu a.link5:active {  
  text-decoration: none;  
  outline-width: medium;  
  outline-style: none;  
  outline-color: initial;
}

#menu a.link6 {  
  background-position: 0px -250px;
}

#menu a.link6:hover {  
  background-position: -180px -250px;
}

#menu a.link6:active {  
  text-decoration: none;  
  outline-width: medium;  
  outline-style: none;  
  outline-color: initial;
}

#tartalom {  
  font-size: 18px;  
  text-align: justify;
  margin-top: 35px;  
  margin-left: 228px;  
  margin-right: 10px;
  margin-bottom: 100px;
 }
 
 #bemutat {
 	 width: 480px;
 	 height: 350px;
  font-size: 16px;  
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 150px;
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #999999;
  padding-right: 40px;
  float: left;
 	}

#kapcsolat {  
  float: left;
  width: 150px; 
  height: 190px;
  margin-bottom: 10px;
  margin-left: 0px; 
  border-width: 1px;  
  border-style: solid;  
  border-color: #999999; 
  padding-right: 15px;  
  padding-bottom: 10px;
  padding-left: 10px;   
  background-color: #b7c5d4;
  }
  
  #kapcsolat p {
  line-height: 35px;
  margin-top: 8px;
  	font-size: 16px;
  text-align: right;
  	}
 
 #googleMap {  
  float: right;
  font-size: 12px;
  border-width: 1px;  
  border-style: solid;  
  border-color: #999999
  }
 
#cegadat { 
 	 float: left;
  width: 628px; 	 
 	 height:170px;
 	 margin-top: 0px;
  margin-bottom: 20px;
 	 margin-left: 0px; 
  font-size: 14px;
  border-width: 1px 0 1px 0; 
  border-style: solid;  
  border-color: #999999; 
  	}
   
 #cegadat strong{
  margin-top: -5px;
  margin-left: 0px;
 	 display: block;
  float: left;
  clear: both;
  width: 78px;
 	 	}   
  
#cegadat span {
  margin-top: -5px;
	 display: block;
  color: #4d4d4d;
  float: left;
  	}
  	
 .cegadat {
 	width: 300px;
 float: left;	
	}  	  
   
   
#lablec {  
  padding-top: 10px;  
  margin-top: 50px;
  font-size: 80%;
  color: white;  
  text-align: right;  
  width: 900px;  
  height: 40px;  
  background-image: -ms-linear-gradient(left, #84AAD1 0%, #737174 100%);
  background-image: -moz-linear-gradient(left, #84AAD1 0%, #737174 100%);
  background-image: -o-linear-gradient(left, #84AAD1 0%, #737174 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #84AAD1), color-stop(1, #737174));
  background-image: -webkit-linear-gradient(left, #84AAD1 0%, #737174 100%);
  background-image: linear-gradient(to right, #84AAD1 0%, #737174 100%);  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84AAD1', endColorstr='#737174',GradientType=1);
  clear: left;
  	}
 
#partner {
 margin-top: -27px;
 margin-right: 0px;
	height: 400px;
	width: 100px;
 text-align: left;
 float: right;
	}

#partner img {
border: none;	
	}

#plogofej {
  margin-top: -65px;
  margin-right: -50px;
  float: right;
	}

.plogo {
	 text-decoration: none; 
	 outline-width: medium;  
  outline-style: none;  
  outline-color: initial;
  margin-right: -10px; 
  float: right;
	}

#oldal h1 {  
  margin-top: -30px;
  text-align: left;  
  text-indent: 22px;  
  font-size: 16px;
  color: white;
}

h2 {  
  font-size: 20px; 
  margin-bottom: 22px;
  text-align: left;
  color: #4d4d4d;
  clear: right;
}

h3 {  
  font-size: 18px;
}

p {  
  line-height: 30px;
 }

a {  
  font-size: 13px;
  color: #234;
  }

a:link {text-decoration: none;} 
a:visited {text-decoration: none;}
a:hover {text-decoration: none;} 
a:active {text-decoration: none;} 

 .ikon {  
 float: left;
 margin-top: 3px;  
 }
 
.googlelink {  
  margin-top: 4px;  
  float: right; 
  text-align: left;
  font-size: 12px;
  color: #234;
  }

#szolgaltat li {
	font-size: 18px;
 line-height: 40px;
 list-style-image: url(../img/arrow.png);
 list-style-position: outside;
 }

#gepjarmu li {
 font-size: 14px;
 line-height: 25px;
 margin-top: 20px;
 margin-right: 40px;
 list-style-image: url(../img/square.png);
 list-style-position: outside;
	}

#allas li {
	font-size: 14px;
 line-height: 25px;
 margin-top: 20px;
 margin-right: 40px;
 list-style-image: url(../img/square.png);
 list-style-position: outside;
	}

.elado {
	width: 605px;
	height: 110px;
 padding-top: 10px;
 padding-left:20px;
 margin-top: -8px; 
 margin-right: 1px;
 margin-bottom: 20px;
 border-width: 1px;  
 border-style: solid;  
 border-color: #999999; 
 background-color: #e5e5e5;
 float left;
	}

.eladszoveg {
	width: 150px;
	height: 110px;
	font-size: 14px;
	line-height: 25px;
	float: left;
	}

.eladszoveg2 {
	width: 270px;
	height: 110px;
	font-size: 14px;
	line-height: 25px;
	float: left;
	}

.eladkep {
	 margin-top: 5px;
	 margin-right: 5px; 
  margin-bottom: 53px;
	 float: left;
		}

	acronym {  
  color: blue;  
  border-top-width: medium;  
  border-right-width: medium;  
  border-bottom-width: medium;  
  border-left-width: medium;  
  border-top-style: none;  
  border-right-style: none;  
  border-bottom-style: none;  
  border-left-style: none;
}

acronym[title] {  
  cursor: help;
}

